[arch-commits] Commit in radvd/repos (8 files)

Sébastien Luttringer seblu at nymeria.archlinux.org
Wed Oct 2 23:02:19 UTC 2013


    Date: Thursday, October 3, 2013 @ 01:02:19
  Author: seblu
Revision: 98000

archrelease: copy trunk to community-i686, community-x86_64

Added:
  radvd/repos/community-i686/PKGBUILD
    (from rev 97999, radvd/trunk/PKGBUILD)
  radvd/repos/community-i686/radvd.service
    (from rev 97999, radvd/trunk/radvd.service)
  radvd/repos/community-x86_64/PKGBUILD
    (from rev 97999, radvd/trunk/PKGBUILD)
  radvd/repos/community-x86_64/radvd.service
    (from rev 97999, radvd/trunk/radvd.service)
Deleted:
  radvd/repos/community-i686/PKGBUILD
  radvd/repos/community-i686/radvd.service
  radvd/repos/community-x86_64/PKGBUILD
  radvd/repos/community-x86_64/radvd.service

--------------------------------+
 /PKGBUILD                      |   84 +++++++++++++++++++++++++++++++++++++++
 /radvd.service                 |   18 ++++++++
 community-i686/PKGBUILD        |   42 -------------------
 community-i686/radvd.service   |    9 ----
 community-x86_64/PKGBUILD      |   42 -------------------
 community-x86_64/radvd.service |    9 ----
 6 files changed, 102 insertions(+), 102 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2013-10-02 23:02:11 UTC (rev 97999)
