public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Mikle Kolyada" <zlogene@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/netkit-bootparamd/
Date: Wed,  9 May 2018 10:40:38 +0000 (UTC)	[thread overview]
Message-ID: <1525862432.7bf0f9787bebe71d936108f98dac2f5c709a27bc.zlogene@gentoo> (raw)

commit:     7bf0f9787bebe71d936108f98dac2f5c709a27bc
Author:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Wed May  9 10:40:32 2018 +0000
Commit:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Wed May  9 10:40:32 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7bf0f978

net-misc/netkit-bootparamd: Drop old

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 .../netkit-bootparamd-0.17-r2.ebuild               | 40 --------------------
 .../netkit-bootparamd-0.17-r3.ebuild               | 44 ----------------------
 2 files changed, 84 deletions(-)

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
index f9f3947fb5b..00000000000
--- a/net-misc/netkit-bootparamd/netkit-bootparamd-0.17-r2.ebuild
+++ /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
index f0ac67f0581..00000000000
--- a/net-misc/netkit-bootparamd/netkit-bootparamd-0.17-r3.ebuild
+++ /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
-}


             reply	other threads:[~2018-05-09 10:40 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-05-09 10:40 Mikle Kolyada [this message]
  -- strict thread matches above, loose matches on Subject: below --
2023-11-29 15:46 [gentoo-commits] repo/gentoo:master commit in: net-misc/netkit-bootparamd/ Ulrich Müller
2023-11-29 15:46 Ulrich Müller
2023-11-29 12:49 Arthur Zamarin
2023-11-25 11:25 Arthur Zamarin
2023-11-25 11:19 Arthur Zamarin
2023-09-17 14:35 Arthur Zamarin
2022-10-05 23:28 Mike Gilbert
2022-10-05 23:21 Mike Gilbert
2021-03-04 22:43 Conrad Kostecki
2018-05-09 10:40 Mikle Kolyada
2018-03-08  7:24 Sergei Trofimovich
2018-03-07 13:51 Agostino Sarubbo

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1525862432.7bf0f9787bebe71d936108f98dac2f5c709a27bc.zlogene@gentoo \
    --to=zlogene@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox