* [gentoo-commits] repo/gentoo:master commit in: sys-apps/netkit-base/
@ 2020-10-24 13:21 David Seifert
0 siblings, 0 replies; 3+ messages in thread
From: David Seifert @ 2020-10-24 13:21 UTC (permalink / raw
To: gentoo-commits
commit: 1dcf8515fd43c0f91520e3012cfe586b00a6a274
Author: David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Sat Oct 24 13:20:48 2020 +0000
Commit: David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Sat Oct 24 13:20:48 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1dcf8515
sys-apps/netkit-base: Port to EAPI 7
Closes: https://bugs.gentoo.org/742101
Package-Manager: Portage-3.0.8, Repoman-3.0.2
Signed-off-by: David Seifert <soap <AT> gentoo.org>
sys-apps/netkit-base/netkit-base-0.17-r9.ebuild | 18 ++++++++++--------
1 file changed, 10 insertions(+), 8 deletions(-)
diff --git a/sys-apps/netkit-base/netkit-base-0.17-r9.ebuild b/sys-apps/netkit-base/netkit-base-0.17-r9.ebuild
index 7a4209222bc..256e04387e2 100644
--- a/sys-apps/netkit-base/netkit-base-0.17-r9.ebuild
+++ b/sys-apps/netkit-base/netkit-base-0.17-r9.ebuild
@@ -1,9 +1,9 @@
# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI="4"
+EAPI=7
-inherit eutils toolchain-funcs
+inherit toolchain-funcs
DESCRIPTION="Old-style inetd"
HOMEPAGE="ftp://ftp.uk.linux.org/pub/linux/Networking/netkit/"
@@ -12,14 +12,16 @@ SRC_URI="ftp://ftp.uk.linux.org/pub/linux/Networking/netkit/${P}.tar.gz"
LICENSE="BSD"
SLOT="0"
KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~mips ppc ppc64 sparc x86"
-IUSE=""
-src_prepare() {
- epatch "${FILESDIR}"/*.patch
-}
+PATCHES=(
+ "${FILESDIR}"/003_all_netkit-base-0.17-gcc4.patch
+ "${FILESDIR}"/004_all_netkit-base-0.17-misc-fixes.patch
+ "${FILESDIR}"/005_all_netkit-base-0.17-no-rpc.patch
+)
src_configure() {
tc-export CC
+
./configure || die
sed -i \
-e "/^CFLAGS=/s:=.*:=${CFLAGS} -Wall -Wbad-function-cast -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Winline:" \
@@ -30,7 +32,7 @@ src_configure() {
src_install() {
sed -i \
-e 's:in\.telnetd$:in.telnetd -L /usr/sbin/telnetlogin:' \
- etc.sample/inetd.conf
+ etc.sample/inetd.conf || die
dosbin inetd/inetd
doman inetd/inetd.8
@@ -38,5 +40,5 @@ src_install() {
dodoc BUGS ChangeLog README
docinto samples
- dodoc etc.sample/*
+ dodoc -r etc.sample/.
}
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sys-apps/netkit-base/
@ 2022-10-05 23:52 Mike Gilbert
0 siblings, 0 replies; 3+ messages in thread
From: Mike Gilbert @ 2022-10-05 23:52 UTC (permalink / raw
To: gentoo-commits
commit: 5ada7ff7f15033e0db3eb5c1774535b6470f3262
Author: Mike Gilbert <floppym <AT> gentoo <DOT> org>
AuthorDate: Wed Oct 5 23:48:02 2022 +0000
Commit: Mike Gilbert <floppym <AT> gentoo <DOT> org>
CommitDate: Wed Oct 5 23:48:02 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5ada7ff7
sys-apps/netkit-base: update HOMEPAGE, SRC_URI
Signed-off-by: Mike Gilbert <floppym <AT> gentoo.org>
sys-apps/netkit-base/netkit-base-0.17-r9.ebuild | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/sys-apps/netkit-base/netkit-base-0.17-r9.ebuild b/sys-apps/netkit-base/netkit-base-0.17-r9.ebuild
index 4564a8f93738..9c57b935f6ad 100644
--- a/sys-apps/netkit-base/netkit-base-0.17-r9.ebuild
+++ b/sys-apps/netkit-base/netkit-base-0.17-r9.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -6,8 +6,8 @@ EAPI=7
inherit toolchain-funcs
DESCRIPTION="Old-style inetd"
-HOMEPAGE="ftp://ftp.uk.linux.org/pub/linux/Networking/netkit/"
-SRC_URI="ftp://ftp.uk.linux.org/pub/linux/Networking/netkit/${P}.tar.gz"
+HOMEPAGE="https://wiki.linuxfoundation.org/networking/netkit"
+SRC_URI="http://ftp.linux.org.uk/pub/linux/Networking/netkit/${P}.tar.gz"
LICENSE="BSD"
SLOT="0"
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sys-apps/netkit-base/
@ 2024-09-16 17:58 Mike Gilbert
0 siblings, 0 replies; 3+ messages in thread
From: Mike Gilbert @ 2024-09-16 17:58 UTC (permalink / raw
To: gentoo-commits
commit: 5175020a0239ec2bcf4c3aaf75fc7ec9f6203e2f
Author: Mike Gilbert <floppym <AT> gentoo <DOT> org>
AuthorDate: Mon Sep 16 17:54:24 2024 +0000
Commit: Mike Gilbert <floppym <AT> gentoo <DOT> org>
CommitDate: Mon Sep 16 17:56:30 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5175020a
sys-apps/netkit-base: add blocker on net-misc/initutils
Bug: https://bugs.gentoo.org/939756
Signed-off-by: Mike Gilbert <floppym <AT> gentoo.org>
.../{netkit-base-0.17-r9.ebuild => netkit-base-0.17-r10.ebuild} | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)
diff --git a/sys-apps/netkit-base/netkit-base-0.17-r9.ebuild b/sys-apps/netkit-base/netkit-base-0.17-r10.ebuild
similarity index 93%
rename from sys-apps/netkit-base/netkit-base-0.17-r9.ebuild
rename to sys-apps/netkit-base/netkit-base-0.17-r10.ebuild
index c9c77170e7e0..2051ac7abf3c 100644
--- a/sys-apps/netkit-base/netkit-base-0.17-r9.ebuild
+++ b/sys-apps/netkit-base/netkit-base-0.17-r10.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -13,6 +13,10 @@ LICENSE="BSD"
SLOT="0"
KEYWORDS="~alpha amd64 ~arm ~hppa ~mips ppc ppc64 sparc x86"
+RDEPEND="
+ !net-misc/inetutils[inetd]
+"
+
PATCHES=(
"${FILESDIR}"/003_all_netkit-base-0.17-gcc4.patch
"${FILESDIR}"/004_all_netkit-base-0.17-misc-fixes.patch
^ permalink raw reply related [flat|nested] 3+ messages in thread
end of thread, other threads:[~2024-09-16 17:58 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-09-16 17:58 [gentoo-commits] repo/gentoo:master commit in: sys-apps/netkit-base/ Mike Gilbert
-- strict thread matches above, loose matches on Subject: below --
2022-10-05 23:52 Mike Gilbert
2020-10-24 13:21 David Seifert
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox