Date: Monday, February 20, 2017 @ 22:54:12 Author: seblu Revision: 213217
archrelease: copy trunk to community-i686, community-x86_64 Added: keepalived/repos/community-i686/PKGBUILD (from rev 213216, keepalived/trunk/PKGBUILD) keepalived/repos/community-x86_64/PKGBUILD (from rev 213216, keepalived/trunk/PKGBUILD) Deleted: keepalived/repos/community-i686/PKGBUILD keepalived/repos/community-x86_64/PKGBUILD ---------------------------+ /PKGBUILD | 78 ++++++++++++++++++++++++++++++++++++++++++++ community-i686/PKGBUILD | 39 ---------------------- community-x86_64/PKGBUILD | 39 ---------------------- 3 files changed, 78 insertions(+), 78 deletions(-) Deleted: community-i686/PKGBUILD =================================================================== --- community-i686/PKGBUILD 2017-02-20 22:53:30 UTC (rev 213216) +++ community-i686/PKGBUILD 2017-02-20 22:54:12 UTC (rev 213217) @@ -1,39 +0,0 @@ -# $Id$ -# Maintainer: Sébastien Luttringer -# Contributor: Andrea Zucchelli <zukk...@gmail.com> - -pkgname=keepalived -pkgver=1.3.2 -pkgrel=2 -pkgdesc='Failover and monitoring daemon for LVS clusters' -arch=('i686' 'x86_64') -url='http://www.keepalived.org/' -license=('GPL2') -backup=('etc/keepalived/keepalived.conf' 'etc/sysconfig/keepalived') -depends=('openssl' 'popt' 'libnl1' 'ipset' 'iptables') -optdepends=('ipset: ipset support') -makedepends=('libnfnetlink' 'ipset' 'systemd') -options=('!emptydirs') -source=("http://www.keepalived.org/software/$pkgname-$pkgver.tar.gz") -md5sums=('744025d57c7f065c42fe925b0283897e') - -build() { - # trick broken ./configure systemctl test - printf "#!/bin/sh\necho -.mount\n" > systemctl - chmod +x systemctl - PATH=$PWD:$PATH - - cd $pkgname-$pkgver - ./configure --prefix=/usr --sysconfdir=/etc --sbindir=/usr/bin - make -} - -package() { - cd $pkgname-$pkgver - make DESTDIR="$pkgdir" install - # move examples to /usr/share - install -d -m 755 "$pkgdir/usr/share/$pkgname" - mv "$pkgdir/etc/keepalived/samples" "$pkgdir/usr/share/$pkgname/samples" -} - -# vim:set ts=2 sw=2 et: Copied: keepalived/repos/community-i686/PKGBUILD (from rev 213216, keepalived/trunk/PKGBUILD) =================================================================== --- community-i686/PKGBUILD (rev 0) +++ community-i686/PKGBUILD 2017-02-20 22:54:12 UTC (rev 213217) @@ -0,0 +1,39 @@ +# $Id$ +# Maintainer: Sébastien Luttringer +# Contributor: Andrea Zucchelli <zukk...@gmail.com> + +pkgname=keepalived +pkgver=1.3.4 +pkgrel=1 +pkgdesc='Failover and monitoring daemon for LVS clusters' +arch=('i686' 'x86_64') +url='http://www.keepalived.org/' +license=('GPL2') +backup=('etc/keepalived/keepalived.conf' 'etc/sysconfig/keepalived') +depends=('openssl' 'popt' 'libnl1' 'ipset' 'iptables') +optdepends=('ipset: ipset support') +makedepends=('libnfnetlink' 'ipset' 'systemd') +options=('!emptydirs') +source=("http://www.keepalived.org/software/$pkgname-$pkgver.tar.gz") +md5sums=('b5283fe3f3d03f9866344732961ddf69') + +build() { +# # trick broken ./configure systemctl test +# printf "#!/bin/sh\necho -.mount\n" > systemctl +# chmod +x systemctl +# PATH=$PWD:$PATH +# + cd $pkgname-$pkgver + ./configure --prefix=/usr --sysconfdir=/etc --sbindir=/usr/bin + make +} + +package() { + cd $pkgname-$pkgver + make DESTDIR="$pkgdir" install + # move examples to /usr/share + install -d -m 755 "$pkgdir/usr/share/$pkgname" + mv "$pkgdir/etc/keepalived/samples" "$pkgdir/usr/share/$pkgname/samples" +} + +# vim:set ts=2 sw=2 et: Deleted: community-x86_64/PKGBUILD =================================================================== --- community-x86_64/PKGBUILD 2017-02-20 22:53:30 UTC (rev 213216) +++ community-x86_64/PKGBUILD 2017-02-20 22:54:12 UTC (rev 213217) @@ -1,39 +0,0 @@ -# $Id$ -# Maintainer: Sébastien Luttringer -# Contributor: Andrea Zucchelli <zukk...@gmail.com> - -pkgname=keepalived -pkgver=1.3.2 -pkgrel=2 -pkgdesc='Failover and monitoring daemon for LVS clusters' -arch=('i686' 'x86_64') -url='http://www.keepalived.org/' -license=('GPL2') -backup=('etc/keepalived/keepalived.conf' 'etc/sysconfig/keepalived') -depends=('openssl' 'popt' 'libnl1' 'ipset' 'iptables') -optdepends=('ipset: ipset support') -makedepends=('libnfnetlink' 'ipset' 'systemd') -options=('!emptydirs') -source=("http://www.keepalived.org/software/$pkgname-$pkgver.tar.gz") -md5sums=('744025d57c7f065c42fe925b0283897e') - -build() { - # trick broken ./configure systemctl test - printf "#!/bin/sh\necho -.mount\n" > systemctl - chmod +x systemctl - PATH=$PWD:$PATH - - cd $pkgname-$pkgver - ./configure --prefix=/usr --sysconfdir=/etc --sbindir=/usr/bin - make -} - -package() { - cd $pkgname-$pkgver - make DESTDIR="$pkgdir" install - # move examples to /usr/share - install -d -m 755 "$pkgdir/usr/share/$pkgname" - mv "$pkgdir/etc/keepalived/samples" "$pkgdir/usr/share/$pkgname/samples" -} - -# vim:set ts=2 sw=2 et: Copied: keepalived/repos/community-x86_64/PKGBUILD (from rev 213216, keepalived/trunk/PKGBUILD) =================================================================== --- community-x86_64/PKGBUILD (rev 0) +++ community-x86_64/PKGBUILD 2017-02-20 22:54:12 UTC (rev 213217) @@ -0,0 +1,39 @@ +# $Id$ +# Maintainer: Sébastien Luttringer +# Contributor: Andrea Zucchelli <zukk...@gmail.com> + +pkgname=keepalived +pkgver=1.3.4 +pkgrel=1 +pkgdesc='Failover and monitoring daemon for LVS clusters' +arch=('i686' 'x86_64') +url='http://www.keepalived.org/' +license=('GPL2') +backup=('etc/keepalived/keepalived.conf' 'etc/sysconfig/keepalived') +depends=('openssl' 'popt' 'libnl1' 'ipset' 'iptables') +optdepends=('ipset: ipset support') +makedepends=('libnfnetlink' 'ipset' 'systemd') +options=('!emptydirs') +source=("http://www.keepalived.org/software/$pkgname-$pkgver.tar.gz") +md5sums=('b5283fe3f3d03f9866344732961ddf69') + +build() { +# # trick broken ./configure systemctl test +# printf "#!/bin/sh\necho -.mount\n" > systemctl +# chmod +x systemctl +# PATH=$PWD:$PATH +# + cd $pkgname-$pkgver + ./configure --prefix=/usr --sysconfdir=/etc --sbindir=/usr/bin + make +} + +package() { + cd $pkgname-$pkgver + make DESTDIR="$pkgdir" install + # move examples to /usr/share + install -d -m 755 "$pkgdir/usr/share/$pkgname" + mv "$pkgdir/etc/keepalived/samples" "$pkgdir/usr/share/$pkgname/samples" +} + +# vim:set ts=2 sw=2 et: