[gentoo-commits] repo/gentoo:master commit in: net-misc/netkit-bootparamd/

2023-11-29 Thread Ulrich Müller
commit: 09faa2c224cede90924f9293d1a647cc7412a382
Author: Ulrich Müller  gentoo  org>
AuthorDate: Wed Nov 29 15:43:51 2023 +
Commit: Ulrich Müller  gentoo  org>
CommitDate: Wed Nov 29 15:46:11 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=09faa2c2

net-misc/netkit-bootparamd: drop 0.17-r4

Signed-off-by: Ulrich Müller  gentoo.org>

 .../netkit-bootparamd-0.17-r4.ebuild   | 56 --
 1 file changed, 56 deletions(-)

diff --git a/net-misc/netkit-bootparamd/netkit-bootparamd-0.17-r4.ebuild 
b/net-misc/netkit-bootparamd/netkit-bootparamd-0.17-r4.ebuild
deleted file mode 100644
index 3ecbe4ece85c..
--- a/net-misc/netkit-bootparamd/netkit-bootparamd-0.17-r4.ebuild
+++ /dev/null
@@ -1,56 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit toolchain-funcs flag-o-matic
-
-DESCRIPTION="Netkit - bootparamd"
-HOMEPAGE="https://wiki.linuxfoundation.org/networking/netkit;
-SRC_URI="mirror://debian/pool/main/n/${PN}/${PN}_${PV}.orig.tar.gz"
-
-LICENSE="BSD GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ~hppa ~mips ppc sparc x86"
-IUSE="+libtirpc"
-
-DEPEND="
-   !<=net-misc/netkit-bootpd-0.17-r2
-   libtirpc? ( net-libs/rpcsvc-proto net-libs/libtirpc )
-   !libtirpc? ( sys-libs/glibc[rpc(-)] )
-"
-RDEPEND=${DEPEND}
-
-src_prepare() {
-   eapply "${FILESDIR}"/0.17-jumpstart.patch
-   eapply "${FILESDIR}"/0.17-libtirpc.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
-
-   default
-}
-
-src_configure() {
-   if use libtirpc ; then
-   append-cflags -I/usr/include/tirpc
-   sed -i -e 's:^LIBS=$:LIBS=-ltirpc:' configure || die
-   fi
-
-   # Note this is not an autoconf configure
-   CC="$(tc-getCC)" LDFLAGS="${LDFLAGS}" CFLAGS="${CFLAGS}" ./configure || 
die
-}
-
-src_install() {
-   dodir usr/bin usr/sbin usr/share/man/man8
-   emake INSTALLROOT="${D}" install
-
-   newconfd "${FILESDIR}"/bootparamd.confd bootparamd
-   newinitd "${FILESDIR}"/bootparamd.initd bootparamd
-
-   doman rpc.bootparamd/bootparams.5
-   dodoc README ChangeLog
-   newdoc rpc.bootparamd/README README.bootparamd
-}



[gentoo-commits] repo/gentoo:master commit in: net-misc/netkit-bootparamd/

2023-11-29 Thread Ulrich Müller
commit: 0c93c793cc5d4525f25526ce30f4c67f35295583
Author: Ulrich Müller  gentoo  org>
AuthorDate: Wed Nov 29 15:44:54 2023 +
Commit: Ulrich Müller  gentoo  org>
CommitDate: Wed Nov 29 15:46:12 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0c93c793

net-misc/netkit-bootparamd: Drop blocker from 2007

Signed-off-by: Ulrich Müller  gentoo.org>

 net-misc/netkit-bootparamd/netkit-bootparamd-0.17-r5.ebuild | 1 -
 1 file changed, 1 deletion(-)

diff --git a/net-misc/netkit-bootparamd/netkit-bootparamd-0.17-r5.ebuild 
b/net-misc/netkit-bootparamd/netkit-bootparamd-0.17-r5.ebuild
index 97d5f5ad8787..891003317d46 100644
--- a/net-misc/netkit-bootparamd/netkit-bootparamd-0.17-r5.ebuild
+++ b/net-misc/netkit-bootparamd/netkit-bootparamd-0.17-r5.ebuild
@@ -15,7 +15,6 @@ KEYWORDS="amd64 ~hppa ~mips ppc sparc x86"
 IUSE="+libtirpc"
 
 DEPEND="
-   !<=net-misc/netkit-bootpd-0.17-r2
libtirpc? ( net-libs/rpcsvc-proto net-libs/libtirpc )
!libtirpc? ( sys-libs/glibc[rpc(-)] )
 "



[gentoo-commits] repo/gentoo:master commit in: net-misc/netkit-bootparamd/

2023-11-29 Thread Arthur Zamarin
commit: 6a2fbb52fcab705c64c699b082806db6d4f5e69d
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Wed Nov 29 12:49:20 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Wed Nov 29 12:49:20 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6a2fbb52

net-misc/netkit-bootparamd: Stabilize 0.17-r5 sparc, #918507

Signed-off-by: Arthur Zamarin  gentoo.org>

 net-misc/netkit-bootparamd/netkit-bootparamd-0.17-r5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-misc/netkit-bootparamd/netkit-bootparamd-0.17-r5.ebuild 
b/net-misc/netkit-bootparamd/netkit-bootparamd-0.17-r5.ebuild
index 0771f7fa98d1..97d5f5ad8787 100644
--- a/net-misc/netkit-bootparamd/netkit-bootparamd-0.17-r5.ebuild
+++ b/net-misc/netkit-bootparamd/netkit-bootparamd-0.17-r5.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="mirror://debian/pool/main/n/${PN}/${PN}_${PV}.orig.tar.gz"
 
 LICENSE="BSD GPL-2"
 SLOT="0"
-KEYWORDS="amd64 ~hppa ~mips ppc ~sparc x86"
+KEYWORDS="amd64 ~hppa ~mips ppc sparc x86"
 IUSE="+libtirpc"
 
 DEPEND="



[gentoo-commits] repo/gentoo:master commit in: net-misc/netkit-bootparamd/

2023-11-25 Thread Arthur Zamarin
commit: afb8f96ec5090ce1c8df5ae01e9a689328a00a4a
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat Nov 25 11:25:20 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Nov 25 11:25:20 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=afb8f96e

net-misc/netkit-bootparamd: Stabilize 0.17-r5 x86, #918507

Signed-off-by: Arthur Zamarin  gentoo.org>

 net-misc/netkit-bootparamd/netkit-bootparamd-0.17-r5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-misc/netkit-bootparamd/netkit-bootparamd-0.17-r5.ebuild 
b/net-misc/netkit-bootparamd/netkit-bootparamd-0.17-r5.ebuild
index 14f2d7966106..666f5f660233 100644
--- a/net-misc/netkit-bootparamd/netkit-bootparamd-0.17-r5.ebuild
+++ b/net-misc/netkit-bootparamd/netkit-bootparamd-0.17-r5.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="mirror://debian/pool/main/n/${PN}/${PN}_${PV}.orig.tar.gz"
 
 LICENSE="BSD GPL-2"
 SLOT="0"
-KEYWORDS="amd64 ~hppa ~mips ~ppc ~sparc ~x86"
+KEYWORDS="amd64 ~hppa ~mips ~ppc ~sparc x86"
 IUSE="+libtirpc"
 
 DEPEND="



[gentoo-commits] repo/gentoo:master commit in: net-misc/netkit-bootparamd/

2023-11-25 Thread Arthur Zamarin
commit: 11cfd8d1cfd83a0fb9f86a3f08dba3bfe569a60b
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat Nov 25 11:19:07 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Nov 25 11:19:07 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=11cfd8d1

net-misc/netkit-bootparamd: Stabilize 0.17-r5 amd64, #918507

Signed-off-by: Arthur Zamarin  gentoo.org>

 net-misc/netkit-bootparamd/netkit-bootparamd-0.17-r5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-misc/netkit-bootparamd/netkit-bootparamd-0.17-r5.ebuild 
b/net-misc/netkit-bootparamd/netkit-bootparamd-0.17-r5.ebuild
index 59faca2de934..14f2d7966106 100644
--- a/net-misc/netkit-bootparamd/netkit-bootparamd-0.17-r5.ebuild
+++ b/net-misc/netkit-bootparamd/netkit-bootparamd-0.17-r5.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="mirror://debian/pool/main/n/${PN}/${PN}_${PV}.orig.tar.gz"
 
 LICENSE="BSD GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~hppa ~mips ~ppc ~sparc ~x86"
+KEYWORDS="amd64 ~hppa ~mips ~ppc ~sparc ~x86"
 IUSE="+libtirpc"
 
 DEPEND="



[gentoo-commits] repo/gentoo:master commit in: net-misc/netkit-bootparamd/

2023-09-17 Thread Arthur Zamarin
commit: 0a14b53b52da72dae91599757dfed14049abf6c5
Author: Michael Mair-Keimberger  levelnine  at>
AuthorDate: Sat Sep 16 20:07:35 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sun Sep 17 14:33:48 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0a14b53b

net-misc/netkit-bootparamd: EAPI8 bump

Signed-off-by: Michael Mair-Keimberger  levelnine.at>
Signed-off-by: Arthur Zamarin  gentoo.org>

 .../netkit-bootparamd-0.17-r5.ebuild   | 56 ++
 1 file changed, 56 insertions(+)

diff --git a/net-misc/netkit-bootparamd/netkit-bootparamd-0.17-r5.ebuild 
b/net-misc/netkit-bootparamd/netkit-bootparamd-0.17-r5.ebuild
new file mode 100644
index ..59faca2de934
--- /dev/null
+++ b/net-misc/netkit-bootparamd/netkit-bootparamd-0.17-r5.ebuild
@@ -0,0 +1,56 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit toolchain-funcs flag-o-matic
+
+DESCRIPTION="Netkit - bootparamd: Net-boot support daemon"
+HOMEPAGE="https://wiki.linuxfoundation.org/networking/netkit;
+SRC_URI="mirror://debian/pool/main/n/${PN}/${PN}_${PV}.orig.tar.gz"
+
+LICENSE="BSD GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~hppa ~mips ~ppc ~sparc ~x86"
+IUSE="+libtirpc"
+
+DEPEND="
+   !<=net-misc/netkit-bootpd-0.17-r2
+   libtirpc? ( net-libs/rpcsvc-proto net-libs/libtirpc )
+   !libtirpc? ( sys-libs/glibc[rpc(-)] )
+"
+RDEPEND=${DEPEND}
+
+PATCHES=(
+   "${FILESDIR}"/0.17-jumpstart.patch
+   "${FILESDIR}"/0.17-libtirpc.patch
+)
+
+src_prepare() {
+   # 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
+   default
+}
+
+src_configure() {
+   if use libtirpc ; then
+   append-cflags -I/usr/include/tirpc
+   sed -i -e 's:^LIBS=$:LIBS=-ltirpc:' configure || die
+   fi
+
+   # Note this is not an autoconf configure
+   CC="$(tc-getCC)" LDFLAGS="${LDFLAGS}" CFLAGS="${CFLAGS}" ./configure || 
die
+}
+
+src_install() {
+   dodir usr/bin usr/sbin usr/share/man/man8
+   emake INSTALLROOT="${D}" install
+
+   newconfd "${FILESDIR}"/bootparamd.confd bootparamd
+   newinitd "${FILESDIR}"/bootparamd.initd bootparamd
+
+   doman rpc.bootparamd/bootparams.5
+   dodoc README ChangeLog
+   newdoc rpc.bootparamd/README README.bootparamd
+}



[gentoo-commits] repo/gentoo:master commit in: net-misc/netkit-bootparamd/

2022-10-05 Thread Mike Gilbert
commit: 9e1e6285a52b26e919b993f32ca2030c43304a44
Author: Mike Gilbert  gentoo  org>
AuthorDate: Wed Oct  5 23:28:05 2022 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Wed Oct  5 23:28:05 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9e1e6285

net-misc/netkit-bootparamd: update HOMEPAGE

Signed-off-by: Mike Gilbert  gentoo.org>

 net-misc/netkit-bootparamd/netkit-bootparamd-0.17-r4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-misc/netkit-bootparamd/netkit-bootparamd-0.17-r4.ebuild 
b/net-misc/netkit-bootparamd/netkit-bootparamd-0.17-r4.ebuild
index ec7c8873fcd4..3ecbe4ece85c 100644
--- a/net-misc/netkit-bootparamd/netkit-bootparamd-0.17-r4.ebuild
+++ b/net-misc/netkit-bootparamd/netkit-bootparamd-0.17-r4.ebuild
@@ -6,7 +6,7 @@ EAPI=6
 inherit toolchain-funcs flag-o-matic
 
 DESCRIPTION="Netkit - bootparamd"
-HOMEPAGE="http://ftp.linux.org.uk/pub/linux/Networking/netkit/;
+HOMEPAGE="https://wiki.linuxfoundation.org/networking/netkit;
 SRC_URI="mirror://debian/pool/main/n/${PN}/${PN}_${PV}.orig.tar.gz"
 
 LICENSE="BSD GPL-2"



[gentoo-commits] repo/gentoo:master commit in: net-misc/netkit-bootparamd/

2022-10-05 Thread Mike Gilbert
commit: 21e5eaabfdb22b3e50b8875f4584d20cc7d58d32
Author: Mike Gilbert  gentoo  org>
AuthorDate: Wed Oct  5 23:16:49 2022 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Wed Oct  5 23:16:49 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=21e5eaab

net-misc/netkit-bootparamd: update HOMEPAGE

Signed-off-by: Mike Gilbert  gentoo.org>

 net-misc/netkit-bootparamd/netkit-bootparamd-0.17-r4.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/net-misc/netkit-bootparamd/netkit-bootparamd-0.17-r4.ebuild 
b/net-misc/netkit-bootparamd/netkit-bootparamd-0.17-r4.ebuild
index 1211f35aa210..ec7c8873fcd4 100644
--- a/net-misc/netkit-bootparamd/netkit-bootparamd-0.17-r4.ebuild
+++ b/net-misc/netkit-bootparamd/netkit-bootparamd-0.17-r4.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -6,7 +6,7 @@ EAPI=6
 inherit toolchain-funcs flag-o-matic
 
 DESCRIPTION="Netkit - bootparamd"
-HOMEPAGE="ftp://ftp.uk.linux.org/pub/linux/Networking/netkit/;
+HOMEPAGE="http://ftp.linux.org.uk/pub/linux/Networking/netkit/;
 SRC_URI="mirror://debian/pool/main/n/${PN}/${PN}_${PV}.orig.tar.gz"
 
 LICENSE="BSD GPL-2"



[gentoo-commits] repo/gentoo:master commit in: net-misc/netkit-bootparamd/

2021-03-04 Thread Conrad Kostecki
commit: a1bcd1858265bf17760383a417ab82a67431bdb8
Author: Conrad Kostecki  gentoo  org>
AuthorDate: Thu Mar  4 22:40:26 2021 +
Commit: Conrad Kostecki  gentoo  org>
CommitDate: Thu Mar  4 22:43:49 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a1bcd185

net-misc/netkit-bootparamd: add license for init script

Closes: https://bugs.gentoo.org/426070
Package-Manager: Portage-3.0.16, Repoman-3.0.2
Signed-off-by: Conrad Kostecki  gentoo.org>

 net-misc/netkit-bootparamd/netkit-bootparamd-0.17-r4.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/net-misc/netkit-bootparamd/netkit-bootparamd-0.17-r4.ebuild 
b/net-misc/netkit-bootparamd/netkit-bootparamd-0.17-r4.ebuild
index 63c9f4c0496..1211f35aa21 100644
--- a/net-misc/netkit-bootparamd/netkit-bootparamd-0.17-r4.ebuild
+++ b/net-misc/netkit-bootparamd/netkit-bootparamd-0.17-r4.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -9,7 +9,7 @@ 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"
+LICENSE="BSD GPL-2"
 SLOT="0"
 KEYWORDS="amd64 ~hppa ~mips ppc sparc x86"
 IUSE="+libtirpc"



[gentoo-commits] repo/gentoo:master commit in: net-misc/netkit-bootparamd/

2018-05-09 Thread Mikle Kolyada
commit: 0ff5fb7d04a50529d3a221b63ce5d8e5870b7691
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Wed May  9 10:39:36 2018 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Wed May  9 10:39:36 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0ff5fb7d

