public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: net-misc/telnet-bsd/
@ 2015-09-18 22:24 Marc Schiffbauer
  0 siblings, 0 replies; 20+ messages in thread
From: Marc Schiffbauer @ 2015-09-18 22:24 UTC (permalink / raw
  To: gentoo-commits

commit:     4cd1d0c8dc15eda10675434b902f0876a3bfd964
Author:     Marc Schiffbauer <mschiff <AT> gentoo <DOT> org>
AuthorDate: Fri Sep 18 22:23:17 2015 +0000
Commit:     Marc Schiffbauer <mschiff <AT> gentoo <DOT> org>
CommitDate: Fri Sep 18 22:23:17 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4cd1d0c8

net-misc/telnet-bsd: add slot operator to sys-libs/ncurses RDEPEND

Package-Manager: portage-2.2.20.1

 net-misc/telnet-bsd/telnet-bsd-1.2-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-misc/telnet-bsd/telnet-bsd-1.2-r1.ebuild b/net-misc/telnet-bsd/telnet-bsd-1.2-r1.ebuild
index 2835c72..7d8e306 100644
--- a/net-misc/telnet-bsd/telnet-bsd-1.2-r1.ebuild
+++ b/net-misc/telnet-bsd/telnet-bsd-1.2-r1.ebuild
@@ -14,7 +14,7 @@ SLOT="0"
 KEYWORDS="alpha amd64 arm hppa ia64 m68k ppc ppc64 s390 sh sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~x64-macos"
 IUSE="nls xinetd"
 
-RDEPEND="sys-libs/ncurses"
+RDEPEND="sys-libs/ncurses:="
 DEPEND="${RDEPEND}
 	!net-misc/netkit-telnetd
 	xinetd? ( sys-apps/xinetd )


^ permalink raw reply related	[flat|nested] 20+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: net-misc/telnet-bsd/
@ 2015-09-18 22:24 Marc Schiffbauer
  0 siblings, 0 replies; 20+ messages in thread
From: Marc Schiffbauer @ 2015-09-18 22:24 UTC (permalink / raw
  To: gentoo-commits

commit:     9b3283cc25e5f70e536c069d529862d1977e950c
Author:     Marc Schiffbauer <mschiff <AT> gentoo <DOT> org>
AuthorDate: Fri Sep 18 22:18:30 2015 +0000
Commit:     Marc Schiffbauer <mschiff <AT> gentoo <DOT> org>
CommitDate: Fri Sep 18 22:18:30 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9b3283cc

net-misc/telnet-bsd: fix header

Package-Manager: portage-2.2.20.1

 net-misc/telnet-bsd/telnet-bsd-1.2-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-misc/telnet-bsd/telnet-bsd-1.2-r1.ebuild b/net-misc/telnet-bsd/telnet-bsd-1.2-r1.ebuild
index 3861486..2835c72 100644
--- a/net-misc/telnet-bsd/telnet-bsd-1.2-r1.ebuild
+++ b/net-misc/telnet-bsd/telnet-bsd-1.2-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 


^ permalink raw reply related	[flat|nested] 20+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: net-misc/telnet-bsd/
@ 2015-09-18 22:24 Marc Schiffbauer
  0 siblings, 0 replies; 20+ messages in thread
From: Marc Schiffbauer @ 2015-09-18 22:24 UTC (permalink / raw
  To: gentoo-commits

commit:     2a6eb017f6706dfd4c3f27888969ff5a417aa422
Author:     Marc Schiffbauer <mschiff <AT> gentoo <DOT> org>
AuthorDate: Fri Sep 18 22:18:02 2015 +0000
Commit:     Marc Schiffbauer <mschiff <AT> gentoo <DOT> org>
CommitDate: Fri Sep 18 22:18:02 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2a6eb017

net-misc/telnet-bsd: fix build with force --as-needed

Fixes #559154
Thanks to Lars Wendler and Felix Janda

Package-Manager: portage-2.2.20.1

 net-misc/telnet-bsd/telnet-bsd-1.2-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-misc/telnet-bsd/telnet-bsd-1.2-r1.ebuild b/net-misc/telnet-bsd/telnet-bsd-1.2-r1.ebuild
index 0a5ea05..3861486 100644
--- a/net-misc/telnet-bsd/telnet-bsd-1.2-r1.ebuild
+++ b/net-misc/telnet-bsd/telnet-bsd-1.2-r1.ebuild
@@ -33,7 +33,7 @@ src_configure() {
 	fi
 
 	econf
-	emake CFLAGS="${CFLAGS} $("$(tc-getPKG_CONFIG)" --libs ncurses)"
+	emake LIBS="$("$(tc-getPKG_CONFIG)" --libs ncurses)"
 }
 
 src_install() {


^ permalink raw reply related	[flat|nested] 20+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: net-misc/telnet-bsd/
@ 2020-03-18 22:16 Marc Schiffbauer
  0 siblings, 0 replies; 20+ messages in thread
From: Marc Schiffbauer @ 2020-03-18 22:16 UTC (permalink / raw
  To: gentoo-commits

commit:     3d030cc3f941305e13a5f7318e17fd8412d608c8
Author:     Marc Schiffbauer <mschiff <AT> gentoo <DOT> org>
AuthorDate: Wed Mar 18 22:14:24 2020 +0000
Commit:     Marc Schiffbauer <mschiff <AT> gentoo <DOT> org>
CommitDate: Wed Mar 18 22:15:02 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3d030cc3

net-misc/telnet-bsd: Fix SRC_URI (#713216)

Closes: https://bugs.gentoo.org/713216
Package-Manager: Portage-2.3.89, Repoman-2.3.20
Signed-off-by: Marc Schiffbauer <mschiff <AT> gentoo.org>

 net-misc/telnet-bsd/telnet-bsd-1.2-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-misc/telnet-bsd/telnet-bsd-1.2-r1.ebuild b/net-misc/telnet-bsd/telnet-bsd-1.2-r1.ebuild
index 8fc40fcfe23..96527c5c15e 100644
--- a/net-misc/telnet-bsd/telnet-bsd-1.2-r1.ebuild
+++ b/net-misc/telnet-bsd/telnet-bsd-1.2-r1.ebuild
@@ -6,7 +6,7 @@ inherit eutils autotools toolchain-funcs
 
 DESCRIPTION="Telnet and telnetd ported from OpenBSD with IPv6 support"
 HOMEPAGE="ftp://ftp.suse.com/pub/people/kukuk/ipv6/"
-SRC_URI="ftp://ftp.suse.com/pub/people/kukuk/ipv6/${P}.tar.bz2"
+SRC_URI="https://dev.gentoo.org/~mschiff/distfiles/${P}.tar.bz2"
 
 LICENSE="BSD"
 SLOT="0"


^ permalink raw reply related	[flat|nested] 20+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: net-misc/telnet-bsd/
@ 2020-03-21 11:27 Mart Raudsepp
  0 siblings, 0 replies; 20+ messages in thread
From: Mart Raudsepp @ 2020-03-21 11:27 UTC (permalink / raw
  To: gentoo-commits

commit:     89ee82acd77e9856ef1c0250f57cdf2c10259ee3
Author:     Mart Raudsepp <leio <AT> gentoo <DOT> org>
AuthorDate: Sat Mar 21 11:27:20 2020 +0000
Commit:     Mart Raudsepp <leio <AT> gentoo <DOT> org>
CommitDate: Sat Mar 21 11:27:20 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=89ee82ac

net-misc/telnet-bsd: arm64 keyworded (bug #704958)

Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Mart Raudsepp <leio <AT> gentoo.org>

 net-misc/telnet-bsd/telnet-bsd-1.2-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-misc/telnet-bsd/telnet-bsd-1.2-r1.ebuild b/net-misc/telnet-bsd/telnet-bsd-1.2-r1.ebuild
index 96527c5c15e..e84ce3b4d87 100644
--- a/net-misc/telnet-bsd/telnet-bsd-1.2-r1.ebuild
+++ b/net-misc/telnet-bsd/telnet-bsd-1.2-r1.ebuild
@@ -10,7 +10,7 @@ SRC_URI="https://dev.gentoo.org/~mschiff/distfiles/${P}.tar.bz2"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm hppa ia64 m68k ppc ppc64 s390 sh sparc x86 ~amd64-linux ~x86-linux ~x64-macos"
+KEYWORDS="~alpha amd64 arm ~arm64 hppa ia64 m68k ppc ppc64 s390 sh sparc x86 ~amd64-linux ~x86-linux ~x64-macos"
 IUSE="nls xinetd"
 
 RDEPEND="sys-libs/ncurses:="


^ permalink raw reply related	[flat|nested] 20+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: net-misc/telnet-bsd/
@ 2021-05-06 10:01 Sam James
  0 siblings, 0 replies; 20+ messages in thread
From: Sam James @ 2021-05-06 10:01 UTC (permalink / raw
  To: gentoo-commits

commit:     2072871a768d89e0d4b8c2ddde4abcc2862094b1
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu May  6 09:58:48 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu May  6 09:58:48 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2072871a

net-misc/telnet-bsd: Stabilize 1.2-r1 arm64, #787791

Signed-off-by: Sam James <sam <AT> gentoo.org>

 net-misc/telnet-bsd/telnet-bsd-1.2-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-misc/telnet-bsd/telnet-bsd-1.2-r1.ebuild b/net-misc/telnet-bsd/telnet-bsd-1.2-r1.ebuild
index f2de7105394..d9185075752 100644
--- a/net-misc/telnet-bsd/telnet-bsd-1.2-r1.ebuild
+++ b/net-misc/telnet-bsd/telnet-bsd-1.2-r1.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://dev.gentoo.org/~mschiff/distfiles/${P}.tar.bz2"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~m68k ppc ppc64 ~s390 sparc x86 ~amd64-linux ~x86-linux ~x64-macos"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ppc ppc64 ~s390 sparc x86 ~amd64-linux ~x86-linux ~x64-macos"
 IUSE="nls xinetd"
 
 RDEPEND="sys-libs/ncurses:="


^ permalink raw reply related	[flat|nested] 20+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: net-misc/telnet-bsd/
@ 2021-11-14 13:48 Jakov Smolić
  0 siblings, 0 replies; 20+ messages in thread
From: Jakov Smolić @ 2021-11-14 13:48 UTC (permalink / raw
  To: gentoo-commits

commit:     7a3c20ce5652f1ebbd037345dfd0d740883393af
Author:     Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
AuthorDate: Sun Nov 14 13:43:25 2021 +0000
Commit:     Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
CommitDate: Sun Nov 14 13:43:25 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7a3c20ce

net-misc/telnet-bsd: Port to EAPI 8

Closes: https://bugs.gentoo.org/819291
Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org>

 ...-bsd-1.2-r1.ebuild => telnet-bsd-1.2-r2.ebuild} | 32 ++++++++++++++--------
 1 file changed, 20 insertions(+), 12 deletions(-)

diff --git a/net-misc/telnet-bsd/telnet-bsd-1.2-r1.ebuild b/net-misc/telnet-bsd/telnet-bsd-1.2-r2.ebuild
similarity index 71%
rename from net-misc/telnet-bsd/telnet-bsd-1.2-r1.ebuild
rename to net-misc/telnet-bsd/telnet-bsd-1.2-r2.ebuild
index d9185075752c..f7e8097c0bcc 100644
--- a/net-misc/telnet-bsd/telnet-bsd-1.2-r1.ebuild
+++ b/net-misc/telnet-bsd/telnet-bsd-1.2-r2.ebuild
@@ -1,9 +1,9 @@
 # Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=5
+EAPI=8
 
-inherit autotools epatch toolchain-funcs
+inherit autotools toolchain-funcs
 
 DESCRIPTION="Telnet and telnetd ported from OpenBSD with IPv6 support"
 HOMEPAGE="ftp://ftp.suse.com/pub/people/kukuk/ipv6/"
@@ -14,16 +14,23 @@ SLOT="0"
 KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ppc ppc64 ~s390 sparc x86 ~amd64-linux ~x86-linux ~x64-macos"
 IUSE="nls xinetd"
 
-RDEPEND="sys-libs/ncurses:="
-DEPEND="${RDEPEND}
+RDEPEND="
+	sys-libs/ncurses:=
 	!net-misc/netkit-telnetd
-	xinetd? ( sys-apps/xinetd )
-	virtual/pkgconfig"
+"
+RDEPEND="${DEPEND}
+	xinetd? ( sys-apps/xinetd   )
+	!net-misc/netkit-telnetd
+"
+BDEPEND="virtual/pkgconfig"
+
+PATCHES=(
+	"${FILESDIR}"/${P}-fbsd.patch
+	"${FILESDIR}"/${PN}-1.2-format-security.patch
+)
 
 src_prepare() {
-	epatch "${FILESDIR}"/${P}-fbsd.patch
-	epatch "${FILESDIR}"/${PN}-1.2-format-security.patch
-	eaclocal
+	default
 	eautoreconf
 }
 
@@ -34,16 +41,17 @@ src_configure() {
 	fi
 
 	econf
+}
+
+src_compile() {
 	emake LIBS="$("$(tc-getPKG_CONFIG)" --libs ncurses)"
 }
 
 src_install() {
-	emake DESTDIR="${D}" install
+	default
 
 	if use xinetd ; then
 		insinto /etc/xinetd.d
 		newins "${FILESDIR}"/telnetd.xinetd telnetd
 	fi
-
-	dodoc README THANKS NEWS AUTHORS ChangeLog INSTALL
 }


^ permalink raw reply related	[flat|nested] 20+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: net-misc/telnet-bsd/
@ 2022-01-04  3:29 Sam James
  0 siblings, 0 replies; 20+ messages in thread
From: Sam James @ 2022-01-04  3:29 UTC (permalink / raw
  To: gentoo-commits

commit:     9852f3815369f5553e5b0d9c09bd64fd12b65772
Author:     David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Mon Jan  3 16:13:09 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Jan  4 03:28:49 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9852f381

net-misc/telnet-bsd: remove kernel_FreeBSD

Signed-off-by: David Seifert <soap <AT> gentoo.org>
Signed-off-by: Sam James <sam <AT> gentoo.org>

 net-misc/telnet-bsd/telnet-bsd-1.2-r2.ebuild | 11 +----------
 1 file changed, 1 insertion(+), 10 deletions(-)

diff --git a/net-misc/telnet-bsd/telnet-bsd-1.2-r2.ebuild b/net-misc/telnet-bsd/telnet-bsd-1.2-r2.ebuild
index f7e8097c0bcc..8104f65f02de 100644
--- a/net-misc/telnet-bsd/telnet-bsd-1.2-r2.ebuild
+++ b/net-misc/telnet-bsd/telnet-bsd-1.2-r2.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=8
@@ -34,15 +34,6 @@ src_prepare() {
 	eautoreconf
 }
 
-src_configure() {
-	# FreeBSD doesn't seem to support PIE neither does hppa
-	if use kernel_FreeBSD; then
-		export libc_cv_fpie="no"
-	fi
-
-	econf
-}
-
 src_compile() {
 	emake LIBS="$("$(tc-getPKG_CONFIG)" --libs ncurses)"
 }


^ permalink raw reply related	[flat|nested] 20+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: net-misc/telnet-bsd/
@ 2022-03-27  8:54 Marc Schiffbauer
  0 siblings, 0 replies; 20+ messages in thread
From: Marc Schiffbauer @ 2022-03-27  8:54 UTC (permalink / raw
  To: gentoo-commits

commit:     ca195cb74d178247afd749b141c1ddf686421e6f
Author:     Marc Schiffbauer <mschiff <AT> gentoo <DOT> org>
AuthorDate: Sun Mar 27 08:54:18 2022 +0000
Commit:     Marc Schiffbauer <mschiff <AT> gentoo <DOT> org>
CommitDate: Sun Mar 27 08:54:18 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ca195cb7

net-misc/telnet-bsd: destabilize 1.2-r3

Signed-off-by: Marc Schiffbauer <mschiff <AT> gentoo.org>

 net-misc/telnet-bsd/telnet-bsd-1.2-r3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-misc/telnet-bsd/telnet-bsd-1.2-r3.ebuild b/net-misc/telnet-bsd/telnet-bsd-1.2-r3.ebuild
index 65a05099bf70..c131d25aed1d 100644
--- a/net-misc/telnet-bsd/telnet-bsd-1.2-r3.ebuild
+++ b/net-misc/telnet-bsd/telnet-bsd-1.2-r3.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://dev.gentoo.org/~mschiff/distfiles/${P}.tar.bz2"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ppc ppc64 ~s390 sparc x86 ~amd64-linux ~x86-linux ~x64-macos"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~ppc ~ppc64 ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~x64-macos"
 IUSE="nls xinetd"
 
 RDEPEND="


^ permalink raw reply related	[flat|nested] 20+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: net-misc/telnet-bsd/
@ 2022-05-27 19:34 Jakov Smolić
  0 siblings, 0 replies; 20+ messages in thread
From: Jakov Smolić @ 2022-05-27 19:34 UTC (permalink / raw
  To: gentoo-commits

commit:     5f857ea61c10390a2fbaefdcff1665f1a976d17e
Author:     Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
AuthorDate: Fri May 27 19:32:23 2022 +0000
Commit:     Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
CommitDate: Fri May 27 19:32:23 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5f857ea6

net-misc/telnet-bsd: keyword 1.2-r3 for ~riscv

Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org>

 net-misc/telnet-bsd/telnet-bsd-1.2-r3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-misc/telnet-bsd/telnet-bsd-1.2-r3.ebuild b/net-misc/telnet-bsd/telnet-bsd-1.2-r3.ebuild
index c131d25aed1d..db4c5fe6c4dc 100644
--- a/net-misc/telnet-bsd/telnet-bsd-1.2-r3.ebuild
+++ b/net-misc/telnet-bsd/telnet-bsd-1.2-r3.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://dev.gentoo.org/~mschiff/distfiles/${P}.tar.bz2"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~ppc ~ppc64 ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~x64-macos"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~x64-macos"
 IUSE="nls xinetd"
 
 RDEPEND="


^ permalink raw reply related	[flat|nested] 20+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: net-misc/telnet-bsd/
@ 2022-07-15 13:26 Sam James
  0 siblings, 0 replies; 20+ messages in thread
From: Sam James @ 2022-07-15 13:26 UTC (permalink / raw
  To: gentoo-commits

commit:     b0a697f3f516fbc6508a4a9f965a48a3ef0d9644
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri Jul 15 13:22:31 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Jul 15 13:22:31 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b0a697f3

net-misc/telnet-bsd: fix RDEPEND

Signed-off-by: Sam James <sam <AT> gentoo.org>

 .../telnet-bsd/{telnet-bsd-1.2-r3.ebuild => telnet-bsd-1.2-r4.ebuild} | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/net-misc/telnet-bsd/telnet-bsd-1.2-r3.ebuild b/net-misc/telnet-bsd/telnet-bsd-1.2-r4.ebuild
similarity index 96%
rename from net-misc/telnet-bsd/telnet-bsd-1.2-r3.ebuild
rename to net-misc/telnet-bsd/telnet-bsd-1.2-r4.ebuild
index db4c5fe6c4dc..890dc085eabe 100644
--- a/net-misc/telnet-bsd/telnet-bsd-1.2-r3.ebuild
+++ b/net-misc/telnet-bsd/telnet-bsd-1.2-r4.ebuild
@@ -14,12 +14,12 @@ SLOT="0"
 KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~x64-macos"
 IUSE="nls xinetd"
 
-RDEPEND="
+DEPEND="
 	sys-libs/ncurses:=
 	!net-misc/netkit-telnetd
 "
 RDEPEND="${DEPEND}
-	xinetd? ( sys-apps/xinetd   )
+	xinetd? ( sys-apps/xinetd )
 	!net-misc/netkit-telnetd
 "
 BDEPEND="virtual/pkgconfig"


^ permalink raw reply related	[flat|nested] 20+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: net-misc/telnet-bsd/
@ 2022-09-23  1:27 Sam James
  0 siblings, 0 replies; 20+ messages in thread
From: Sam James @ 2022-09-23  1:27 UTC (permalink / raw
  To: gentoo-commits

commit:     eef026f5c3684af563f6cdc445bada93d1ded723
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri Sep 23 01:26:31 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Sep 23 01:26:31 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eef026f5

net-misc/telnet-bsd: Stabilize 1.2-r4 arm, #872425

Signed-off-by: Sam James <sam <AT> gentoo.org>

 net-misc/telnet-bsd/telnet-bsd-1.2-r4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-misc/telnet-bsd/telnet-bsd-1.2-r4.ebuild b/net-misc/telnet-bsd/telnet-bsd-1.2-r4.ebuild
index 890dc085eabe..59487e44292a 100644
--- a/net-misc/telnet-bsd/telnet-bsd-1.2-r4.ebuild
+++ b/net-misc/telnet-bsd/telnet-bsd-1.2-r4.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://dev.gentoo.org/~mschiff/distfiles/${P}.tar.bz2"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~x64-macos"
+KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ~ia64 ~m68k ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~x64-macos"
 IUSE="nls xinetd"
 
 DEPEND="


^ permalink raw reply related	[flat|nested] 20+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: net-misc/telnet-bsd/
@ 2022-09-23  2:18 Sam James
  0 siblings, 0 replies; 20+ messages in thread
From: Sam James @ 2022-09-23  2:18 UTC (permalink / raw
  To: gentoo-commits

commit:     a085b75079f3f09127fcadcef82b045d71b7de20
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri Sep 23 02:17:57 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Sep 23 02:17:57 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a085b750

net-misc/telnet-bsd: Stabilize 1.2-r4 arm64, #872425

Signed-off-by: Sam James <sam <AT> gentoo.org>

 net-misc/telnet-bsd/telnet-bsd-1.2-r4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-misc/telnet-bsd/telnet-bsd-1.2-r4.ebuild b/net-misc/telnet-bsd/telnet-bsd-1.2-r4.ebuild
index 59487e44292a..f0278507a214 100644
--- a/net-misc/telnet-bsd/telnet-bsd-1.2-r4.ebuild
+++ b/net-misc/telnet-bsd/telnet-bsd-1.2-r4.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://dev.gentoo.org/~mschiff/distfiles/${P}.tar.bz2"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ~ia64 ~m68k ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~x64-macos"
+KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ~ia64 ~m68k ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~x64-macos"
 IUSE="nls xinetd"
 
 DEPEND="


^ permalink raw reply related	[flat|nested] 20+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: net-misc/telnet-bsd/
@ 2022-09-23  2:19 Sam James
  0 siblings, 0 replies; 20+ messages in thread
From: Sam James @ 2022-09-23  2:19 UTC (permalink / raw
  To: gentoo-commits

commit:     fe1a20b602ed37b104525d0c9655d3f69c680ec1
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri Sep 23 02:18:44 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Sep 23 02:18:44 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fe1a20b6

net-misc/telnet-bsd: Stabilize 1.2-r4 amd64, #872425

Signed-off-by: Sam James <sam <AT> gentoo.org>

 net-misc/telnet-bsd/telnet-bsd-1.2-r4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-misc/telnet-bsd/telnet-bsd-1.2-r4.ebuild b/net-misc/telnet-bsd/telnet-bsd-1.2-r4.ebuild
index 9ead87917a43..fb17df0fd58b 100644
--- a/net-misc/telnet-bsd/telnet-bsd-1.2-r4.ebuild
+++ b/net-misc/telnet-bsd/telnet-bsd-1.2-r4.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://dev.gentoo.org/~mschiff/distfiles/${P}.tar.bz2"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ~ia64 ~m68k ~ppc ~ppc64 ~riscv ~s390 ~sparc x86 ~amd64-linux ~x86-linux ~x64-macos"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~ppc ~ppc64 ~riscv ~s390 ~sparc x86 ~amd64-linux ~x86-linux ~x64-macos"
 IUSE="nls xinetd"
 
 DEPEND="


^ permalink raw reply related	[flat|nested] 20+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: net-misc/telnet-bsd/
@ 2022-09-23  2:19 Sam James
  0 siblings, 0 replies; 20+ messages in thread
From: Sam James @ 2022-09-23  2:19 UTC (permalink / raw
  To: gentoo-commits

commit:     57a8c57a031d51aa61fc307eaa13f832a43dce68
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri Sep 23 02:18:27 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Sep 23 02:18:27 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=57a8c57a

net-misc/telnet-bsd: Stabilize 1.2-r4 x86, #872425

Signed-off-by: Sam James <sam <AT> gentoo.org>

 net-misc/telnet-bsd/telnet-bsd-1.2-r4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-misc/telnet-bsd/telnet-bsd-1.2-r4.ebuild b/net-misc/telnet-bsd/telnet-bsd-1.2-r4.ebuild
index f0278507a214..9ead87917a43 100644
--- a/net-misc/telnet-bsd/telnet-bsd-1.2-r4.ebuild
+++ b/net-misc/telnet-bsd/telnet-bsd-1.2-r4.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://dev.gentoo.org/~mschiff/distfiles/${P}.tar.bz2"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ~ia64 ~m68k ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~x64-macos"
+KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ~ia64 ~m68k ~ppc ~ppc64 ~riscv ~s390 ~sparc x86 ~amd64-linux ~x86-linux ~x64-macos"
 IUSE="nls xinetd"
 
 DEPEND="


^ permalink raw reply related	[flat|nested] 20+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: net-misc/telnet-bsd/
@ 2022-09-23  5:41 Arthur Zamarin
  0 siblings, 0 replies; 20+ messages in thread
From: Arthur Zamarin @ 2022-09-23  5:41 UTC (permalink / raw
  To: gentoo-commits

commit:     47cb0cc8072101a59938ab5b5c9c7a1f2cfb6b7d
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Fri Sep 23 05:41:39 2022 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Fri Sep 23 05:41:39 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=47cb0cc8

net-misc/telnet-bsd: Stabilize 1.2-r4 ppc, #872425

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 net-misc/telnet-bsd/telnet-bsd-1.2-r4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-misc/telnet-bsd/telnet-bsd-1.2-r4.ebuild b/net-misc/telnet-bsd/telnet-bsd-1.2-r4.ebuild
index fb17df0fd58b..cf1da25a3ec4 100644
--- a/net-misc/telnet-bsd/telnet-bsd-1.2-r4.ebuild
+++ b/net-misc/telnet-bsd/telnet-bsd-1.2-r4.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://dev.gentoo.org/~mschiff/distfiles/${P}.tar.bz2"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~ppc ~ppc64 ~riscv ~s390 ~sparc x86 ~amd64-linux ~x86-linux ~x64-macos"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ppc ~ppc64 ~riscv ~s390 ~sparc x86 ~amd64-linux ~x86-linux ~x64-macos"
 IUSE="nls xinetd"
 
 DEPEND="


^ permalink raw reply related	[flat|nested] 20+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: net-misc/telnet-bsd/
@ 2022-09-23  5:41 Arthur Zamarin
  0 siblings, 0 replies; 20+ messages in thread
From: Arthur Zamarin @ 2022-09-23  5:41 UTC (permalink / raw
  To: gentoo-commits

commit:     738e044bad2bf3ba99c6d566ee3542f93484ec17
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Fri Sep 23 05:41:40 2022 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Fri Sep 23 05:41:40 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=738e044b

net-misc/telnet-bsd: Stabilize 1.2-r4 ppc64, #872425

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 net-misc/telnet-bsd/telnet-bsd-1.2-r4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-misc/telnet-bsd/telnet-bsd-1.2-r4.ebuild b/net-misc/telnet-bsd/telnet-bsd-1.2-r4.ebuild
index cf1da25a3ec4..fcd67845c5a8 100644
--- a/net-misc/telnet-bsd/telnet-bsd-1.2-r4.ebuild
+++ b/net-misc/telnet-bsd/telnet-bsd-1.2-r4.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://dev.gentoo.org/~mschiff/distfiles/${P}.tar.bz2"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ppc ~ppc64 ~riscv ~s390 ~sparc x86 ~amd64-linux ~x86-linux ~x64-macos"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ppc ppc64 ~riscv ~s390 ~sparc x86 ~amd64-linux ~x86-linux ~x64-macos"
 IUSE="nls xinetd"
 
 DEPEND="


^ permalink raw reply related	[flat|nested] 20+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: net-misc/telnet-bsd/
@ 2022-09-23  6:24 Arthur Zamarin
  0 siblings, 0 replies; 20+ messages in thread
From: Arthur Zamarin @ 2022-09-23  6:24 UTC (permalink / raw
  To: gentoo-commits

commit:     6e01a8b116113ced0ffe6ff91b1cf1d53626f9ed
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Fri Sep 23 06:24:08 2022 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Fri Sep 23 06:24:08 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6e01a8b1

net-misc/telnet-bsd: Stabilize 1.2-r4 sparc, #872425

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 net-misc/telnet-bsd/telnet-bsd-1.2-r4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-misc/telnet-bsd/telnet-bsd-1.2-r4.ebuild b/net-misc/telnet-bsd/telnet-bsd-1.2-r4.ebuild
index fcd67845c5a8..94c8218b9b22 100644
--- a/net-misc/telnet-bsd/telnet-bsd-1.2-r4.ebuild
+++ b/net-misc/telnet-bsd/telnet-bsd-1.2-r4.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://dev.gentoo.org/~mschiff/distfiles/${P}.tar.bz2"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ppc ppc64 ~riscv ~s390 ~sparc x86 ~amd64-linux ~x86-linux ~x64-macos"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~x64-macos"
 IUSE="nls xinetd"
 
 DEPEND="


^ permalink raw reply related	[flat|nested] 20+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: net-misc/telnet-bsd/
@ 2023-06-28 21:17 Sam James
  0 siblings, 0 replies; 20+ messages in thread
From: Sam James @ 2023-06-28 21:17 UTC (permalink / raw
  To: gentoo-commits

commit:     16f1d78f56032c601da9e220e83d5bd833363136
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Jun 28 21:16:41 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Jun 28 21:16:41 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=16f1d78f

net-misc/telnet-bsd: add missing selinux policy dep

Signed-off-by: Sam James <sam <AT> gentoo.org>

 net-misc/telnet-bsd/telnet-bsd-1.2-r4.ebuild | 8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

diff --git a/net-misc/telnet-bsd/telnet-bsd-1.2-r4.ebuild b/net-misc/telnet-bsd/telnet-bsd-1.2-r4.ebuild
index c1e8dc327468..8ba189abbfd1 100644
--- a/net-misc/telnet-bsd/telnet-bsd-1.2-r4.ebuild
+++ b/net-misc/telnet-bsd/telnet-bsd-1.2-r4.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -12,13 +12,15 @@ SRC_URI="https://dev.gentoo.org/~mschiff/distfiles/${P}.tar.bz2"
 LICENSE="BSD"
 SLOT="0"
 KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~arm64-macos ~x64-macos"
-IUSE="nls xinetd"
+IUSE="nls selinux xinetd"
 
 DEPEND="
 	sys-libs/ncurses:=
 	!net-misc/netkit-telnetd
 "
-RDEPEND="${DEPEND}
+RDEPEND="
+	${DEPEND}
+	selinux? ( sec-policy/selinux-telnet )
 	xinetd? ( sys-apps/xinetd )
 	!net-misc/netkit-telnetd
 "


^ permalink raw reply related	[flat|nested] 20+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: net-misc/telnet-bsd/
@ 2024-08-03 16:53 Mike Gilbert
  0 siblings, 0 replies; 20+ messages in thread
From: Mike Gilbert @ 2024-08-03 16:53 UTC (permalink / raw
  To: gentoo-commits

commit:     dbda29cd2dc296ccf0e2a92de7001b0f3a0abe3d
Author:     Mike Gilbert <floppym <AT> gentoo <DOT> org>
AuthorDate: Sat Aug  3 16:50:01 2024 +0000
Commit:     Mike Gilbert <floppym <AT> gentoo <DOT> org>
CommitDate: Sat Aug  3 16:53:08 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dbda29cd

net-misc/telnet-bsd: add blocker net-misc/inetutils

Bug: https://bugs.gentoo.org/927455
Signed-off-by: Mike Gilbert <floppym <AT> gentoo.org>

 .../telnet-bsd/{telnet-bsd-1.2-r4.ebuild => telnet-bsd-1.2-r5.ebuild} | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/net-misc/telnet-bsd/telnet-bsd-1.2-r4.ebuild b/net-misc/telnet-bsd/telnet-bsd-1.2-r5.ebuild
similarity index 91%
rename from net-misc/telnet-bsd/telnet-bsd-1.2-r4.ebuild
rename to net-misc/telnet-bsd/telnet-bsd-1.2-r5.ebuild
index 582837e7ab7c..1a89db5b5c43 100644
--- a/net-misc/telnet-bsd/telnet-bsd-1.2-r4.ebuild
+++ b/net-misc/telnet-bsd/telnet-bsd-1.2-r5.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -23,6 +23,8 @@ RDEPEND="
 	selinux? ( sec-policy/selinux-telnet )
 	xinetd? ( sys-apps/xinetd )
 	!net-misc/netkit-telnetd
+	!net-misc/inetutils[telnet(-)]
+	!net-misc/inetutils[telnetd(-)]
 "
 BDEPEND="virtual/pkgconfig"
 


^ permalink raw reply related	[flat|nested] 20+ messages in thread

end of thread, other threads:[~2024-08-03 16:53 UTC | newest]

Thread overview: 20+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-09-18 22:24 [gentoo-commits] repo/gentoo:master commit in: net-misc/telnet-bsd/ Marc Schiffbauer
  -- strict thread matches above, loose matches on Subject: below --
2015-09-18 22:24 Marc Schiffbauer
2015-09-18 22:24 Marc Schiffbauer
2020-03-18 22:16 Marc Schiffbauer
2020-03-21 11:27 Mart Raudsepp
2021-05-06 10:01 Sam James
2021-11-14 13:48 Jakov Smolić
2022-01-04  3:29 Sam James
2022-03-27  8:54 Marc Schiffbauer
2022-05-27 19:34 Jakov Smolić
2022-07-15 13:26 Sam James
2022-09-23  1:27 Sam James
2022-09-23  2:18 Sam James
2022-09-23  2:19 Sam James
2022-09-23  2:19 Sam James
2022-09-23  5:41 Arthur Zamarin
2022-09-23  5:41 Arthur Zamarin
2022-09-23  6:24 Arthur Zamarin
2023-06-28 21:17 Sam James
2024-08-03 16:53 Mike Gilbert

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox