[arch-commits] Commit in exabgp/repos/community-any (4 files)
Sébastien Luttringer
seblu at nymeria.archlinux.org
Fri Apr 19 13:05:33 UTC 2013
Date: Friday, April 19, 2013 @ 15:05:32
Author: seblu
Revision: 88540
archrelease: copy trunk to community-any
Added:
exabgp/repos/community-any/PKGBUILD
(from rev 88539, exabgp/trunk/PKGBUILD)
exabgp/repos/community-any/exabgp.service
(from rev 88539, exabgp/trunk/exabgp.service)
Deleted:
exabgp/repos/community-any/PKGBUILD
exabgp/repos/community-any/exabgp.service
----------------+
PKGBUILD | 80 +++++++++++++++++++++++++++----------------------------
exabgp.service | 22 +++++++--------
2 files changed, 51 insertions(+), 51 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2013-04-19 13:05:23 UTC (rev 88539)
+++ PKGBUILD 2013-04-19 13:05:32 UTC (rev 88540)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Sébastien Luttringer
-
-pkgname=exabgp
-pkgver=3.1.10
-pkgrel=1
-pkgdesc='BPG route injector'
-arch=('any')
-license=('custom')
-url='http://code.google.com/p/exabgp/'
-depends=('python2')
-backup=('etc/exabgp.conf')
-source=("http://$pkgname.googlecode.com/files/$pkgname-$pkgver.tgz"
- 'exabgp.service')
-sha1sums=('6787810ea647b0cfed343bcbb63d9307d6003498'
- '2f12eaf9be33e4a5b19ad96aeba97d2b4b67d58b')
-
-build() {
- # arch python2
- find $pkgname-$pkgver -type f -exec \
- sed -i '1s,^#!/usr/bin/\(env \|\)python$,#!/usr/bin/python2,' {} \; -print
-}
-
-package() {
- pushd $pkgname-$pkgver
- # upstream installer
- python2 setup.py install --root="$pkgdir" --install-data=/
- # install license
- install -D -m 644 COPYRIGHT "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
- popd
- # systemd
- install -D -m 644 $pkgname.service \
- "$pkgdir/usr/lib/systemd/system/$pkgname.service"
- # install empty config file
- install -D -m 644 /dev/null "$pkgdir/etc/$pkgname.conf"
- # move data in a more private directory
- mv "$pkgdir/etc/$pkgname" "$pkgdir/usr/share/$pkgname"
-}
-
-# vim:set ts=2 sw=2 et:
Copied: exabgp/repos/community-any/PKGBUILD (from rev 88539, exabgp/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2013-04-19 13:05:32 UTC (rev 88540)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Sébastien Luttringer
+
+pkgname=exabgp
+pkgver=3.1.10
+pkgrel=1
+pkgdesc='BPG route injector'
+arch=('any')
+license=('custom')
+url='http://code.google.com/p/exabgp/'
+depends=('python2')
+backup=('etc/exabgp.conf')
+source=("http://$pkgname.googlecode.com/files/$pkgname-$pkgver.tgz"
+ 'exabgp.service')
+sha1sums=('6787810ea647b0cfed343bcbb63d9307d6003498'
+ '2f12eaf9be33e4a5b19ad96aeba97d2b4b67d58b')
+
+build() {
+ # arch python2
+ find $pkgname-$pkgver -type f -exec \
+ sed -i '1s,^#!/usr/bin/\(env \|\)python$,#!/usr/bin/python2,' {} \; -print
+}
+
+package() {
+ pushd $pkgname-$pkgver
+ # upstream installer
+ python2 setup.py install --root="$pkgdir" --install-data=/
+ # install license
+ install -D -m 644 COPYRIGHT "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+ popd
+ # systemd
+ install -D -m 644 $pkgname.service \
+ "$pkgdir/usr/lib/systemd/system/$pkgname.service"
+ # install empty config file
+ install -D -m 644 /dev/null "$pkgdir/etc/$pkgname.conf"
+ # move data in a more private directory
+ mv "$pkgdir/etc/$pkgname" "$pkgdir/usr/share/$pkgname"
+}
+
+# vim:set ts=2 sw=2 et:
Deleted: exabgp.service
===================================================================
--- exabgp.service 2013-04-19 13:05:23 UTC (rev 88539)
+++ exabgp.service 2013-04-19 13:05:32 UTC (rev 88540)
@@ -1,11 +0,0 @@
-[Unit]
-Description=ExaBGP
-After=network.target
-
-[Service]
-Environment=exabgp.daemon.daemonize=false
-Environment=exabgp.log.destination=stdout
-ExecStart=/usr/bin/exabgp /etc/exabgp.conf
-
-[Install]
-WantedBy=multi-user.target
Copied: exabgp/repos/community-any/exabgp.service (from rev 88539, exabgp/trunk/exabgp.service)
===================================================================
--- exabgp.service (rev 0)
+++ exabgp.service 2013-04-19 13:05:32 UTC (rev 88540)
@@ -0,0 +1,11 @@
+[Unit]
+Description=ExaBGP
+After=network.target
+
+[Service]
+Environment=exabgp.daemon.daemonize=false
+Environment=exabgp.log.destination=stdout
+ExecStart=/usr/bin/exabgp /etc/exabgp.conf
+
+[Install]
+WantedBy=multi-user.target
More information about the arch-commits
mailing list