net-misc/netkit-bootparamd: ppc stable wrt bug #648404

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 net-misc/netkit-bootparamd/netkit-bootparamd-0.17-r4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-misc/netkit-bootparamd/netkit-bootparamd-0.17-r4.ebuild 
b/net-misc/netkit-bootparamd/netkit-bootparamd-0.17-r4.ebuild
index a601d0e5e6d..63c9f4c0496 100644
--- a/net-misc/netkit-bootparamd/netkit-bootparamd-0.17-r4.ebuild
+++ b/net-misc/netkit-bootparamd/netkit-bootparamd-0.17-r4.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="mirror://debian/pool/main/n/${PN}/${PN}_${PV}.orig.tar.gz"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="amd64 ~hppa ~mips ~ppc sparc x86"
+KEYWORDS="amd64 ~hppa ~mips ppc sparc x86"
 IUSE="+libtirpc"
 
 DEPEND="



[gentoo-commits] repo/gentoo:master commit in: net-misc/netkit-bootparamd/

2018-05-09 Thread Mikle Kolyada
commit: 7bf0f9787bebe71d936108f98dac2f5c709a27bc
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Wed May  9 10:40:32 2018 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Wed May  9 10:40:32 2018 +
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..000
--- 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..000
--- 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
-}



[gentoo-commits] repo/gentoo:master commit in: net-misc/netkit-bootparamd/

2018-03-07 Thread Sergei Trofimovich
commit: 715fb01e9720c5f270cb8a5b0efe3f81e0555e73
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Thu Mar  8 06:39:46 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Thu Mar  8 07:24:26 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=715fb01e

net-misc/netkit-bootparamd: stable 0.17-r4 for sparc, bug #648404

Package-Manager: Portage-2.3.19, Repoman-2.3.6
RepoMan-Options: --include-arches="sparc"

 net-misc/netkit-bootparamd/netkit-bootparamd-0.17-r4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-misc/netkit-bootparamd/netkit-bootparamd-0.17-r4.ebuild 
b/net-misc/netkit-bootparamd/netkit-bootparamd-0.17-r4.ebuild
index 8261f190517..57f943cf50d 100644
--- a/net-misc/netkit-bootparamd/netkit-bootparamd-0.17-r4.ebuild
+++ b/net-misc/netkit-bootparamd/netkit-bootparamd-0.17-r4.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="mirror://debian/pool/main/n/${PN}/${PN}_${PV}.orig.tar.gz"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="amd64 ~hppa ~mips ~ppc ~sparc ~x86"
+KEYWORDS="amd64 ~hppa ~mips ~ppc sparc ~x86"
 IUSE="+libtirpc"
 
 DEPEND="



[gentoo-commits] repo/gentoo:master commit in: net-misc/netkit-bootparamd/

2018-03-07 Thread Agostino Sarubbo
commit: bb0b46f16d5b8891d8ec0dbc686d9b379fbc73b6
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Wed Mar  7 13:50:43 2018 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Wed Mar  7 13:50:43 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bb0b46f1

net-misc/netkit-bootparamd: amd64 stable wrt bug #648404

Signed-off-by: Agostino Sarubbo  gentoo.org>
Package-Manager: Portage-2.3.19, Repoman-2.3.6
RepoMan-Options: --include-arches="amd64"

 net-misc/netkit-bootparamd/netkit-bootparamd-0.17-r4.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/net-misc/netkit-bootparamd/netkit-bootparamd-0.17-r4.ebuild 
b/net-misc/netkit-bootparamd/netkit-bootparamd-0.17-r4.ebuild
index b52721ceadc..8261f190517 100644
--- a/net-misc/netkit-bootparamd/netkit-bootparamd-0.17-r4.ebuild
+++ b/net-misc/netkit-bootparamd/netkit-bootparamd-0.17-r4.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -11,7 +11,7 @@ 
SRC_URI="mirror://debian/pool/main/n/${PN}/${PN}_${PV}.orig.tar.gz"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 ~hppa ~mips ~ppc ~sparc ~x86"
+KEYWORDS="amd64 ~hppa ~mips ~ppc ~sparc ~x86"
 IUSE="+libtirpc"
 
 DEPEND="



[gentoo-commits] repo/gentoo:master commit in: net-misc/netkit-bootparamd/files/, net-misc/netkit-bootparamd/

