diff options
author | Mike Frysinger <vapier@gentoo.org> | 2005-11-29 03:19:18 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2005-11-29 03:19:18 +0000 |
commit | f3f66bf44eeef044f03c2f66ae8213aff31664e3 (patch) | |
tree | 699d79ede243cbf71be40b9c15519d2295c92a0a /net-misc/netkit-bootpd/netkit-bootpd-0.17-r2.ebuild | |
parent | hppa love courtesy of notopic (diff) | |
download | historical-f3f66bf44eeef044f03c2f66ae8213aff31664e3.tar.gz historical-f3f66bf44eeef044f03c2f66ae8213aff31664e3.tar.bz2 historical-f3f66bf44eeef044f03c2f66ae8213aff31664e3.zip |
touchups
Package-Manager: portage-2.0.53_rc7
Diffstat (limited to 'net-misc/netkit-bootpd/netkit-bootpd-0.17-r2.ebuild')
-rw-r--r-- | net-misc/netkit-bootpd/netkit-bootpd-0.17-r2.ebuild | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/net-misc/netkit-bootpd/netkit-bootpd-0.17-r2.ebuild b/net-misc/netkit-bootpd/netkit-bootpd-0.17-r2.ebuild index 472ef19fe4c1..d3dbfdb45fb3 100644 --- a/net-misc/netkit-bootpd/netkit-bootpd-0.17-r2.ebuild +++ b/net-misc/netkit-bootpd/netkit-bootpd-0.17-r2.ebuild @@ -1,23 +1,23 @@ -# Copyright 1999-2004 Gentoo Foundation +# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/netkit-bootpd/netkit-bootpd-0.17-r2.ebuild,v 1.2 2005/11/29 03:18:37 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/netkit-bootpd/netkit-bootpd-0.17-r2.ebuild,v 1.3 2005/11/29 03:19:18 vapier Exp $ inherit eutils MY_PN=${PN/pd/paramd} S=${WORKDIR}/${MY_PN}-${PV} DESCRIPTION="Netkit - bootp" -SRC_URI="mirror://debian/pool/main/n/netkit-bootparamd/${MY_PN}_${PV}.orig.tar.gz" HOMEPAGE="ftp://ftp.uk.linux.org/pub/linux/Networking/netkit/" +SRC_URI="mirror://debian/pool/main/n/netkit-bootparamd/${MY_PN}_${PV}.orig.tar.gz" -KEYWORDS="~hppa ~mips ~ppc ~sparc ~x86" -IUSE="" LICENSE="BSD" SLOT="0" +KEYWORDS="~hppa ~mips ~ppc ~sparc ~x86" +IUSE="" src_unpack() { unpack ${A} - epatch ${FILESDIR}/0.17-jumpstart.patch || die "failed to apply patch" + epatch ${FILESDIR}/0.17-jumpstart.patch } src_compile() { |