[arch-commits] Commit in bird/repos (12 files)

Sébastien Luttringer seblu at nymeria.archlinux.org
Mon Jul 29 09:56:29 UTC 2013


    Date: Monday, July 29, 2013 @ 11:56:29
  Author: seblu
Revision: 94704

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

Added:
  bird/repos/community-i686/PKGBUILD
    (from rev 94703, bird/trunk/PKGBUILD)
  bird/repos/community-i686/bird.service
    (from rev 94703, bird/trunk/bird.service)
  bird/repos/community-i686/bird6.service
    (from rev 94703, bird/trunk/bird6.service)
  bird/repos/community-x86_64/PKGBUILD
    (from rev 94703, bird/trunk/PKGBUILD)
  bird/repos/community-x86_64/bird.service
    (from rev 94703, bird/trunk/bird.service)
  bird/repos/community-x86_64/bird6.service
    (from rev 94703, bird/trunk/bird6.service)
Deleted:
  bird/repos/community-i686/PKGBUILD
  bird/repos/community-i686/bird.service
  bird/repos/community-i686/bird6.service
  bird/repos/community-x86_64/PKGBUILD
  bird/repos/community-x86_64/bird.service
  bird/repos/community-x86_64/bird6.service

--------------------------------+
 /PKGBUILD                      |  178 +++++++++++++++++++++++++++++++++++++++
 /bird.service                  |   22 ++++
 /bird6.service                 |   22 ++++
 community-i686/PKGBUILD        |   89 -------------------
 community-i686/bird.service    |   11 --
 community-i686/bird6.service   |   11 --
 community-x86_64/PKGBUILD      |   89 -------------------
 community-x86_64/bird.service  |   11 --
 community-x86_64/bird6.service |   11 --
 9 files changed, 222 insertions(+), 222 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2013-07-29 09:56:18 UTC (rev 94703)
