Date: Saturday, December 10, 2016 @ 13:24:39 Author: seblu Revision: 198732
db-move: moved keepalived from [community-testing] to [community] (i686, x86_64) Added: keepalived/repos/community-i686/PKGBUILD (from rev 198731, keepalived/repos/community-testing-i686/PKGBUILD) keepalived/repos/community-x86_64/PKGBUILD (from rev 198731, keepalived/repos/community-testing-x86_64/PKGBUILD) Deleted: keepalived/repos/community-i686/PKGBUILD keepalived/repos/community-i686/keepalived.service keepalived/repos/community-testing-i686/ keepalived/repos/community-testing-x86_64/ keepalived/repos/community-x86_64/PKGBUILD keepalived/repos/community-x86_64/keepalived.service -------------------------------------+ /PKGBUILD | 78 ++++++++++++++++++++++++++++++++++ community-i686/PKGBUILD | 39 ----------------- community-i686/keepalived.service | 9 --- community-x86_64/PKGBUILD | 39 ----------------- community-x86_64/keepalived.service | 9 --- 5 files changed, 78 insertions(+), 96 deletions(-) Deleted: community-i686/PKGBUILD =================================================================== --- community-i686/PKGBUILD 2016-12-10 11:08:03 UTC (rev 198731) +++ community-i686/PKGBUILD 2016-12-10 13:24:39 UTC (rev 198732) @@ -1,39 +0,0 @@ -# $Id$ -# Maintainer: Sébastien Luttringer -# Contributor: Andrea Zucchelli <zukk...@gmail.com> - -pkgname=keepalived -pkgver=1.2.24 -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') -depends=('openssl' 'popt' 'libnl1') -makedepends=('libnfnetlink') -source=("http://www.keepalived.org/software/$pkgname-$pkgver.tar.gz" - 'keepalived.service') -md5sums=('e878312095b7dcab91ad06e257822247' - '0a5171f4298528315e8a8004b55befb7') - -build() { - cd $pkgname-$pkgver - ./configure --prefix=/usr --sysconfdir=/etc --sbindir=/usr/bin - make -} - -package() { - cd $pkgname-$pkgver - make DESTDIR="$pkgdir" install - # clean pacakge init scripts - rm -r "$pkgdir/etc/rc.d" "$pkgdir/etc/sysconfig" - # move examples to /usr/share - install -d -m 755 "$pkgdir/usr/share/$pkgname" - mv "$pkgdir/etc/keepalived/samples" "$pkgdir/usr/share/$pkgname/samples" - # systemd - install -D -m 644 "$srcdir/$pkgname.service" \ - "$pkgdir/usr/lib/systemd/system/$pkgname.service" -} - -# vim:set ts=2 sw=2 et: Copied: keepalived/repos/community-i686/PKGBUILD (from rev 198731, keepalived/repos/community-testing-i686/PKGBUILD) =================================================================== --- community-i686/PKGBUILD (rev 0) +++ community-i686/PKGBUILD 2016-12-10 13:24:39 UTC (rev 198732) @@ -0,0 +1,39 @@ +# $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: Deleted: community-i686/keepalived.service =================================================================== --- community-i686/keepalived.service 2016-12-10 11:08:03 UTC (rev 198731) +++ community-i686/keepalived.service 2016-12-10 13:24:39 UTC (rev 198732) @@ -1,9 +0,0 @@ -[Unit] -Description=Keepalive Daemon -After=network.target - -[Service] -ExecStart=/usr/bin/keepalived --dont-fork - -[Install] -WantedBy=multi-user.target Deleted: community-x86_64/PKGBUILD =================================================================== --- community-x86_64/PKGBUILD 2016-12-10 11:08:03 UTC (rev 198731) +++ community-x86_64/PKGBUILD 2016-12-10 13:24:39 UTC (rev 198732) @@ -1,39 +0,0 @@ -# $Id$ -# Maintainer: Sébastien Luttringer -# Contributor: Andrea Zucchelli <zukk...@gmail.com> - -pkgname=keepalived -pkgver=1.2.24 -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') -depends=('openssl' 'popt' 'libnl1') -makedepends=('libnfnetlink') -source=("http://www.keepalived.org/software/$pkgname-$pkgver.tar.gz" - 'keepalived.service') -md5sums=('e878312095b7dcab91ad06e257822247' - '0a5171f4298528315e8a8004b55befb7') - -build() { - cd $pkgname-$pkgver - ./configure --prefix=/usr --sysconfdir=/etc --sbindir=/usr/bin - make -} - -package() { - cd $pkgname-$pkgver - make DESTDIR="$pkgdir" install - # clean pacakge init scripts - rm -r "$pkgdir/etc/rc.d" "$pkgdir/etc/sysconfig" - # move examples to /usr/share - install -d -m 755 "$pkgdir/usr/share/$pkgname" - mv "$pkgdir/etc/keepalived/samples" "$pkgdir/usr/share/$pkgname/samples" - # systemd - install -D -m 644 "$srcdir/$pkgname.service" \ - "$pkgdir/usr/lib/systemd/system/$pkgname.service" -} - -# vim:set ts=2 sw=2 et: Copied: keepalived/repos/community-x86_64/PKGBUILD (from rev 198731, keepalived/repos/community-testing-x86_64/PKGBUILD) =================================================================== --- community-x86_64/PKGBUILD (rev 0) +++ community-x86_64/PKGBUILD 2016-12-10 13:24:39 UTC (rev 198732) @@ -0,0 +1,39 @@ +# $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: Deleted: community-x86_64/keepalived.service =================================================================== --- community-x86_64/keepalived.service 2016-12-10 11:08:03 UTC (rev 198731) +++ community-x86_64/keepalived.service 2016-12-10 13:24:39 UTC (rev 198732) @@ -1,9 +0,0 @@ -[Unit] -Description=Keepalive Daemon -After=network.target - -[Service] -ExecStart=/usr/bin/keepalived --dont-fork - -[Install] -WantedBy=multi-user.target