[arch-commits] Commit in radvd/repos (8 files)
Sébastien Luttringer
seblu at nymeria.archlinux.org
Sat Nov 30 16:21:06 UTC 2013
Date: Saturday, November 30, 2013 @ 17:21:06
Author: seblu
Revision: 101735
archrelease: copy trunk to community-i686, community-x86_64
Added:
radvd/repos/community-i686/PKGBUILD
(from rev 101734, radvd/trunk/PKGBUILD)
radvd/repos/community-i686/radvd.service
(from rev 101734, radvd/trunk/radvd.service)
radvd/repos/community-x86_64/PKGBUILD
(from rev 101734, radvd/trunk/PKGBUILD)
radvd/repos/community-x86_64/radvd.service
(from rev 101734, 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-11-30 16:20:58 UTC (rev 101734)
+++ community-i686/PKGBUILD 2013-11-30 16:21:06 UTC (rev 101735)
@@ -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.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:
Copied: radvd/repos/community-i686/PKGBUILD (from rev 101734, radvd/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-11-30 16:21:06 UTC (rev 101735)
@@ -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.7
+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=('92f7eadfee951f787e861f41c344689416f3f504'
+ '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-11-30 16:20:58 UTC (rev 101734)
+++ community-i686/radvd.service 2013-11-30 16:21:06 UTC (rev 101735)
@@ -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 101734, radvd/trunk/radvd.service)
===================================================================
--- community-i686/radvd.service (rev 0)
+++ community-i686/radvd.service 2013-11-30 16:21:06 UTC (rev 101735)
@@ -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-11-30 16:20:58 UTC (rev 101734)
+++ community-x86_64/PKGBUILD 2013-11-30 16:21:06 UTC (rev 101735)
@@ -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.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:
Copied: radvd/repos/community-x86_64/PKGBUILD (from rev 101734, radvd/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD (rev 0)
+++ community-x86_64/PKGBUILD 2013-11-30 16:21:06 UTC (rev 101735)
@@ -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.7
+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=('92f7eadfee951f787e861f41c344689416f3f504'
+ '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-11-30 16:20:58 UTC (rev 101734)
+++ community-x86_64/radvd.service 2013-11-30 16:21:06 UTC (rev 101735)
@@ -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 101734, radvd/trunk/radvd.service)
===================================================================
--- community-x86_64/radvd.service (rev 0)
+++ community-x86_64/radvd.service 2013-11-30 16:21:06 UTC (rev 101735)
@@ -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