2017-10-04 Thread Andreas Hüttel
commit: 1c33b816e5e6a9ccb8c007e5b7d7f50c269d24dd
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Wed Oct  4 14:42:17 2017 +
Commit: Andreas Hüttel  gentoo  org>
CommitDate: Wed Oct  4 14:45:53 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1c33b816

net-misc/netkit-bootparamd: Fix build against glibc-2.26 / libtirpc, bug 371385

Closes: https://bugs.gentoo.org/371385
Package-Manager: Portage-2.3.11, Repoman-2.3.3

 .../netkit-bootparamd/files/0.17-libtirpc.patch| 15 ++
 net-misc/netkit-bootparamd/metadata.xml|  3 ++
 .../netkit-bootparamd-0.17-r4.ebuild   | 56 ++
 3 files changed, 74 insertions(+)

diff --git a/net-misc/netkit-bootparamd/files/0.17-libtirpc.patch 
b/net-misc/netkit-bootparamd/files/0.17-libtirpc.patch
new file mode 100644
index 000..1cdf263efb2
--- /dev/null
+++ b/net-misc/netkit-bootparamd/files/0.17-libtirpc.patch
@@ -0,0 +1,15 @@
+diff -ruN netkit-bootparamd-0.17.orig/rpc.bootparamd/main.c 
netkit-bootparamd-0.17/rpc.bootparamd/main.c
+--- netkit-bootparamd-0.17.orig/rpc.bootparamd/main.c  2000-07-22 
16:23:56.0 -
 netkit-bootparamd-0.17/rpc.bootparamd/main.c   2017-10-04 
14:17:49.887552574 -
+@@ -17,9 +17,11 @@
+ 
+ 
+ #ifdef __GLIBC__
++#ifndef _TIRPC_RPC_H
+   /* quick fix */
+   void get_myaddress(struct sockaddr_in *);
+ #endif
++#endif
+ 
+ int debug = 0;
+ int dolog = 0;

diff --git a/net-misc/netkit-bootparamd/metadata.xml 
b/net-misc/netkit-bootparamd/metadata.xml
index a535b885282..dde8ad44195 100644
--- a/net-misc/netkit-bootparamd/metadata.xml
+++ b/net-misc/netkit-bootparamd/metadata.xml
@@ -5,4 +5,7 @@
 x...@gentoo.org
 Michael Weber
 
+
+Build against net-libs/libtirpc for RPC 
support
+
 

diff --git a/net-misc/netkit-bootparamd/netkit-bootparamd-0.17-r4.ebuild 
b/net-misc/netkit-bootparamd/netkit-bootparamd-0.17-r4.ebuild
new file mode 100644
index 000..b52721ceadc
--- /dev/null
+++ b/net-misc/netkit-bootparamd/netkit-bootparamd-0.17-r4.ebuild
@@ -0,0 +1,56 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit toolchain-funcs flag-o-matic
+
+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="+libtirpc"
+
+DEPEND="
+   !<=net-misc/netkit-bootpd-0.17-r2
+   libtirpc? ( net-libs/rpcsvc-proto net-libs/libtirpc )
+   !libtirpc? ( sys-libs/glibc[rpc(-)] )
+"
+RDEPEND=${DEPEND}
+
+src_prepare() {
+   eapply "${FILESDIR}"/0.17-jumpstart.patch
+   eapply "${FILESDIR}"/0.17-libtirpc.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
+
+   default
+}
+
+src_configure() {
+   if use libtirpc ; then
+   append-cflags -I/usr/include/tirpc
+   sed -i -e 's:^LIBS=$:LIBS=-ltirpc:' configure || die
+   fi
+
+   # Note this is not an autoconf configure
+   CC="$(tc-getCC)" LDFLAGS="${LDFLAGS}" CFLAGS="${CFLAGS}" ./configure || 
die
+}
+
+src_install() {
+   dodir usr/bin usr/sbin usr/share/man/man8
+   emake INSTALLROOT="${D}" install
+
+   newconfd "${FILESDIR}"/bootparamd.confd bootparamd
+   newinitd "${FILESDIR}"/bootparamd.initd bootparamd
+
+   doman rpc.bootparamd/bootparams.5
+   dodoc README ChangeLog
+   newdoc rpc.bootparamd/README README.bootparamd
+}