diff options
Diffstat (limited to 'net-misc/dhcpcd/dhcpcd-3.0.16.ebuild')
-rw-r--r-- | net-misc/dhcpcd/dhcpcd-3.0.16.ebuild | 35 |
1 files changed, 0 insertions, 35 deletions
diff --git a/net-misc/dhcpcd/dhcpcd-3.0.16.ebuild b/net-misc/dhcpcd/dhcpcd-3.0.16.ebuild deleted file mode 100644 index 96ebec8a8277..000000000000 --- a/net-misc/dhcpcd/dhcpcd-3.0.16.ebuild +++ /dev/null @@ -1,35 +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.0.16.ebuild,v 1.8 2007/06/24 22:10:01 vapier 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="" - -DEPEND="" -PROVIDE="virtual/dhcpc" - -src_unpack() { - unpack ${A} - cd "${S}" - - # Redefine the location of ntp.drift - sed -i -e 's,#define NTPDRIFTFILE\t.*,#define NTPDRIFTFILE\t\t\"/var/lib/ntp/ntp.drift\",' \ - pathnames.h || die "sed failed" -} - -src_compile() { - emake CC="$(tc-getCC)" CFLAGS="${CFLAGS}" LDFLAGS="${LDFLAGS}" || die -} - -src_install() { - emake DESTDIR="${D}" install || die - dodoc ChangeLog -} |