Date: Tuesday, November 8, 2011 @ 16:53:29 Author: ronald Revision: 142368
archrelease: copy trunk to testing-i686, testing-x86_64 Deleted: dhcpcd/repos/testing-i686/PKGBUILD dhcpcd/repos/testing-i686/dhcpcd.conf.d dhcpcd/repos/testing-x86_64/PKGBUILD dhcpcd/repos/testing-x86_64/dhcpcd.conf.d ------------------------------+ testing-i686/PKGBUILD | 54 ----------------------------------------- testing-i686/dhcpcd.conf.d | 6 ---- testing-x86_64/PKGBUILD | 54 ----------------------------------------- testing-x86_64/dhcpcd.conf.d | 6 ---- 4 files changed, 120 deletions(-) Deleted: testing-i686/PKGBUILD =================================================================== --- testing-i686/PKGBUILD 2011-11-08 21:52:38 UTC (rev 142367) +++ testing-i686/PKGBUILD 2011-11-08 21:53:29 UTC (rev 142368) @@ -1,54 +0,0 @@ -# $Id$ -# Maintainer: Ronald van Haren <ronald.archlinux.org> -# Contributor: Tom Killian <tom.archlinux.org> -# Contributor: Judd Vinet <jvinet.zeroflux.org> - -pkgname=dhcpcd -pkgver=5.2.12 -pkgrel=3 -pkgdesc="RFC2131 compliant DHCP client daemon" -url="http://roy.marples.name/dhcpcd/" -arch=('i686' 'x86_64') -license=('BSD') -groups=('base') -depends=('glibc' 'sh' 'inetutils' 'iproute2') -backup=('etc/conf.d/dhcpcd' 'etc/dhcpcd.conf') -options=('emptydirs') # We Need the Empty /var/lib/dhcpcd Directory -source=("http://roy.marples.name/downloads/$pkgname/$pkgname-$pkgver.tar.bz2" \ - 'dhcpcd.conf.d' 'remove_ifconfig.patch') -sha1sums=('27378a251705c7888332e6d60eea7805d1f8aeb5' - 'b67b9ce6a2faaca75fea356966a16be2283b7db0' - 'de3e14a24b479b2832c6671ba12586444bd86ebe') - -build() { - cd ${srcdir}/${pkgname}-${pkgver} - - # remove ifconfig call but use ip (iproute2) instead - patch -Np0 -i ${srcdir}/remove_ifconfig.patch - - # configure variables - ./configure --libexecdir=/usr/lib/dhcpcd --dbdir=/var/lib/dhcpcd - - # Build - make -} - -package() { - cd ${srcdir}/${pkgname}-${pkgver} - make DESTDIR=${pkgdir} install - - # Create Binary Symlink - install -d ${pkgdir}/usr/sbin - ln -sf /sbin/dhcpcd ${pkgdir}/usr/sbin/dhcpcd - - # Install Configuration File used in /etc/rc.d/network - install -D -m644 ../dhcpcd.conf.d $pkgdir/etc/conf.d/$pkgname - - # Install License - install -d $pkgdir/usr/share/licenses/$pkgname - awk '{if(FNR<27)print $0}' ${srcdir}/${pkgname}-${pkgver}/configure.h \ - >> ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE - - # Set Options in /etc/dhcpcd.conf - echo noipv4ll >> ${pkgdir}/etc/dhcpcd.conf # Disable ip4vall -} Deleted: testing-i686/dhcpcd.conf.d =================================================================== --- testing-i686/dhcpcd.conf.d 2011-11-08 21:52:38 UTC (rev 142367) +++ testing-i686/dhcpcd.conf.d 2011-11-08 21:53:29 UTC (rev 142368) @@ -1,6 +0,0 @@ -# -# Arguments to be passed to the DHCP client daemon -# - -DHCPCD_ARGS="-q" - Deleted: testing-x86_64/PKGBUILD =================================================================== --- testing-x86_64/PKGBUILD 2011-11-08 21:52:38 UTC (rev 142367) +++ testing-x86_64/PKGBUILD 2011-11-08 21:53:29 UTC (rev 142368) @@ -1,54 +0,0 @@ -# $Id$ -# Maintainer: Ronald van Haren <ronald.archlinux.org> -# Contributor: Tom Killian <tom.archlinux.org> -# Contributor: Judd Vinet <jvinet.zeroflux.org> - -pkgname=dhcpcd -pkgver=5.2.12 -pkgrel=3 -pkgdesc="RFC2131 compliant DHCP client daemon" -url="http://roy.marples.name/dhcpcd/" -arch=('i686' 'x86_64') -license=('BSD') -groups=('base') -depends=('glibc' 'sh' 'inetutils' 'iproute2') -backup=('etc/conf.d/dhcpcd' 'etc/dhcpcd.conf') -options=('emptydirs') # We Need the Empty /var/lib/dhcpcd Directory -source=("http://roy.marples.name/downloads/$pkgname/$pkgname-$pkgver.tar.bz2" \ - 'dhcpcd.conf.d' 'remove_ifconfig.patch') -sha1sums=('27378a251705c7888332e6d60eea7805d1f8aeb5' - 'b67b9ce6a2faaca75fea356966a16be2283b7db0' - 'de3e14a24b479b2832c6671ba12586444bd86ebe') - -build() { - cd ${srcdir}/${pkgname}-${pkgver} - - # remove ifconfig call but use ip (iproute2) instead - patch -Np0 -i ${srcdir}/remove_ifconfig.patch - - # configure variables - ./configure --libexecdir=/usr/lib/dhcpcd --dbdir=/var/lib/dhcpcd - - # Build - make -} - -package() { - cd ${srcdir}/${pkgname}-${pkgver} - make DESTDIR=${pkgdir} install - - # Create Binary Symlink - install -d ${pkgdir}/usr/sbin - ln -sf /sbin/dhcpcd ${pkgdir}/usr/sbin/dhcpcd - - # Install Configuration File used in /etc/rc.d/network - install -D -m644 ../dhcpcd.conf.d $pkgdir/etc/conf.d/$pkgname - - # Install License - install -d $pkgdir/usr/share/licenses/$pkgname - awk '{if(FNR<27)print $0}' ${srcdir}/${pkgname}-${pkgver}/configure.h \ - >> ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE - - # Set Options in /etc/dhcpcd.conf - echo noipv4ll >> ${pkgdir}/etc/dhcpcd.conf # Disable ip4vall -} Deleted: testing-x86_64/dhcpcd.conf.d =================================================================== --- testing-x86_64/dhcpcd.conf.d 2011-11-08 21:52:38 UTC (rev 142367) +++ testing-x86_64/dhcpcd.conf.d 2011-11-08 21:53:29 UTC (rev 142368) @@ -1,6 +0,0 @@ -# -# Arguments to be passed to the DHCP client daemon -# - -DHCPCD_ARGS="-q" -
