summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoy Marples <uberlord@gentoo.org>2007-08-21 10:57:59 +0000
committerRoy Marples <uberlord@gentoo.org>2007-08-21 10:57:59 +0000
commit7edcaf88e005e3d2a824f356cff8f25f5a3defdd (patch)
treef0cb1abb502223550cd67b8f6dcafe26af5994cc /net-misc
parentBumpage (diff)
downloadgentoo-2-7edcaf88e005e3d2a824f356cff8f25f5a3defdd.tar.gz
gentoo-2-7edcaf88e005e3d2a824f356cff8f25f5a3defdd.tar.bz2
gentoo-2-7edcaf88e005e3d2a824f356cff8f25f5a3defdd.zip
Punt old versions
(Portage version: 2.1.3.6)
Diffstat (limited to 'net-misc')
-rw-r--r--net-misc/dhcpcd/dhcpcd-3.1.3.ebuild39
-rw-r--r--net-misc/dhcpcd/dhcpcd-3.1.4.ebuild41
-rw-r--r--net-misc/dhcpcd/files/digest-dhcpcd-3.1.33
-rw-r--r--net-misc/dhcpcd/files/digest-dhcpcd-3.1.43
4 files changed, 0 insertions, 86 deletions
diff --git a/net-misc/dhcpcd/dhcpcd-3.1.3.ebuild b/net-misc/dhcpcd/dhcpcd-3.1.3.ebuild
deleted file mode 100644
index 882bc243e653..000000000000
--- a/net-misc/dhcpcd/dhcpcd-3.1.3.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2007 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/dhcpcd/dhcpcd-3.1.3.ebuild,v 1.1 2007/07/31 14:15:32 uberlord Exp $
-
-inherit eutils toolchain-funcs
-
-DESCRIPTION="A DHCP client"
-HOMEPAGE="http://dhcpcd.berlios.de"
-SRC_URI="http://download.berlios.de/${PN}/${P}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~sparc-fbsd ~x86 ~x86-fbsd"
-IUSE="vram"
-
-DEPEND=""
-PROVIDE="virtual/dhcpc"
-
-src_unpack() {
- unpack ${A}
- cd "${S}"
-
- # Redefine the location of ntp.drift
- sed -i -e 's,#define NTPDRIFTFILE[:space:]*,#define NTPDRIFTFILE\t\"/var/lib/ntp/ntp.drift\",' \
- config.h || die "sed failed"
-
- # Disable DUID support if we have volatile storage.
- # LiveCD's *should* enable this USE flag
- use vram && echo "#undef ENABLE_DUID" >> config.h
-}
-
-src_compile() {
- emake CC="$(tc-getCC)" CFLAGS="${CFLAGS}" LDFLAGS="${LDFLAGS}" || die
-}
-
-src_install() {
- emake DESTDIR="${D}" install || die
- dodoc ChangeLog
-}
diff --git a/net-misc/dhcpcd/dhcpcd-3.1.4.ebuild b/net-misc/dhcpcd/dhcpcd-3.1.4.ebuild
deleted file mode 100644
index 32a15a5e6f79..000000000000
--- a/net-misc/dhcpcd/dhcpcd-3.1.4.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 1999-2007 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/dhcpcd/dhcpcd-3.1.4.ebuild,v 1.2 2007/08/11 10:23:51 uberlord Exp $
-
-inherit toolchain-funcs
-
-DESCRIPTION="A DHCP client"
-HOMEPAGE="http://dhcpcd.berlios.de"
-SRC_URI="http://download.berlios.de/${PN}/${P}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~sparc-fbsd ~x86 ~x86-fbsd"
-IUSE="vram"
-
-DEPEND=""
-PROVIDE="virtual/dhcpc"
-
-src_unpack() {
- unpack ${A}
- cd "${S}"
-
- # Redefine the location of ntp.drift
- sed -i -e 's,#define NTPDRIFTFILE[:space:]*,#define NTPDRIFTFILE\t\"/var/lib/ntp/ntp.drift\",' \
- config.h || die "sed failed"
-
- # Disable DUID support if we have volatile storage.
- # LiveCD's *should* enable this USE flag
- use vram && echo "#undef ENABLE_DUID" >> config.h
-}
-
-src_compile() {
- local librt=
- use elibc_glibc && librt="LIBRT=-lrt"
- make CC="$(tc-getCC)" CFLAGS="${CFLAGS}" LDFLAGS="${LDFLAGS}" ${librt} || die
-}
-
-src_install() {
- make DESTDIR="${D}" install || die
- dodoc ChangeLog
-}
diff --git a/net-misc/dhcpcd/files/digest-dhcpcd-3.1.3 b/net-misc/dhcpcd/files/digest-dhcpcd-3.1.3
deleted file mode 100644
index c17c21f15b44..000000000000
--- a/net-misc/dhcpcd/files/digest-dhcpcd-3.1.3
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 321a64e603f802ba3d69a64d452ec2a2 dhcpcd-3.1.3.tar.bz2 40425
-RMD160 ee79ad0d3e4d0fcc79c24bea7d80ae1707a1aad6 dhcpcd-3.1.3.tar.bz2 40425
-SHA256 a00fb0cb243c893dad9cc429c536f8a99f9fdbd4f7b918880f0913a9c4fa9caa dhcpcd-3.1.3.tar.bz2 40425
diff --git a/net-misc/dhcpcd/files/digest-dhcpcd-3.1.4 b/net-misc/dhcpcd/files/digest-dhcpcd-3.1.4
deleted file mode 100644
index 0a83ec9dd822..000000000000
--- a/net-misc/dhcpcd/files/digest-dhcpcd-3.1.4
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 7a569e36f8fbfb6858eabafb921c6716 dhcpcd-3.1.4.tar.bz2 40765
-RMD160 03e426ef0e0bfe2e185fea93ee08542c5027677f dhcpcd-3.1.4.tar.bz2 40765
-SHA256 0268bea1165c6c1e41891fb2bce63655524b8918ef0baf58b20ccb01a00833f2 dhcpcd-3.1.4.tar.bz2 40765