+++ community-i686/PKGBUILD	2013-10-02 23:02:19 UTC (rev 98000)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Sébastien Luttringer
-# Contributor: Kaiting Chen <kaitocracy at gmail.com>
-# Contributor: Mark Smith <markzzzsmith at yahoo.com.au>
-
-pkgname=radvd
-pkgver=1.9.4
-pkgrel=1
-pkgdesc='IPv6 Router Advertisement Daemon'
-url='http://www.litech.org/radvd/'
-license=('custom')
-depends=('glibc' 'libdaemon')
-arch=('i686' 'x86_64')
-backup=('etc/radvd.conf')
-source=("http://www.litech.org/radvd/dist/$pkgname-$pkgver.tar.gz"
-        "$pkgname.service")
-sha1sums=('15bca3215d7740f5052d8cbd0b2b1e82b9380749'
-          '2fdba3b0ed28c67dc1c04bfd1439fa4dece88bbc')
-build() {
-  cd ${pkgname}-${pkgver}
-  ./configure \
-    --prefix=/usr \
-    --sbindir=/usr/bin \
-    --sysconfdir=/etc \
-    --with-pidfile=/run/radvd.pid \
-    --mandir=/usr/share/man
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR="$pkgdir" install
-  # default config
-  install -D -m 644 radvd.conf.example "$pkgdir/etc/radvd.conf"
-  # license
-  install -D -m 644 COPYRIGHT "$pkgdir/usr/share/licenses/$pkgname/COPYRIGHT"
-  # systemd
-  install -D -m 644 ../$pkgname.service \
-    "$pkgdir/usr/lib/systemd/system/$pkgname.service"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: radvd/repos/community-i686/PKGBUILD (from rev 97999, radvd/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2013-10-02 23:02:19 UTC (rev 98000)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Sébastien Luttringer
+# Contributor: Kaiting Chen <kaitocracy at gmail.com>
+# Contributor: Mark Smith <markzzzsmith at yahoo.com.au>
+
+pkgname=radvd
+pkgver=1.9.5
+pkgrel=1
+pkgdesc='IPv6 Router Advertisement Daemon'
+url='http://www.litech.org/radvd/'
+license=('custom')
+depends=('glibc' 'libdaemon')
+arch=('i686' 'x86_64')
+backup=('etc/radvd.conf')
+source=("http://www.litech.org/radvd/dist/$pkgname-$pkgver.tar.gz"
+        "$pkgname.service")
+sha1sums=('0e65206803ab2bcb4e6012a0d11ecdad4f64ce9c'
+          '2fdba3b0ed28c67dc1c04bfd1439fa4dece88bbc')
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure \
+    --prefix=/usr \
+    --sbindir=/usr/bin \
+    --sysconfdir=/etc \
+    --with-pidfile=/run/radvd.pid \
+    --mandir=/usr/share/man
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="$pkgdir" install
+  # default config
+  install -D -m 644 radvd.conf.example "$pkgdir/etc/radvd.conf"
+  # license
+  install -D -m 644 COPYRIGHT "$pkgdir/usr/share/licenses/$pkgname/COPYRIGHT"
+  # systemd
+  install -D -m 644 ../$pkgname.service \
+    "$pkgdir/usr/lib/systemd/system/$pkgname.service"
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-i686/radvd.service
===================================================================
--- community-i686/radvd.service	2013-10-02 23:02:11 UTC (rev 97999)
+++ community-i686/radvd.service	2013-10-02 23:02:19 UTC (rev 98000)
@@ -1,9 +0,0 @@
-[Unit]
-Description=IPv6 Router Advertisement Daemon
-After=network.target
-
-[Service]
-ExecStart=/usr/bin/radvd --nodaemon --logmethod=stderr
-
-[Install]
-WantedBy=multi-user.target

Copied: radvd/repos/community-i686/radvd.service (from rev 97999, radvd/trunk/radvd.service)
===================================================================
--- community-i686/radvd.service	                        (rev 0)
+++ community-i686/radvd.service	2013-10-02 23:02:19 UTC (rev 98000)
@@ -0,0 +1,9 @@
+[Unit]
+Description=IPv6 Router Advertisement Daemon
+After=network.target
+
+[Service]
+ExecStart=/usr/bin/radvd --nodaemon --logmethod=stderr
+
+[Install]
+WantedBy=multi-user.target

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2013-10-02 23:02:11 UTC (rev 97999)
+++ community-x86_64/PKGBUILD	2013-10-02 23:02:19 UTC (rev 98000)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Sébastien Luttringer
-# Contributor: Kaiting Chen <kaitocracy at gmail.com>
-# Contributor: Mark Smith <markzzzsmith at yahoo.com.au>
-
-pkgname=radvd
-pkgver=1.9.4
-pkgrel=1
-pkgdesc='IPv6 Router Advertisement Daemon'
-url='http://www.litech.org/radvd/'
-license=('custom')
-depends=('glibc' 'libdaemon')
-arch=('i686' 'x86_64')
-backup=('etc/radvd.conf')
-source=("http://www.litech.org/radvd/dist/$pkgname-$pkgver.tar.gz"
-        "$pkgname.service")
-sha1sums=('15bca3215d7740f5052d8cbd0b2b1e82b9380749'
-          '2fdba3b0ed28c67dc1c04bfd1439fa4dece88bbc')
-build() {
-  cd ${pkgname}-${pkgver}
-  ./configure \
-    --prefix=/usr \
-    --sbindir=/usr/bin \
-    --sysconfdir=/etc \
-    --with-pidfile=/run/radvd.pid \
-    --mandir=/usr/share/man
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR="$pkgdir" install
-  # default config
-  install -D -m 644 radvd.conf.example "$pkgdir/etc/radvd.conf"
-  # license
-  install -D -m 644 COPYRIGHT "$pkgdir/usr/share/licenses/$pkgname/COPYRIGHT"
-  # systemd
-  install -D -m 644 ../$pkgname.service \
-    "$pkgdir/usr/lib/systemd/system/$pkgname.service"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: radvd/repos/community-x86_64/PKGBUILD (from rev 97999, radvd/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2013-10-02 23:02:19 UTC (rev 98000)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Sébastien Luttringer
+# Contributor: Kaiting Chen <kaitocracy at gmail.com>
+# Contributor: Mark Smith <markzzzsmith at yahoo.com.au>
+
+pkgname=radvd
+pkgver=1.9.5
+pkgrel=1
+pkgdesc='IPv6 Router Advertisement Daemon'
+url='http://www.litech.org/radvd/'
+license=('custom')
+depends=('glibc' 'libdaemon')
+arch=('i686' 'x86_64')
+backup=('etc/radvd.conf')
+source=("http://www.litech.org/radvd/dist/$pkgname-$pkgver.tar.gz"
+        "$pkgname.service")
+sha1sums=('0e65206803ab2bcb4e6012a0d11ecdad4f64ce9c'
+          '2fdba3b0ed28c67dc1c04bfd1439fa4dece88bbc')
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure \
+    --prefix=/usr \
+    --sbindir=/usr/bin \
+    --sysconfdir=/etc \
+    --with-pidfile=/run/radvd.pid \
+    --mandir=/usr/share/man
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="$pkgdir" install
+  # default config
+  install -D -m 644 radvd.conf.example "$pkgdir/etc/radvd.conf"
+  # license
+  install -D -m 644 COPYRIGHT "$pkgdir/usr/share/licenses/$pkgname/COPYRIGHT"
+  # systemd
+  install -D -m 644 ../$pkgname.service \
+    "$pkgdir/usr/lib/systemd/system/$pkgname.service"
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-x86_64/radvd.service
===================================================================
--- community-x86_64/radvd.service	2013-10-02 23:02:11 UTC (rev 97999)
+++ community-x86_64/radvd.service	2013-10-02 23:02:19 UTC (rev 98000)
@@ -1,9 +0,0 @@
-[Unit]
-Description=IPv6 Router Advertisement Daemon
-After=network.target
-
-[Service]
-ExecStart=/usr/bin/radvd --nodaemon --logmethod=stderr
-
-[Install]
-WantedBy=multi-user.target

Copied: radvd/repos/community-x86_64/radvd.service (from rev 97999, radvd/trunk/radvd.service)
===================================================================
--- community-x86_64/radvd.service	                        (rev 0)
+++ community-x86_64/radvd.service	2013-10-02 23:02:19 UTC (rev 98000)
@@ -0,0 +1,9 @@
+[Unit]
+Description=IPv6 Router Advertisement Daemon
+After=network.target
+
+[Service]
+ExecStart=/usr/bin/radvd --nodaemon --logmethod=stderr
+
+[Install]
+WantedBy=multi-user.target




More information about the arch-commits mailing list