summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Weber <xmw@gentoo.org>2012-06-13 12:38:57 +0000
committerMichael Weber <xmw@gentoo.org>2012-06-13 12:38:57 +0000
commit931662f6901a6786ff684ac2add5b0c0f2b26e63 (patch)
tree972ba93df66fd79741cae0b942e48c7195cd0865 /net-misc
parentdrop old (diff)
downloadgentoo-2-931662f6901a6786ff684ac2add5b0c0f2b26e63.tar.gz
gentoo-2-931662f6901a6786ff684ac2add5b0c0f2b26e63.tar.bz2
gentoo-2-931662f6901a6786ff684ac2add5b0c0f2b26e63.zip
drop old
(Portage version: 2.1.10.65/cvs/Linux x86_64)
Diffstat (limited to 'net-misc')
-rw-r--r--net-misc/netkit-bootparamd/ChangeLog7
-rw-r--r--net-misc/netkit-bootparamd/netkit-bootparamd-0.17-r1.ebuild32
2 files changed, 5 insertions, 34 deletions
diff --git a/net-misc/netkit-bootparamd/ChangeLog b/net-misc/netkit-bootparamd/ChangeLog
index cc41c128f6ff..01d229a3128e 100644
--- a/net-misc/netkit-bootparamd/ChangeLog
+++ b/net-misc/netkit-bootparamd/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for net-misc/netkit-bootparamd
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/netkit-bootparamd/ChangeLog,v 1.7 2010/10/18 07:10:08 leio Exp $
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-misc/netkit-bootparamd/ChangeLog,v 1.8 2012/06/13 12:38:57 xmw Exp $
+
+ 13 Jun 2012; Michael Weber <xmw@gentoo.org> -netkit-bootparamd-0.17-r1.ebuild:
+ drop old
18 Oct 2010; Mart Raudsepp <leio@gentoo.org>
netkit-bootparamd-0.17-r1.ebuild:
diff --git a/net-misc/netkit-bootparamd/netkit-bootparamd-0.17-r1.ebuild b/net-misc/netkit-bootparamd/netkit-bootparamd-0.17-r1.ebuild
deleted file mode 100644
index c02a5991f42e..000000000000
--- a/net-misc/netkit-bootparamd/netkit-bootparamd-0.17-r1.ebuild
+++ /dev/null
@@ -1,32 +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-bootparamd/netkit-bootparamd-0.17-r1.ebuild,v 1.3 2010/10/18 07:10:08 leio Exp $
-
-DESCRIPTION="Netkit - bootparamd"
-HOMEPAGE="ftp://ftp.uk.linux.org/pub/linux/Networking/netkit/"
-SRC_URI="mirror://debian/pool/main/n/netkit-bootparamd/${PN}_${PV}.orig.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~hppa ~mips ppc sparc x86"
-IUSE=""
-
-DEPEND="!<=net-misc/netkit-bootpd-0.17-r2"
-RDEPEND=${DEPEND}
-
-src_compile() {
- # this is needed here
- ./configure || die "configure failed"
- make || die "make failed"
-}
-
-src_install() {
- into /usr
- dosbin rpc.bootparamd/bootparamd || die "binary install failed"
- dosym bootparamd /usr/sbin/rpc.bootparamd
- doman rpc.bootparamd/bootparamd.8
- dosym bootparamd.8 /usr/share/man/man8/rpc.bootparamd.8
- doman rpc.bootparamd/bootparams.5
- dodoc README ChangeLog
- newdoc rpc.bootparamd/README README.bootparamd
-}