Gentoo Archives: gentoo-commits

From: Mikle Kolyada <zlogene@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/netkit-bootparamd/
Date: Wed, 09 May 2018 10:40:42
Message-Id: 1525862432.7bf0f9787bebe71d936108f98dac2f5c709a27bc.zlogene@gentoo
1 commit: 7bf0f9787bebe71d936108f98dac2f5c709a27bc
2 Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
3 AuthorDate: Wed May 9 10:40:32 2018 +0000
4 Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
5 CommitDate: Wed May 9 10:40:32 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7bf0f978
7
8 net-misc/netkit-bootparamd: Drop old
9
10 Package-Manager: Portage-2.3.24, Repoman-2.3.6
11
12 .../netkit-bootparamd-0.17-r2.ebuild | 40 --------------------
13 .../netkit-bootparamd-0.17-r3.ebuild | 44 ----------------------
14 2 files changed, 84 deletions(-)
15
16 diff --git a/net-misc/netkit-bootparamd/netkit-bootparamd-0.17-r2.ebuild b/net-misc/netkit-bootparamd/netkit-bootparamd-0.17-r2.ebuild
17 deleted file mode 100644
18 index f9f3947fb5b..00000000000
19 --- a/net-misc/netkit-bootparamd/netkit-bootparamd-0.17-r2.ebuild
20 +++ /dev/null
21 @@ -1,40 +0,0 @@
22 -# Copyright 1999-2018 Gentoo Foundation
23 -# Distributed under the terms of the GNU General Public License v2
24 -
25 -EAPI=0
26 -
27 -inherit eutils
28 -
29 -DESCRIPTION="Netkit - bootparamd"
30 -HOMEPAGE="ftp://ftp.uk.linux.org/pub/linux/Networking/netkit/"
31 -SRC_URI="mirror://debian/pool/main/n/netkit-bootparamd/${PN}_${PV}.orig.tar.gz"
32 -
33 -LICENSE="BSD"
34 -SLOT="0"
35 -KEYWORDS="~hppa ~mips ppc sparc x86"
36 -IUSE=""
37 -
38 -DEPEND="!<=net-misc/netkit-bootpd-0.17-r2"
39 -RDEPEND=${DEPEND}
40 -
41 -src_unpack() {
42 - unpack ${A}
43 - epatch "${FILESDIR}"/0.17-jumpstart.patch
44 -}
45 -
46 -src_compile() {
47 - # Note this is not an autoconf configure
48 - ./configure || die "configure failed"
49 - emake || die "make failed"
50 -}
51 -
52 -src_install() {
53 - into /usr
54 - dosbin rpc.bootparamd/bootparamd || die "installing binary failed"
55 - dosym bootparamd /usr/sbin/rpc.bootparamd
56 - doman rpc.bootparamd/bootparamd.8
57 - dosym bootparamd.8.gz /usr/share/man/man8/rpc.bootparamd.8.gz
58 - doman rpc.bootparamd/bootparams.5
59 - dodoc README ChangeLog
60 - newdoc rpc.bootparamd/README README.bootparamd
61 -}
62
63 diff --git a/net-misc/netkit-bootparamd/netkit-bootparamd-0.17-r3.ebuild b/net-misc/netkit-bootparamd/netkit-bootparamd-0.17-r3.ebuild
64 deleted file mode 100644
65 index f0ac67f0581..00000000000
66 --- a/net-misc/netkit-bootparamd/netkit-bootparamd-0.17-r3.ebuild
67 +++ /dev/null
68 @@ -1,44 +0,0 @@
69 -# Copyright 1999-2012 Gentoo Foundation
70 -# Distributed under the terms of the GNU General Public License v2
71 -
72 -EAPI=2
73 -
74 -inherit eutils toolchain-funcs
75 -
76 -DESCRIPTION="Netkit - bootparamd"
77 -HOMEPAGE="ftp://ftp.uk.linux.org/pub/linux/Networking/netkit/"
78 -SRC_URI="mirror://debian/pool/main/n/${PN}/${PN}_${PV}.orig.tar.gz"
79 -
80 -LICENSE="BSD"
81 -SLOT="0"
82 -KEYWORDS="amd64 ~hppa ~mips ppc sparc x86"
83 -IUSE=""
84 -
85 -DEPEND="!<=net-misc/netkit-bootpd-0.17-r2"
86 -RDEPEND=${DEPEND}
87 -
88 -src_prepare() {
89 - epatch "${FILESDIR}"/0.17-jumpstart.patch
90 -
91 - # don't reset LDFLAGS (bug #335457), manpages into /usr/share/man
92 - sed -i -e '/^LDFLAGS=/d ; /MANDIR=/s:man:share/man:' configure || die
93 -
94 - sed -i -e 's:install -s:install:' rpc.bootparamd/Makefile || die
95 -}
96 -
97 -src_configure() {
98 - # Note this is not an autoconf configure
99 - CC="$(tc-getCC)" LDFLAGS="${LDFLAGS}" ./configure || die
100 -}
101 -
102 -src_install() {
103 - dodir usr/bin usr/sbin usr/share/man/man8 || die
104 - emake INSTALLROOT="${D}" install || die
105 -
106 - newconfd "${FILESDIR}"/bootparamd.confd bootparamd || die
107 - newinitd "${FILESDIR}"/bootparamd.initd bootparamd || die
108 -
109 - doman rpc.bootparamd/bootparams.5 || die
110 - dodoc README ChangeLog || die
111 - newdoc rpc.bootparamd/README README.bootparamd || die
112 -}