net-misc/netkit-bootparamd: Drop old
authorMikle Kolyada <zlogene@gentoo.org>
Wed, 9 May 2018 10:40:32 +0000 (13:40 +0300)
committerMikle Kolyada <zlogene@gentoo.org>
Wed, 9 May 2018 10:40:32 +0000 (13:40 +0300)
Package-Manager: Portage-2.3.24, Repoman-2.3.6

net-misc/netkit-bootparamd/netkit-bootparamd-0.17-r2.ebuild [deleted file]
net-misc/netkit-bootparamd/netkit-bootparamd-0.17-r3.ebuild [deleted file]

diff --git a/net-misc/netkit-bootparamd/netkit-bootparamd-0.17-r2.ebuild b/net-misc/netkit-bootparamd/netkit-bootparamd-0.17-r2.ebuild
deleted file mode 100644 (file)
index f9f3947..0000000
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=0
-
-inherit eutils
-
-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_unpack() {
-       unpack ${A}
-       epatch "${FILESDIR}"/0.17-jumpstart.patch
-}
-
-src_compile() {
-       # Note this is not an autoconf configure
-       ./configure || die "configure failed"
-       emake || die "make failed"
-}
-
-src_install() {
-       into /usr
-       dosbin rpc.bootparamd/bootparamd || die "installing binary failed"
-       dosym bootparamd /usr/sbin/rpc.bootparamd
-       doman rpc.bootparamd/bootparamd.8
-       dosym bootparamd.8.gz /usr/share/man/man8/rpc.bootparamd.8.gz
-       doman rpc.bootparamd/bootparams.5
-       dodoc README ChangeLog
-       newdoc rpc.bootparamd/README README.bootparamd
-}
diff --git a/net-misc/netkit-bootparamd/netkit-bootparamd-0.17-r3.ebuild b/net-misc/netkit-bootparamd/netkit-bootparamd-0.17-r3.ebuild
deleted file mode 100644 (file)
index f0ac67f..0000000
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=2
-
-inherit eutils toolchain-funcs
-
-DESCRIPTION="Netkit - bootparamd"
-HOMEPAGE="ftp://ftp.uk.linux.org/pub/linux/Networking/netkit/"
-SRC_URI="mirror://debian/pool/main/n/${PN}/${PN}_${PV}.orig.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="amd64 ~hppa ~mips ppc sparc x86"
-IUSE=""
-
-DEPEND="!<=net-misc/netkit-bootpd-0.17-r2"
-RDEPEND=${DEPEND}
-
-src_prepare() {
-       epatch "${FILESDIR}"/0.17-jumpstart.patch
-
-       # don't reset LDFLAGS (bug #335457), manpages into /usr/share/man
-       sed -i -e '/^LDFLAGS=/d ; /MANDIR=/s:man:share/man:' configure || die
-
-       sed -i -e 's:install -s:install:' rpc.bootparamd/Makefile || die
-}
-
-src_configure() {
-       # Note this is not an autoconf configure
-       CC="$(tc-getCC)" LDFLAGS="${LDFLAGS}" ./configure || die
-}
-
-src_install() {
-       dodir usr/bin usr/sbin usr/share/man/man8 || die
-       emake INSTALLROOT="${D}" install || die
-
-       newconfd "${FILESDIR}"/bootparamd.confd bootparamd || die
-       newinitd "${FILESDIR}"/bootparamd.initd bootparamd || die
-
-       doman rpc.bootparamd/bootparams.5 || die
-       dodoc README ChangeLog || die
-       newdoc rpc.bootparamd/README README.bootparamd || die
-}