summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Weber <xmw@gentoo.org>2012-06-13 12:48:58 +0000
committerMichael Weber <xmw@gentoo.org>2012-06-13 12:48:58 +0000
commitc5cd6f2344e5bf518e6545008e49ddd3cca13625 (patch)
tree6375b223da24b679ae1a55450562b0fb83d845a0 /net-misc/netkit-bootpd
parentAdd latest version of french dicts, cant speak the lang or test and the diff ... (diff)
downloadgentoo-2-c5cd6f2344e5bf518e6545008e49ddd3cca13625.tar.gz
gentoo-2-c5cd6f2344e5bf518e6545008e49ddd3cca13625.tar.bz2
gentoo-2-c5cd6f2344e5bf518e6545008e49ddd3cca13625.zip
drop old
(Portage version: 2.1.10.65/cvs/Linux x86_64)
Diffstat (limited to 'net-misc/netkit-bootpd')
-rw-r--r--net-misc/netkit-bootpd/ChangeLog7
-rw-r--r--net-misc/netkit-bootpd/netkit-bootpd-2.4.ebuild44
2 files changed, 5 insertions, 46 deletions
diff --git a/net-misc/netkit-bootpd/ChangeLog b/net-misc/netkit-bootpd/ChangeLog
index 3771f3326da7..0982a33196df 100644
--- a/net-misc/netkit-bootpd/ChangeLog
+++ b/net-misc/netkit-bootpd/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for net-misc/netkit-bootpd
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/netkit-bootpd/ChangeLog,v 1.25 2010/11/11 17:40:11 hwoarang Exp $
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-misc/netkit-bootpd/ChangeLog,v 1.26 2012/06/13 12:48:58 xmw Exp $
+
+ 13 Jun 2012; Michael Weber <xmw@gentoo.org> -netkit-bootpd-2.4.ebuild:
+ drop old
11 Nov 2010; Markos Chandras <hwoarang@gentoo.org>
netkit-bootpd-2.4-r1.ebuild:
diff --git a/net-misc/netkit-bootpd/netkit-bootpd-2.4.ebuild b/net-misc/netkit-bootpd/netkit-bootpd-2.4.ebuild
deleted file mode 100644
index a00dd0379991..000000000000
--- a/net-misc/netkit-bootpd/netkit-bootpd-2.4.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 1999-2010 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/netkit-bootpd/netkit-bootpd-2.4.ebuild,v 1.8 2010/01/23 10:01:11 cla Exp $
-
-inherit eutils
-
-MY_P=${P/netkit-/}
-DESCRIPTION="Netkit - bootp"
-HOMEPAGE="ftp://ftp.uk.linux.org/pub/linux/Networking/netboot/"
-SRC_URI="ftp://ftp.uk.linux.org/pub/linux/Networking/netboot/${MY_P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~hppa ~mips ppc ~sparc x86"
-IUSE=""
-
-DEPEND=""
-RDEPEND=""
-
-S="${WORKDIR}/${MY_P}"
-
-src_unpack() {
- unpack ${A}
- cd "${S}"
- epatch "${FILESDIR}"/${P}-misc.patch
- sed -r -e /^CFLAGS=/s:=:+=:g -i Makefile
-}
-
-src_compile() {
- emake linux || die "Error compilando"
-}
-
-src_install() {
- into /usr
- dosbin bootpd bootpef bootpgw bootptest
- dosym dosbin /usr/sbin/in.dosbin
- dosym bootpd /usr/sbin/in.bootpd
- dosym bootpef /usr/sbin/in.bootpef
- dosym bootpgw /usr/sbin/in.bootpgw
- dosym bootptest /usr/sbin/in.bootptest
- doman *.8 *.5
- dodoc README README-linux
-# newdoc rpc.bootparamd/README README.bootparamd
-}