diff options
author | Mike Frysinger <vapier@gentoo.org> | 2003-10-02 18:13:32 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2003-10-02 18:13:32 +0000 |
commit | ec9450afc47d7e25a6fb4247379aa26701df711d (patch) | |
tree | 57523f03148215dbccc3ad801831784bdb3d7fe6 /net-misc/dhcpcd | |
parent | add ~amd64 flag (diff) | |
download | gentoo-2-ec9450afc47d7e25a6fb4247379aa26701df711d.tar.gz gentoo-2-ec9450afc47d7e25a6fb4247379aa26701df711d.tar.bz2 gentoo-2-ec9450afc47d7e25a6fb4247379aa26701df711d.zip |
old
Diffstat (limited to 'net-misc/dhcpcd')
-rw-r--r-- | net-misc/dhcpcd/dhcpcd-1.3.20_p0-r1.ebuild | 30 | ||||
-rw-r--r-- | net-misc/dhcpcd/dhcpcd-1.3.22_p3-r1.ebuild | 36 | ||||
-rw-r--r-- | net-misc/dhcpcd/dhcpcd-1.3.22_p3-r2.ebuild | 45 | ||||
-rw-r--r-- | net-misc/dhcpcd/dhcpcd-1.3.22_p3-r3.ebuild | 45 | ||||
-rw-r--r-- | net-misc/dhcpcd/dhcpcd-1.3.22_p4.ebuild | 42 | ||||
-rw-r--r-- | net-misc/dhcpcd/files/digest-dhcpcd-1.3.20_p0-r1 | 1 | ||||
-rw-r--r-- | net-misc/dhcpcd/files/digest-dhcpcd-1.3.22_p3-r1 | 1 | ||||
-rw-r--r-- | net-misc/dhcpcd/files/digest-dhcpcd-1.3.22_p3-r2 | 1 | ||||
-rw-r--r-- | net-misc/dhcpcd/files/digest-dhcpcd-1.3.22_p3-r3 | 1 | ||||
-rw-r--r-- | net-misc/dhcpcd/files/digest-dhcpcd-1.3.22_p4 | 1 |
10 files changed, 0 insertions, 203 deletions
diff --git a/net-misc/dhcpcd/dhcpcd-1.3.20_p0-r1.ebuild b/net-misc/dhcpcd/dhcpcd-1.3.20_p0-r1.ebuild deleted file mode 100644 index 90c7dc10b564..000000000000 --- a/net-misc/dhcpcd/dhcpcd-1.3.20_p0-r1.ebuild +++ /dev/null @@ -1,30 +0,0 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/dhcpcd/dhcpcd-1.3.20_p0-r1.ebuild,v 1.20 2003/09/05 22:01:48 msterret Exp $ - -MYV=1.3.20-pl0 -S=${WORKDIR}/${PN}-${MYV} -DESCRIPTION="A dhcp client only" -SRC_URI="ftp://ftp.phystech.com/pub/${PN}-${MYV}.tar.gz" -HOMEPAGE="http://www.phystech.com/download/" -DEPEND="" -SLOT="0" -KEYWORDS="x86 ppc sparc alpha mips" -LICENSE="GPL-2" - -src_compile() { - ./configure --prefix=/usr --mandir=/usr/share/man --sysconfdir=/etc --sbindir=/sbin --host=${CHOST} || die - make || die -} - -src_install () { - make DESTDIR=${D} install || die - if [ -z "`use build`" ] - then - dodoc AUTHORS COPYING ChangeLog NEWS README - else - rm -rf ${D}/usr/share - fi - insinto /etc/pcmcia - doins pcmcia/network* -} diff --git a/net-misc/dhcpcd/dhcpcd-1.3.22_p3-r1.ebuild b/net-misc/dhcpcd/dhcpcd-1.3.22_p3-r1.ebuild deleted file mode 100644 index ec8b300a7805..000000000000 --- a/net-misc/dhcpcd/dhcpcd-1.3.22_p3-r1.ebuild +++ /dev/null @@ -1,36 +0,0 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/dhcpcd/dhcpcd-1.3.22_p3-r1.ebuild,v 1.9 2003/09/05 22:01:48 msterret Exp $ - -inherit gnuconfig - -S=${WORKDIR}/${P/_p/-pl} -DESCRIPTION="A dhcp client only" -SRC_URI="ftp://ftp.phystech.com/pub/${P/_p/-pl}.tar.gz" -HOMEPAGE="http://www.phystech.com/download/" -DEPEND="" -SLOT="0" -KEYWORDS="x86 ppc ~sparc ~alpha mips" -LICENSE="GPL-2" - -src_unpack() { - unpack ${A} || die "unpack failed" - use alpha && gnuconfig_update -} - -src_compile() { - econf || die "Configure failed" - emake || die "Make failed" -} - -src_install () { - einstall sbindir=${D}/sbin || die "Install failed" - if [ -z "`use build`" ] - then - dodoc AUTHORS COPYING ChangeLog NEWS README - else - rm -rf ${D}/usr/share - fi - insinto /etc/pcmcia - doins pcmcia/network* -} diff --git a/net-misc/dhcpcd/dhcpcd-1.3.22_p3-r2.ebuild b/net-misc/dhcpcd/dhcpcd-1.3.22_p3-r2.ebuild deleted file mode 100644 index ac9f4ff2cf66..000000000000 --- a/net-misc/dhcpcd/dhcpcd-1.3.22_p3-r2.ebuild +++ /dev/null @@ -1,45 +0,0 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/dhcpcd/dhcpcd-1.3.22_p3-r2.ebuild,v 1.8 2003/09/05 22:01:48 msterret Exp $ - -inherit gnuconfig - -S=${WORKDIR}/${P/_p/-pl} -DESCRIPTION="A dhcp client only" -SRC_URI="ftp://ftp.phystech.com/pub/${P/_p/-pl}.tar.gz" -HOMEPAGE="http://www.phystech.com/download/" -DEPEND="" -SLOT="0" -KEYWORDS="x86 ppc ~sparc ~alpha mips" -LICENSE="GPL-2" - -src_unpack() { - unpack ${A} || die "unpack failed" - use alpha && gnuconfig_update - - #make the pidfile always goto /var/run (woodchip Dec 4 2002) - cd ${S} - cp client.c client.c.orig - sed -e 's%\(PID_FILE_PATH,\)ConfigDir\(,IfNameExt\)%\1"/var/run"\2%' \ - client.c.orig >client.c - cp signals.c signals.c.orig - sed -e 's%\(PID_FILE_PATH,\)ConfigDir\(,IfNameExt\)%\1"/var/run"\2%' \ - signals.c.orig >signals.c -} - -src_compile() { - econf || die "Configure failed" - emake || die "Make failed" -} - -src_install () { - einstall sbindir=${D}/sbin || die "Install failed" - if [ -z "`use build`" ] - then - dodoc AUTHORS COPYING ChangeLog NEWS README - else - rm -rf ${D}/usr/share - fi - insinto /etc/pcmcia - doins pcmcia/2.9.7/network* -} diff --git a/net-misc/dhcpcd/dhcpcd-1.3.22_p3-r3.ebuild b/net-misc/dhcpcd/dhcpcd-1.3.22_p3-r3.ebuild deleted file mode 100644 index 94c646cfe83d..000000000000 --- a/net-misc/dhcpcd/dhcpcd-1.3.22_p3-r3.ebuild +++ /dev/null @@ -1,45 +0,0 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/dhcpcd/dhcpcd-1.3.22_p3-r3.ebuild,v 1.5 2003/02/26 10:58:06 gmsoft Exp $ - -inherit gnuconfig - -S=${WORKDIR}/${P/_p/-pl} -DESCRIPTION="A dhcp client only" -SRC_URI="ftp://ftp.phystech.com/pub/${P/_p/-pl}.tar.gz" -HOMEPAGE="http://www.phystech.com/download/" -DEPEND="" -SLOT="0" -KEYWORDS="x86 ppc sparc alpha hppa mips" -LICENSE="GPL-2" -IUSE="alpha build" - -src_unpack() { - unpack ${A} || die "unpack failed" - use alpha && gnuconfig_update - - #make the pidfile always goto /var/run (woodchip Dec 4 2002) - cd ${S} - cp client.c client.c.orig - sed -e 's%\(PID_FILE_PATH,\)ConfigDir\(,IfNameExt\)%\1"/var/run"\2%' \ - client.c.orig >client.c - cp signals.c signals.c.orig - sed -e 's%\(PID_FILE_PATH,\)ConfigDir\(,IfNameExt\)%\1"/var/run"\2%' \ - signals.c.orig >signals.c -} - -src_compile() { - [ "${ARCH}" = "hppa" ] && CBUILD="${CHOST}" - econf || die "Configure failed" - emake || die "Make failed" -} - -src_install () { - einstall sbindir=${D}/sbin || die "Install failed" - if [ -z "`use build`" ] - then - dodoc AUTHORS COPYING ChangeLog NEWS README - else - rm -rf ${D}/usr/share - fi -} diff --git a/net-misc/dhcpcd/dhcpcd-1.3.22_p4.ebuild b/net-misc/dhcpcd/dhcpcd-1.3.22_p4.ebuild deleted file mode 100644 index fac3e39f4871..000000000000 --- a/net-misc/dhcpcd/dhcpcd-1.3.22_p4.ebuild +++ /dev/null @@ -1,42 +0,0 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/dhcpcd/dhcpcd-1.3.22_p4.ebuild,v 1.11 2003/07/18 20:59:07 tester Exp $ - -inherit gnuconfig - -S=${WORKDIR}/${P/_p/-pl} -DESCRIPTION="A dhcp client only" -SRC_URI="ftp://ftp.phystech.com/pub/${P/_p/-pl}.tar.gz" -HOMEPAGE="http://www.phystech.com/download/" -DEPEND="" -SLOT="0" -KEYWORDS="x86 ppc sparc ~alpha hppa arm mips amd64" -LICENSE="GPL-2" -IUSE="build" - -[ "${ARCH}" = "hppa" -o -z "${CBUILD}" ] && CBUILD="${CHOST}" - -src_unpack() { - unpack ${A} || die "unpack failed" - use alpha && gnuconfig_update - use amd64 && gnuconfig_update - - #make the pidfile always goto /var/run (woodchip Dec 4 2002) - cd ${S} - cp client.c client.c.orig - sed -e 's%\(PID_FILE_PATH,\)ConfigDir\(,IfNameExt\)%\1"/var/run"\2%' \ - client.c.orig >client.c - cp signals.c signals.c.orig - sed -e 's%\(PID_FILE_PATH,\)ConfigDir\(,IfNameExt\)%\1"/var/run"\2%' \ - signals.c.orig >signals.c -} - -src_install () { - einstall sbindir=${D}/sbin || die "Install failed" - if [ -z "`use build`" ] - then - dodoc AUTHORS COPYING ChangeLog NEWS README - else - rm -rf ${D}/usr/share - fi -} diff --git a/net-misc/dhcpcd/files/digest-dhcpcd-1.3.20_p0-r1 b/net-misc/dhcpcd/files/digest-dhcpcd-1.3.20_p0-r1 deleted file mode 100644 index 1574a8883a03..000000000000 --- a/net-misc/dhcpcd/files/digest-dhcpcd-1.3.20_p0-r1 +++ /dev/null @@ -1 +0,0 @@ -MD5 5f52904ac354295ce64f74f254ac1d0d dhcpcd-1.3.20-pl0.tar.gz 102749 diff --git a/net-misc/dhcpcd/files/digest-dhcpcd-1.3.22_p3-r1 b/net-misc/dhcpcd/files/digest-dhcpcd-1.3.22_p3-r1 deleted file mode 100644 index ead94227578c..000000000000 --- a/net-misc/dhcpcd/files/digest-dhcpcd-1.3.22_p3-r1 +++ /dev/null @@ -1 +0,0 @@ -MD5 9a974a96d953508dc4c3bcfa67869fd5 dhcpcd-1.3.22-pl3.tar.gz 137365 diff --git a/net-misc/dhcpcd/files/digest-dhcpcd-1.3.22_p3-r2 b/net-misc/dhcpcd/files/digest-dhcpcd-1.3.22_p3-r2 deleted file mode 100644 index ead94227578c..000000000000 --- a/net-misc/dhcpcd/files/digest-dhcpcd-1.3.22_p3-r2 +++ /dev/null @@ -1 +0,0 @@ -MD5 9a974a96d953508dc4c3bcfa67869fd5 dhcpcd-1.3.22-pl3.tar.gz 137365 diff --git a/net-misc/dhcpcd/files/digest-dhcpcd-1.3.22_p3-r3 b/net-misc/dhcpcd/files/digest-dhcpcd-1.3.22_p3-r3 deleted file mode 100644 index ead94227578c..000000000000 --- a/net-misc/dhcpcd/files/digest-dhcpcd-1.3.22_p3-r3 +++ /dev/null @@ -1 +0,0 @@ -MD5 9a974a96d953508dc4c3bcfa67869fd5 dhcpcd-1.3.22-pl3.tar.gz 137365 diff --git a/net-misc/dhcpcd/files/digest-dhcpcd-1.3.22_p4 b/net-misc/dhcpcd/files/digest-dhcpcd-1.3.22_p4 deleted file mode 100644 index e8d14823feae..000000000000 --- a/net-misc/dhcpcd/files/digest-dhcpcd-1.3.22_p4 +++ /dev/null @@ -1 +0,0 @@ -MD5 dd627a121e43835bead3ffef5b1a72fd dhcpcd-1.3.22-pl4.tar.gz 148455 |