[arch-commits] Commit in bird/repos (12 files)
Sébastien Luttringer
seblu at nymeria.archlinux.org
Tue May 7 19:14:15 UTC 2013
Date: Tuesday, May 7, 2013 @ 21:14:15
Author: seblu
Revision: 90166
archrelease: copy trunk to community-i686, community-x86_64
Added:
bird/repos/community-i686/PKGBUILD
(from rev 90165, bird/trunk/PKGBUILD)
bird/repos/community-i686/bird.service
(from rev 90165, bird/trunk/bird.service)
bird/repos/community-i686/bird6.service
(from rev 90165, bird/trunk/bird6.service)
bird/repos/community-x86_64/PKGBUILD
(from rev 90165, bird/trunk/PKGBUILD)
bird/repos/community-x86_64/bird.service
(from rev 90165, bird/trunk/bird.service)
bird/repos/community-x86_64/bird6.service
(from rev 90165, 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 | 132 +++++++++++++++++++++++++++++++++++++++
/bird.service | 22 ++++++
/bird6.service | 22 ++++++
community-i686/PKGBUILD | 66 -------------------
community-i686/bird.service | 11 ---
community-i686/bird6.service | 11 ---
community-x86_64/PKGBUILD | 66 -------------------
community-x86_64/bird.service | 11 ---
community-x86_64/bird6.service | 11 ---
9 files changed, 176 insertions(+), 176 deletions(-)
Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD 2013-05-07 19:14:03 UTC (rev 90165)
+++ community-i686/PKGBUILD 2013-05-07 19:14:15 UTC (rev 90166)
@@ -1,66 +0,0 @@
-# $Id$
-# Maintainer: Sébastien Luttringer <seblu at aur.archlinux.org>
-
-pkgbase=bird
-pkgname=('bird' 'bird6')
-pkgver=1.3.9
-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=('86042560b5053dd008ba0b5ecbdde136'
- 'ccd12c994501e28a7256a6a2a17154b2'
- '631eea3de9be2f259aaf91f281d2d39a')
-
-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 --sysconfdir=/etc --localstatedir=/var
- make
-
- # build ipv6 bird
- cd ../_build6
- ../configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var --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" localstatedir="$pkgdir/var" 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" localstatedir="$pkgdir/var" 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 90165, bird/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-05-07 19:14:15 UTC (rev 90166)
@@ -0,0 +1,66 @@
+# $Id$
+# Maintainer: Sébastien Luttringer
+
+pkgbase=bird
+pkgname=('bird' 'bird6')
+pkgver=1.3.10
+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=('553c331b32bca9e926519cb2f67d68be'
+ 'ccd12c994501e28a7256a6a2a17154b2'
+ '631eea3de9be2f259aaf91f281d2d39a')
+
+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 --sysconfdir=/etc --localstatedir=/var
+ make
+
+ # build ipv6 bird
+ cd ../_build6
+ ../configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var --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" localstatedir="$pkgdir/var" 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" localstatedir="$pkgdir/var" 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-05-07 19:14:03 UTC (rev 90165)
+++ community-i686/bird.service 2013-05-07 19:14:15 UTC (rev 90166)
@@ -1,11 +0,0 @@
-[Unit]
-Description=BIRD routing daemon
-After=network.target
-
-[Service]
-ExecStart=/usr/sbin/bird -d
-ExecReload=/usr/sbin/birdc configure
-ExecStop=/usr/sbin/birdc down
-
-[Install]
-WantedBy=multi-user.target
Copied: bird/repos/community-i686/bird.service (from rev 90165, bird/trunk/bird.service)
===================================================================
--- community-i686/bird.service (rev 0)
+++ community-i686/bird.service 2013-05-07 19:14:15 UTC (rev 90166)
@@ -0,0 +1,11 @@
+[Unit]
+Description=BIRD routing daemon
+After=network.target
+
+[Service]
+ExecStart=/usr/sbin/bird -d
+ExecReload=/usr/sbin/birdc configure
+ExecStop=/usr/sbin/birdc down
+
+[Install]
+WantedBy=multi-user.target
Deleted: community-i686/bird6.service
===================================================================
--- community-i686/bird6.service 2013-05-07 19:14:03 UTC (rev 90165)
+++ community-i686/bird6.service 2013-05-07 19:14:15 UTC (rev 90166)
@@ -1,11 +0,0 @@
-[Unit]
-Description=BIRD IPv6 routing daemon
-After=network.target
-
-[Service]
-ExecStart=/usr/sbin/bird6 -d
-ExecReload=/usr/sbin/bird6c configure
-ExecStop=/usr/sbin/bird6c down
-
-[Install]
-WantedBy=multi-user.target
Copied: bird/repos/community-i686/bird6.service (from rev 90165, bird/trunk/bird6.service)
===================================================================
--- community-i686/bird6.service (rev 0)
+++ community-i686/bird6.service 2013-05-07 19:14:15 UTC (rev 90166)
@@ -0,0 +1,11 @@
+[Unit]
+Description=BIRD IPv6 routing daemon
+After=network.target
+
+[Service]
+ExecStart=/usr/sbin/bird6 -d
+ExecReload=/usr/sbin/bird6c configure
+ExecStop=/usr/sbin/bird6c down
+
+[Install]
+WantedBy=multi-user.target
Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD 2013-05-07 19:14:03 UTC (rev 90165)
+++ community-x86_64/PKGBUILD 2013-05-07 19:14:15 UTC (rev 90166)
@@ -1,66 +0,0 @@
-# $Id$
-# Maintainer: Sébastien Luttringer <seblu at aur.archlinux.org>
-
-pkgbase=bird
-pkgname=('bird' 'bird6')
-pkgver=1.3.9
-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=('86042560b5053dd008ba0b5ecbdde136'
- 'ccd12c994501e28a7256a6a2a17154b2'
- '631eea3de9be2f259aaf91f281d2d39a')
-
-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 --sysconfdir=/etc --localstatedir=/var
- make
-
- # build ipv6 bird
- cd ../_build6
- ../configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var --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" localstatedir="$pkgdir/var" 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" localstatedir="$pkgdir/var" 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 90165, bird/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD (rev 0)
+++ community-x86_64/PKGBUILD 2013-05-07 19:14:15 UTC (rev 90166)
@@ -0,0 +1,66 @@
+# $Id$
+# Maintainer: Sébastien Luttringer
+
+pkgbase=bird
+pkgname=('bird' 'bird6')
+pkgver=1.3.10
+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=('553c331b32bca9e926519cb2f67d68be'
+ 'ccd12c994501e28a7256a6a2a17154b2'
+ '631eea3de9be2f259aaf91f281d2d39a')
+
+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 --sysconfdir=/etc --localstatedir=/var
+ make
+
+ # build ipv6 bird
+ cd ../_build6
+ ../configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var --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" localstatedir="$pkgdir/var" 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" localstatedir="$pkgdir/var" 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-05-07 19:14:03 UTC (rev 90165)
+++ community-x86_64/bird.service 2013-05-07 19:14:15 UTC (rev 90166)
@@ -1,11 +0,0 @@
-[Unit]
-Description=BIRD routing daemon
-After=network.target
-
-[Service]
-ExecStart=/usr/sbin/bird -d
-ExecReload=/usr/sbin/birdc configure
-ExecStop=/usr/sbin/birdc down
-
-[Install]
-WantedBy=multi-user.target
Copied: bird/repos/community-x86_64/bird.service (from rev 90165, bird/trunk/bird.service)
===================================================================
--- community-x86_64/bird.service (rev 0)
+++ community-x86_64/bird.service 2013-05-07 19:14:15 UTC (rev 90166)
@@ -0,0 +1,11 @@
+[Unit]
+Description=BIRD routing daemon
+After=network.target
+
+[Service]
+ExecStart=/usr/sbin/bird -d
+ExecReload=/usr/sbin/birdc configure
+ExecStop=/usr/sbin/birdc down
+
+[Install]
+WantedBy=multi-user.target
Deleted: community-x86_64/bird6.service
===================================================================
--- community-x86_64/bird6.service 2013-05-07 19:14:03 UTC (rev 90165)
+++ community-x86_64/bird6.service 2013-05-07 19:14:15 UTC (rev 90166)
@@ -1,11 +0,0 @@
-[Unit]
-Description=BIRD IPv6 routing daemon
-After=network.target
-
-[Service]
-ExecStart=/usr/sbin/bird6 -d
-ExecReload=/usr/sbin/bird6c configure
-ExecStop=/usr/sbin/bird6c down
-
-[Install]
-WantedBy=multi-user.target
Copied: bird/repos/community-x86_64/bird6.service (from rev 90165, bird/trunk/bird6.service)
===================================================================
--- community-x86_64/bird6.service (rev 0)
+++ community-x86_64/bird6.service 2013-05-07 19:14:15 UTC (rev 90166)
@@ -0,0 +1,11 @@
+[Unit]
+Description=BIRD IPv6 routing daemon
+After=network.target
+
+[Service]
+ExecStart=/usr/sbin/bird6 -d
+ExecReload=/usr/sbin/bird6c configure
+ExecStop=/usr/sbin/bird6c down
+
+[Install]
+WantedBy=multi-user.target
More information about the arch-commits
mailing list