+++ community-i686/PKGBUILD	2013-07-29 09:56:29 UTC (rev 94704)
@@ -1,89 +0,0 @@
-# $Id$
-# Maintainer: Sébastien Luttringer
-
-pkgbase=bird
-pkgname=('bird' 'bird6')
-pkgver=1.3.10
-pkgrel=4
-arch=('i686' 'x86_64')
-url='http://bird.network.cz/'
-license=('GPL2')
-depends=('readline' 'ncurses')
-source=("ftp://bird.network.cz/pub/bird/${pkgname}-${pkgver}.tar.gz"
-        'bird.service'
-        'bird6.service')
-md5sums=('553c331b32bca9e926519cb2f67d68be'
-         '01360e3b71ff2ed2223e87a3176e0659'
-         'b895b473cbc98cfd54751f737536eb1e')
-
-build() {
-  cd $pkgbase-$pkgver
-  [[ -e _build4 ]] && rm -rf _build4
-  [[ -e _build6 ]] && rm -rf _build6
-  mkdir _build4 _build6
-
-  # build ipv4 bird
-  cd _build4
-  ../configure \
-    --prefix=/usr \
-    --sbindir=/usr/bin \
-    --sysconfdir=/etc \
-    --localstatedir=/var \
-    --docdir=/usr/share/doc/$pkgname
-  make
-
-  # build ipv6 bird
-  cd ../_build6
-  ../configure \
-    --prefix=/usr \
-    --sbindir=/usr/bin \
-    --sysconfdir=/etc \
-    --localstatedir=/var \
-    --docdir=/usr/share/doc/$pkgname \
-    --enable-ipv6
-  make
-}
-
-package_bird () {
-  pkgdesc='RIP, OSPFv2 and BGP daemon (ipv4 version)'
-  backup=('etc/bird.conf')
-
-  cd $pkgbase-$pkgver/_build4
-  make \
-    prefix="$pkgdir/usr" \
-    sysconfdir="$pkgdir/etc" \
-    sbindir="$pkgdir/usr/bin" \
-    localstatedir="$pkgdir/var" \
-    docdir="$pkgdir/usr/share/doc/$pkgname" \
-    install
-  #make docdir="$pkgdir/usr/share/doc/$pkgname" install-docs
-
-  # no /var inside pkg
-  rm -r "$pkgdir/var"
-
-  # systemd
-  install -D -m 644 "$srcdir/bird.service" "$pkgdir/usr/lib/systemd/system/bird.service"
-}
-
-package_bird6 () {
-  pkgdesc='RIP, OSPFv3, RADV and BGP daemon (ipv6 version)'
-  backup=('etc/bird6.conf')
-
-  cd $pkgbase-$pkgver/_build6
-  make \
-    prefix="$pkgdir/usr" \
-    sysconfdir="$pkgdir/etc" \
-    sbindir="$pkgdir/usr/bin" \
-    localstatedir="$pkgdir/var" \
-    docdir="$pkgdir/usr/share/doc/$pkgname" \
-    install
-  #make docdir="$pkgdir/usr/share/doc/$pkgname" install-docs
-
-  # no /var inside pkg
-  rm -r "$pkgdir/var"
-
-  # systemd
-  install -D -m 644 "$srcdir/bird6.service" "$pkgdir/usr/lib/systemd/system/bird6.service"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: bird/repos/community-i686/PKGBUILD (from rev 94703, bird/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2013-07-29 09:56:29 UTC (rev 94704)
@@ -0,0 +1,89 @@
+# $Id$
+# Maintainer: Sébastien Luttringer
+
+pkgbase=bird
+pkgname=('bird' 'bird6')
+pkgver=1.3.11
+pkgrel=1
+arch=('i686' 'x86_64')
+url='http://bird.network.cz/'
+license=('GPL2')
+depends=('readline' 'ncurses')
+source=("ftp://bird.network.cz/pub/bird/${pkgname}-${pkgver}.tar.gz"
+        'bird.service'
+        'bird6.service')
+md5sums=('8ad2eb997fb8251bc5b24cf32619571b'
+         '01360e3b71ff2ed2223e87a3176e0659'
+         'b895b473cbc98cfd54751f737536eb1e')
+
+build() {
+  cd $pkgbase-$pkgver
+  [[ -e _build4 ]] && rm -rf _build4
+  [[ -e _build6 ]] && rm -rf _build6
+  mkdir _build4 _build6
+
+  # build ipv4 bird
+  cd _build4
+  ../configure \
+    --prefix=/usr \
+    --sbindir=/usr/bin \
+    --sysconfdir=/etc \
+    --localstatedir=/var \
+    --docdir=/usr/share/doc/$pkgname
+  make
+
+  # build ipv6 bird
+  cd ../_build6
+  ../configure \
+    --prefix=/usr \
+    --sbindir=/usr/bin \
+    --sysconfdir=/etc \
+    --localstatedir=/var \
+    --docdir=/usr/share/doc/$pkgname \
+    --enable-ipv6
+  make
+}
+
+package_bird () {
+  pkgdesc='RIP, OSPFv2 and BGP daemon (ipv4 version)'
+  backup=('etc/bird.conf')
+
+  cd $pkgbase-$pkgver/_build4
+  make \
+    prefix="$pkgdir/usr" \
+    sysconfdir="$pkgdir/etc" \
+    sbindir="$pkgdir/usr/bin" \
+    localstatedir="$pkgdir/var" \
+    docdir="$pkgdir/usr/share/doc/$pkgname" \
+    install
+  #make docdir="$pkgdir/usr/share/doc/$pkgname" install-docs
+
+  # no /var inside pkg
+  rm -r "$pkgdir/var"
+
+  # systemd
+  install -D -m 644 "$srcdir/bird.service" "$pkgdir/usr/lib/systemd/system/bird.service"
+}
+
+package_bird6 () {
+  pkgdesc='RIP, OSPFv3, RADV and BGP daemon (ipv6 version)'
+  backup=('etc/bird6.conf')
+
+  cd $pkgbase-$pkgver/_build6
+  make \
+    prefix="$pkgdir/usr" \
+    sysconfdir="$pkgdir/etc" \
+    sbindir="$pkgdir/usr/bin" \
+    localstatedir="$pkgdir/var" \
+    docdir="$pkgdir/usr/share/doc/$pkgname" \
+    install
+  #make docdir="$pkgdir/usr/share/doc/$pkgname" install-docs
+
+  # no /var inside pkg
+  rm -r "$pkgdir/var"
+
+  # systemd
+  install -D -m 644 "$srcdir/bird6.service" "$pkgdir/usr/lib/systemd/system/bird6.service"
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-i686/bird.service
===================================================================
--- community-i686/bird.service	2013-07-29 09:56:18 UTC (rev 94703)
+++ community-i686/bird.service	2013-07-29 09:56:29 UTC (rev 94704)
@@ -1,11 +0,0 @@
-[Unit]
-Description=BIRD routing daemon
-After=network.target
-
-[Service]
-ExecStart=/usr/bin/bird -d
-ExecReload=/usr/bin/birdc configure
-ExecStop=/usr/bin/birdc down
-
-[Install]
-WantedBy=multi-user.target

Copied: bird/repos/community-i686/bird.service (from rev 94703, bird/trunk/bird.service)
===================================================================
--- community-i686/bird.service	                        (rev 0)
+++ community-i686/bird.service	2013-07-29 09:56:29 UTC (rev 94704)
@@ -0,0 +1,11 @@
+[Unit]
+Description=BIRD routing daemon
+After=network.target
+
+[Service]
+ExecStart=/usr/bin/bird -d
+ExecReload=/usr/bin/birdc configure
+ExecStop=/usr/bin/birdc down
+
+[Install]
+WantedBy=multi-user.target

Deleted: community-i686/bird6.service
===================================================================
--- community-i686/bird6.service	2013-07-29 09:56:18 UTC (rev 94703)
+++ community-i686/bird6.service	2013-07-29 09:56:29 UTC (rev 94704)
@@ -1,11 +0,0 @@
-[Unit]
-Description=BIRD IPv6 routing daemon
-After=network.target
-
-[Service]
-ExecStart=/usr/bin/bird6 -d
-ExecReload=/usr/bin/birdc6 configure
-ExecStop=/usr/bin/birdc6 down
-
-[Install]
-WantedBy=multi-user.target

Copied: bird/repos/community-i686/bird6.service (from rev 94703, bird/trunk/bird6.service)
===================================================================
--- community-i686/bird6.service	                        (rev 0)
+++ community-i686/bird6.service	2013-07-29 09:56:29 UTC (rev 94704)
@@ -0,0 +1,11 @@
+[Unit]
+Description=BIRD IPv6 routing daemon
+After=network.target
+
+[Service]
+ExecStart=/usr/bin/bird6 -d
+ExecReload=/usr/bin/birdc6 configure
+ExecStop=/usr/bin/birdc6 down
+
+[Install]
+WantedBy=multi-user.target

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2013-07-29 09:56:18 UTC (rev 94703)
+++ community-x86_64/PKGBUILD	2013-07-29 09:56:29 UTC (rev 94704)
@@ -1,89 +0,0 @@
-# $Id$
-# Maintainer: Sébastien Luttringer
-
-pkgbase=bird
-pkgname=('bird' 'bird6')
-pkgver=1.3.10
-pkgrel=4
-arch=('i686' 'x86_64')
-url='http://bird.network.cz/'
-license=('GPL2')
-depends=('readline' 'ncurses')
-source=("ftp://bird.network.cz/pub/bird/${pkgname}-${pkgver}.tar.gz"
-        'bird.service'
-        'bird6.service')
-md5sums=('553c331b32bca9e926519cb2f67d68be'
-         '01360e3b71ff2ed2223e87a3176e0659'
-         'b895b473cbc98cfd54751f737536eb1e')
-
-build() {
-  cd $pkgbase-$pkgver
-  [[ -e _build4 ]] && rm -rf _build4
-  [[ -e _build6 ]] && rm -rf _build6
-  mkdir _build4 _build6
-
-  # build ipv4 bird
-  cd _build4
-  ../configure \
-    --prefix=/usr \
-    --sbindir=/usr/bin \
-    --sysconfdir=/etc \
-    --localstatedir=/var \
-    --docdir=/usr/share/doc/$pkgname
-  make
-
-  # build ipv6 bird
-  cd ../_build6
-  ../configure \
-    --prefix=/usr \
-    --sbindir=/usr/bin \
-    --sysconfdir=/etc \
-    --localstatedir=/var \
-    --docdir=/usr/share/doc/$pkgname \
-    --enable-ipv6
-  make
-}
-
-package_bird () {
-  pkgdesc='RIP, OSPFv2 and BGP daemon (ipv4 version)'
-  backup=('etc/bird.conf')
-
-  cd $pkgbase-$pkgver/_build4
-  make \
-    prefix="$pkgdir/usr" \
-    sysconfdir="$pkgdir/etc" \
-    sbindir="$pkgdir/usr/bin" \
-    localstatedir="$pkgdir/var" \
-    docdir="$pkgdir/usr/share/doc/$pkgname" \
-    install
-  #make docdir="$pkgdir/usr/share/doc/$pkgname" install-docs
-
-  # no /var inside pkg
-  rm -r "$pkgdir/var"
-
-  # systemd
-  install -D -m 644 "$srcdir/bird.service" "$pkgdir/usr/lib/systemd/system/bird.service"
-}
-
-package_bird6 () {
-  pkgdesc='RIP, OSPFv3, RADV and BGP daemon (ipv6 version)'
-  backup=('etc/bird6.conf')
-
-  cd $pkgbase-$pkgver/_build6
-  make \
-    prefix="$pkgdir/usr" \
-    sysconfdir="$pkgdir/etc" \
-    sbindir="$pkgdir/usr/bin" \
-    localstatedir="$pkgdir/var" \
-    docdir="$pkgdir/usr/share/doc/$pkgname" \
-    install
-  #make docdir="$pkgdir/usr/share/doc/$pkgname" install-docs
-
-  # no /var inside pkg
-  rm -r "$pkgdir/var"
-
-  # systemd
-  install -D -m 644 "$srcdir/bird6.service" "$pkgdir/usr/lib/systemd/system/bird6.service"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: bird/repos/community-x86_64/PKGBUILD (from rev 94703, bird/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2013-07-29 09:56:29 UTC (rev 94704)
@@ -0,0 +1,89 @@
+# $Id$
+# Maintainer: Sébastien Luttringer
+
+pkgbase=bird
+pkgname=('bird' 'bird6')
+pkgver=1.3.11
+pkgrel=1
+arch=('i686' 'x86_64')
+url='http://bird.network.cz/'
+license=('GPL2')
+depends=('readline' 'ncurses')
+source=("ftp://bird.network.cz/pub/bird/${pkgname}-${pkgver}.tar.gz"
+        'bird.service'
+        'bird6.service')
+md5sums=('8ad2eb997fb8251bc5b24cf32619571b'
+         '01360e3b71ff2ed2223e87a3176e0659'
+         'b895b473cbc98cfd54751f737536eb1e')
+
+build() {
+  cd $pkgbase-$pkgver
+  [[ -e _build4 ]] && rm -rf _build4
+  [[ -e _build6 ]] && rm -rf _build6
+  mkdir _build4 _build6
+
+  # build ipv4 bird
+  cd _build4
+  ../configure \
+    --prefix=/usr \
+    --sbindir=/usr/bin \
+    --sysconfdir=/etc \
+    --localstatedir=/var \
+    --docdir=/usr/share/doc/$pkgname
+  make
+
+  # build ipv6 bird
+  cd ../_build6
+  ../configure \
+    --prefix=/usr \
+    --sbindir=/usr/bin \
+    --sysconfdir=/etc \
+    --localstatedir=/var \
+    --docdir=/usr/share/doc/$pkgname \
+    --enable-ipv6
+  make
+}
+
+package_bird () {
+  pkgdesc='RIP, OSPFv2 and BGP daemon (ipv4 version)'
+  backup=('etc/bird.conf')
+
+  cd $pkgbase-$pkgver/_build4
+  make \
+    prefix="$pkgdir/usr" \
+    sysconfdir="$pkgdir/etc" \
+    sbindir="$pkgdir/usr/bin" \
+    localstatedir="$pkgdir/var" \
+    docdir="$pkgdir/usr/share/doc/$pkgname" \
+    install
+  #make docdir="$pkgdir/usr/share/doc/$pkgname" install-docs
+
+  # no /var inside pkg
+  rm -r "$pkgdir/var"
+
+  # systemd
+  install -D -m 644 "$srcdir/bird.service" "$pkgdir/usr/lib/systemd/system/bird.service"
+}
+
+package_bird6 () {
+  pkgdesc='RIP, OSPFv3, RADV and BGP daemon (ipv6 version)'
+  backup=('etc/bird6.conf')
+
+  cd $pkgbase-$pkgver/_build6
+  make \
+    prefix="$pkgdir/usr" \
+    sysconfdir="$pkgdir/etc" \
+    sbindir="$pkgdir/usr/bin" \
+    localstatedir="$pkgdir/var" \
+    docdir="$pkgdir/usr/share/doc/$pkgname" \
+    install
+  #make docdir="$pkgdir/usr/share/doc/$pkgname" install-docs
+
+  # no /var inside pkg
+  rm -r "$pkgdir/var"
+
+  # systemd
+  install -D -m 644 "$srcdir/bird6.service" "$pkgdir/usr/lib/systemd/system/bird6.service"
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-x86_64/bird.service
===================================================================
--- community-x86_64/bird.service	2013-07-29 09:56:18 UTC (rev 94703)
+++ community-x86_64/bird.service	2013-07-29 09:56:29 UTC (rev 94704)
@@ -1,11 +0,0 @@
-[Unit]
-Description=BIRD routing daemon
-After=network.target
-
-[Service]
-ExecStart=/usr/bin/bird -d
-ExecReload=/usr/bin/birdc configure
-ExecStop=/usr/bin/birdc down
-
-[Install]
-WantedBy=multi-user.target

Copied: bird/repos/community-x86_64/bird.service (from rev 94703, bird/trunk/bird.service)
===================================================================
--- community-x86_64/bird.service	                        (rev 0)
+++ community-x86_64/bird.service	2013-07-29 09:56:29 UTC (rev 94704)
@@ -0,0 +1,11 @@
+[Unit]
+Description=BIRD routing daemon
+After=network.target
+
+[Service]
+ExecStart=/usr/bin/bird -d
+ExecReload=/usr/bin/birdc configure
+ExecStop=/usr/bin/birdc down
+
+[Install]
+WantedBy=multi-user.target

Deleted: community-x86_64/bird6.service
===================================================================
--- community-x86_64/bird6.service	2013-07-29 09:56:18 UTC (rev 94703)
+++ community-x86_64/bird6.service	2013-07-29 09:56:29 UTC (rev 94704)
@@ -1,11 +0,0 @@
-[Unit]
-Description=BIRD IPv6 routing daemon
-After=network.target
-
-[Service]
-ExecStart=/usr/bin/bird6 -d
-ExecReload=/usr/bin/birdc6 configure
-ExecStop=/usr/bin/birdc6 down
-
-[Install]
-WantedBy=multi-user.target

Copied: bird/repos/community-x86_64/bird6.service (from rev 94703, bird/trunk/bird6.service)
===================================================================
--- community-x86_64/bird6.service	                        (rev 0)
+++ community-x86_64/bird6.service	2013-07-29 09:56:29 UTC (rev 94704)
@@ -0,0 +1,11 @@
+[Unit]
+Description=BIRD IPv6 routing daemon
+After=network.target
+
+[Service]
+ExecStart=/usr/bin/bird6 -d
+ExecReload=/usr/bin/birdc6 configure
+ExecStop=/usr/bin/birdc6 down
+
+[Install]
+WantedBy=multi-user.target




More information about the arch-commits mailing list