[arch-commits] Commit in radvd/repos/community-x86_64 (5 files)

2019-02-26 Thread Thore Bödecker via arch-commits
Date: Tuesday, February 26, 2019 @ 12:07:16
  Author: foxxx0
Revision: 436125

archrelease: copy trunk to community-x86_64

Added:
  radvd/repos/community-x86_64/PKGBUILD
(from rev 436124, radvd/trunk/PKGBUILD)
  radvd/repos/community-x86_64/radvd.service
(from rev 436124, radvd/trunk/radvd.service)
Deleted:
  radvd/repos/community-x86_64/PKGBUILD
  
radvd/repos/community-x86_64/avoid-premature-warning-about-all-zeros-prefix.patch
  radvd/repos/community-x86_64/radvd.service

--+
 PKGBUILD |  125 +++--
 avoid-premature-warning-about-all-zeros-prefix.patch |   36 
 radvd.service|   18 +-
 3 files changed, 66 insertions(+), 113 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-02-26 12:07:08 UTC (rev 436124)
+++ PKGBUILD2019-02-26 12:07:16 UTC (rev 436125)
@@ -1,68 +0,0 @@
-# $Id$
-# Maintainer: Sébastien Luttringer
-# Maintainer: Thore Bödecker 
-# Contributor: Kaiting Chen 
-# Contributor: Mark Smith 
-
-pkgname=radvd
-pkgver=2.17
-pkgrel=2
-pkgdesc='IPv6 Router Advertisement Daemon'
-url='http://www.litech.org/radvd/'
-license=('custom')
-depends=('glibc')
-makedepends=('check')
-arch=('x86_64')
-backup=('etc/radvd.conf')
-validpgpkeys=('B11F2EED32FB6728F700337C411FA8C112D91A31') # Reuben Hawkins
-source=("http://www.litech.org/radvd/dist/${pkgname}-${pkgver}.tar.xz"{,.asc}
-"$pkgname.service"
-'avoid-premature-warning-about-all-zeros-prefix.patch')
-sha512sums=('f62aa8acb423320423637c7908abe1d3b8ec4b32f78a81ba67c1a4ecf9bcaaae4e3671fc0c2c5b5776edfe5e6b5d3bf1daf60e55387dd0c0d7370a86d867873c'
-'SKIP'
-
'ff24665937ab2b937d24599e3ae14956d531f969a471b6616775c3d5c48330ae1b22cdd4d569867a92c3d6af1548be75de70e5ead6a9ae4ae45566a6523988dd'
-
'413ce0c04f1024d9bfba34911834e9db4a2d30e6c270f989f63c33cd04deabb87627ea2e62a364ac80e44c5501c8ed5afd50f8d7446725240815cae95ae086d5')
-
-prepare() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  # apply patch from the source array (should be a pacman feature)
-  local filename
-  for filename in "${source[@]}"; do
-if [[ "${filename}" =~ \.patch$ ]]; then
-  msg2 "Applying patch ${filename##*/}"
-  patch -p1 -N -i "${srcdir}/${filename##*/}"
-fi
-  done
-  :
-}
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  ./configure \
---prefix=/usr \
---sbindir=/usr/bin \
---sysconfdir=/etc \
---with-pidfile=/run/radvd.pid \
---with-check \
---mandir=/usr/share/man
-  make
-}
-
-check() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  make check
-}
-
-package() {
-  cd "${srcdir}/${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 "${srcdir}/${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 436124, 
radvd/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-02-26 12:07:16 UTC (rev 436125)
@@ -0,0 +1,57 @@
+# Maintainer: Sébastien Luttringer
+# Maintainer: Thore Bödecker 
+# Contributor: Kaiting Chen 
+# Contributor: Mark Smith 
+
+pkgname=radvd
+pkgver=2.18
+pkgrel=1
+pkgdesc='IPv6 Router Advertisement Daemon'
+url='http://www.litech.org/radvd/'
+license=('custom')
+depends=('glibc')
+makedepends=('check')
+arch=('x86_64')
+backup=('etc/radvd.conf')
+validpgpkeys=('10E2511038172B516DCA5BD36FE19F21451C9A2B') # Reuben Hawkins
+source=("http://www.litech.org/radvd/dist/${pkgname}-${pkgver}.tar.xz"{,.asc}
+"${pkgname}.service")
+sha512sums=('f45a600d63a93fc58cc3d1c33545ed641337a82281dbeca2f98a9fee224d38e7c547c1624e02682df007e0215b39b5756f60093bae9264d54e4b388f89b6d108'
+'SKIP'
+
'f8abe3e0233c33313e768c45b2873bfc70b6461337c57ae6e07196d3e9d23338fdec56b1c92d3fa1a2a691f83fd850588095352570ce3d2c0cc32ac07862f426')
+
+prepare() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  :
+}
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  ./configure \
+--prefix=/usr \
+--sbindir=/usr/bin \
+--sysconfdir=/etc \
+--with-pidfile=/run/radvd.pid \
+--with-check \
+--mandir=/usr/share/man
+  make
+}
+
+check() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make check
+}
+
+package() {
+  cd "${srcdir}/${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 "${srcdir}/${pkgname}.service" \
+   

[arch-commits] Commit in radvd/repos/community-x86_64 (5 files)

2018-03-10 Thread Thore Bödecker via arch-commits
Date: Saturday, March 10, 2018 @ 12:58:09
  Author: foxxx0
Revision: 306055

archrelease: copy trunk to community-x86_64

Added:
  radvd/repos/community-x86_64/PKGBUILD
(from rev 306054, radvd/trunk/PKGBUILD)
  
radvd/repos/community-x86_64/avoid-premature-warning-about-all-zeros-prefix.patch
(from rev 306054, 
radvd/trunk/avoid-premature-warning-about-all-zeros-prefix.patch)
  radvd/repos/community-x86_64/radvd.service
(from rev 306054, radvd/trunk/radvd.service)
Deleted:
  radvd/repos/community-x86_64/PKGBUILD
  radvd/repos/community-x86_64/radvd.service

--+
 PKGBUILD |  133 -
 avoid-premature-warning-about-all-zeros-prefix.patch |   36 
 radvd.service|   18 +-
 3 files changed, 113 insertions(+), 74 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-03-10 12:57:57 UTC (rev 306054)
+++ PKGBUILD2018-03-10 12:58:09 UTC (rev 306055)
@@ -1,65 +0,0 @@
-# $Id$
-# Maintainer: Sébastien Luttringer
-# Contributor: Kaiting Chen 
-# Contributor: Mark Smith 
-
-pkgname=radvd
-pkgver=2.17
-pkgrel=1
-pkgdesc='IPv6 Router Advertisement Daemon'
-url='http://www.litech.org/radvd/'
-license=('custom')
-depends=('glibc')
-makedepends=('check')
-arch=('x86_64')
-backup=('etc/radvd.conf')
-validpgpkeys=('B11F2EED32FB6728F700337C411FA8C112D91A31') # Reuben Hawkins
-source=("http://www.litech.org/radvd/dist/$pkgname-$pkgver.tar.xz"{,.asc}
-"$pkgname.service")
-sha1sums=('e6aefd1f94c11c198271622989deefa647a489b5'
-  'SKIP'
-  '2fdba3b0ed28c67dc1c04bfd1439fa4dece88bbc')
-
-prepare() {
-  cd $pkgname-$pkgver
-  # apply patch from the source array (should be a pacman feature)
-  local filename
-  for filename in "${source[@]}"; do
-if [[ "$filename" =~ \.patch$ ]]; then
-  msg2 "Applying patch ${filename##*/}"
-  patch -p1 -N -i "$srcdir/${filename##*/}"
-fi
-  done
-  :
-}
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure \
---prefix=/usr \
---sbindir=/usr/bin \
---sysconfdir=/etc \
---with-pidfile=/run/radvd.pid \
---with-check \
---mandir=/usr/share/man
-  make
-}
-
-check() {
-  cd $pkgname-$pkgver
-  make check
-}
-
-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 306054, 
radvd/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-03-10 12:58:09 UTC (rev 306055)
@@ -0,0 +1,68 @@
+# $Id$
+# Maintainer: Sébastien Luttringer
+# Maintainer: Thore Bödecker 
+# Contributor: Kaiting Chen 
+# Contributor: Mark Smith 
+
+pkgname=radvd
+pkgver=2.17
+pkgrel=2
+pkgdesc='IPv6 Router Advertisement Daemon'
+url='http://www.litech.org/radvd/'
+license=('custom')
+depends=('glibc')
+makedepends=('check')
+arch=('x86_64')
+backup=('etc/radvd.conf')
+validpgpkeys=('B11F2EED32FB6728F700337C411FA8C112D91A31') # Reuben Hawkins
+source=("http://www.litech.org/radvd/dist/${pkgname}-${pkgver}.tar.xz"{,.asc}
+"$pkgname.service"
+'avoid-premature-warning-about-all-zeros-prefix.patch')
+sha512sums=('f62aa8acb423320423637c7908abe1d3b8ec4b32f78a81ba67c1a4ecf9bcaaae4e3671fc0c2c5b5776edfe5e6b5d3bf1daf60e55387dd0c0d7370a86d867873c'
+'SKIP'
+
'ff24665937ab2b937d24599e3ae14956d531f969a471b6616775c3d5c48330ae1b22cdd4d569867a92c3d6af1548be75de70e5ead6a9ae4ae45566a6523988dd'
+
'413ce0c04f1024d9bfba34911834e9db4a2d30e6c270f989f63c33cd04deabb87627ea2e62a364ac80e44c5501c8ed5afd50f8d7446725240815cae95ae086d5')
+
+prepare() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  # apply patch from the source array (should be a pacman feature)
+  local filename
+  for filename in "${source[@]}"; do
+if [[ "${filename}" =~ \.patch$ ]]; then
+  msg2 "Applying patch ${filename##*/}"
+  patch -p1 -N -i "${srcdir}/${filename##*/}"
+fi
+  done
+  :
+}
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  ./configure \
+--prefix=/usr \
+--sbindir=/usr/bin \
+--sysconfdir=/etc \
+--with-pidfile=/run/radvd.pid \
+--with-check \
+--mandir=/usr/share/man
+  make
+}
+
+check() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make check
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+  # default config
+  install -D -m 644 radvd.conf.example