* [gentoo-commits] repo/gentoo:master commit in: net-misc/utelnetd/
@ 2024-12-24 13:26 Petr Vaněk
0 siblings, 0 replies; 7+ messages in thread
From: Petr Vaněk @ 2024-12-24 13:26 UTC (permalink / raw
To: gentoo-commits
commit: 7d71c2c304b828477994b69dee8616829a7f442d
Author: Petr Vaněk <arkamar <AT> gentoo <DOT> org>
AuthorDate: Tue Dec 24 13:25:45 2024 +0000
Commit: Petr Vaněk <arkamar <AT> gentoo <DOT> org>
CommitDate: Tue Dec 24 13:25:45 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7d71c2c3
net-misc/utelnetd: drop 0.1.11-r3
Bug: https://bugs.gentoo.org/897954
Signed-off-by: Petr Vaněk <arkamar <AT> gentoo.org>
net-misc/utelnetd/utelnetd-0.1.11-r3.ebuild | 34 -----------------------------
1 file changed, 34 deletions(-)
diff --git a/net-misc/utelnetd/utelnetd-0.1.11-r3.ebuild b/net-misc/utelnetd/utelnetd-0.1.11-r3.ebuild
deleted file mode 100644
index 7c072e0d028a..000000000000
--- a/net-misc/utelnetd/utelnetd-0.1.11-r3.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit flag-o-matic toolchain-funcs
-
-DESCRIPTION="Small telnet daemon derived from the Axis tools"
-HOMEPAGE="https://wiki.gentoo.org/wiki/No_homepage"
-SRC_URI="mirror://gentoo/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~s390 ~sparc ~x86"
-
-RDEPEND="sys-apps/shadow"
-
-src_prepare() {
- default
-
- sed -e "/(STRIP)/d" \
- -e "/^CC/s|=.*|= $(tc-getCC)|" \
- -e "/fomit-frame-pointer/d" \
- -i Makefile || die
-
- append-cppflags -D_GNU_SOURCE #871195
-}
-
-src_install() {
- dosbin utelnetd
- einstalldocs
-
- newinitd "${FILESDIR}"/utelnetd.initd utelnetd
-}
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-misc/utelnetd/
@ 2022-10-09 3:06 Ionen Wolkens
0 siblings, 0 replies; 7+ messages in thread
From: Ionen Wolkens @ 2022-10-09 3:06 UTC (permalink / raw
To: gentoo-commits
commit: a334c52ac48a3f169fe5abe81790d448c0c296fe
Author: Ionen Wolkens <ionen <AT> gentoo <DOT> org>
AuthorDate: Sun Oct 9 02:47:32 2022 +0000
Commit: Ionen Wolkens <ionen <AT> gentoo <DOT> org>
CommitDate: Sun Oct 9 02:55:13 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a334c52a
net-misc/utelnetd: fix build with upcoming clang16
(was revbumped at same time in previous commit for other compilers)
Closes: https://bugs.gentoo.org/871195
Signed-off-by: Ionen Wolkens <ionen <AT> gentoo.org>
net-misc/utelnetd/utelnetd-0.1.11-r3.ebuild | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/net-misc/utelnetd/utelnetd-0.1.11-r3.ebuild b/net-misc/utelnetd/utelnetd-0.1.11-r3.ebuild
index bc0ab879e6df..7c072e0d028a 100644
--- a/net-misc/utelnetd/utelnetd-0.1.11-r3.ebuild
+++ b/net-misc/utelnetd/utelnetd-0.1.11-r3.ebuild
@@ -3,7 +3,7 @@
EAPI=8
-inherit toolchain-funcs
+inherit flag-o-matic toolchain-funcs
DESCRIPTION="Small telnet daemon derived from the Axis tools"
HOMEPAGE="https://wiki.gentoo.org/wiki/No_homepage"
@@ -22,6 +22,8 @@ src_prepare() {
-e "/^CC/s|=.*|= $(tc-getCC)|" \
-e "/fomit-frame-pointer/d" \
-i Makefile || die
+
+ append-cppflags -D_GNU_SOURCE #871195
}
src_install() {
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-misc/utelnetd/
@ 2022-10-09 3:06 Ionen Wolkens
0 siblings, 0 replies; 7+ messages in thread
From: Ionen Wolkens @ 2022-10-09 3:06 UTC (permalink / raw
To: gentoo-commits
commit: 0224eae79fc34c0f22af5add9f8ed881bd0e2f3e
Author: Ionen Wolkens <ionen <AT> gentoo <DOT> org>
AuthorDate: Sun Oct 9 02:46:02 2022 +0000
Commit: Ionen Wolkens <ionen <AT> gentoo <DOT> org>
CommitDate: Sun Oct 9 02:46:02 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0224eae7
net-misc/utelnetd: EAPI6->8, adjust deps, remove dead urls
Signed-off-by: Ionen Wolkens <ionen <AT> gentoo.org>
net-misc/utelnetd/utelnetd-0.1.11-r2.ebuild | 34 -----------------------------
net-misc/utelnetd/utelnetd-0.1.11-r3.ebuild | 32 +++++++++++++++++++++++++++
2 files changed, 32 insertions(+), 34 deletions(-)
diff --git a/net-misc/utelnetd/utelnetd-0.1.11-r2.ebuild b/net-misc/utelnetd/utelnetd-0.1.11-r2.ebuild
deleted file mode 100644
index f5d7e79c6651..000000000000
--- a/net-misc/utelnetd/utelnetd-0.1.11-r2.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit toolchain-funcs
-
-DESCRIPTION="A small Telnet daemon, derived from the Axis tools"
-HOMEPAGE="http://www.pengutronix.de/software/utelnetd/index_en.html"
-SRC_URI="http://www.pengutronix.de/software/utelnetd/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~s390 ~sparc ~x86"
-IUSE=""
-
-DEPEND="sys-apps/shadow"
-
-src_prepare() {
- sed -i \
- -e "/(STRIP)/d" \
- -e "/^CC/s:=.*:= $(tc-getCC):" \
- -e "/fomit-frame-pointer/d" \
- Makefile || die
-
- default
-}
-
-src_install() {
- dosbin utelnetd
- dodoc ChangeLog README
-
- newinitd "${FILESDIR}"/utelnetd.initd utelnetd
-}
diff --git a/net-misc/utelnetd/utelnetd-0.1.11-r3.ebuild b/net-misc/utelnetd/utelnetd-0.1.11-r3.ebuild
new file mode 100644
index 000000000000..bc0ab879e6df
--- /dev/null
+++ b/net-misc/utelnetd/utelnetd-0.1.11-r3.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit toolchain-funcs
+
+DESCRIPTION="Small telnet daemon derived from the Axis tools"
+HOMEPAGE="https://wiki.gentoo.org/wiki/No_homepage"
+SRC_URI="mirror://gentoo/${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~s390 ~sparc ~x86"
+
+RDEPEND="sys-apps/shadow"
+
+src_prepare() {
+ default
+
+ sed -e "/(STRIP)/d" \
+ -e "/^CC/s|=.*|= $(tc-getCC)|" \
+ -e "/fomit-frame-pointer/d" \
+ -i Makefile || die
+}
+
+src_install() {
+ dosbin utelnetd
+ einstalldocs
+
+ newinitd "${FILESDIR}"/utelnetd.initd utelnetd
+}
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-misc/utelnetd/
@ 2020-03-07 17:02 Mikle Kolyada
0 siblings, 0 replies; 7+ messages in thread
From: Mikle Kolyada @ 2020-03-07 17:02 UTC (permalink / raw
To: gentoo-commits
commit: fcc9979046abb88cdcec2f6b3b0d554e344a9197
Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Sat Mar 7 17:02:13 2020 +0000
Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Sat Mar 7 17:02:32 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fcc99790
net-misc/utelnetd: migrate to sys-apps/shadow
Package-Manager: Portage-2.3.89, Repoman-2.3.20
Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org>
.../utelnetd/{utelnetd-0.1.11-r1.ebuild => utelnetd-0.1.11-r2.ebuild} | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/net-misc/utelnetd/utelnetd-0.1.11-r1.ebuild b/net-misc/utelnetd/utelnetd-0.1.11-r2.ebuild
similarity index 90%
rename from net-misc/utelnetd/utelnetd-0.1.11-r1.ebuild
rename to net-misc/utelnetd/utelnetd-0.1.11-r2.ebuild
index 4d3e7fdfa6f..f5d7e79c665 100644
--- a/net-misc/utelnetd/utelnetd-0.1.11-r1.ebuild
+++ b/net-misc/utelnetd/utelnetd-0.1.11-r2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -14,7 +14,7 @@ SLOT="0"
KEYWORDS="~amd64 ~ppc ~s390 ~sparc ~x86"
IUSE=""
-DEPEND="virtual/shadow"
+DEPEND="sys-apps/shadow"
src_prepare() {
sed -i \
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-misc/utelnetd/
@ 2017-03-26 18:55 Michael Orlitzky
0 siblings, 0 replies; 7+ messages in thread
From: Michael Orlitzky @ 2017-03-26 18:55 UTC (permalink / raw
To: gentoo-commits
commit: f50f0666387b7c89f73e910aa30403cd7fab5fc2
Author: Michael Orlitzky <mjo <AT> gentoo <DOT> org>
AuthorDate: Sun Mar 26 18:54:43 2017 +0000
Commit: Michael Orlitzky <mjo <AT> gentoo <DOT> org>
CommitDate: Sun Mar 26 18:54:43 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f50f0666
net-misc/utelnetd: remove unused version 0.1.9-r2.
Package-Manager: Portage-2.3.3, Repoman-2.3.1
net-misc/utelnetd/Manifest | 1 -
net-misc/utelnetd/utelnetd-0.1.9-r2.ebuild | 32 ------------------------------
2 files changed, 33 deletions(-)
diff --git a/net-misc/utelnetd/Manifest b/net-misc/utelnetd/Manifest
index 37b6a8d7579..a6fb817287e 100644
--- a/net-misc/utelnetd/Manifest
+++ b/net-misc/utelnetd/Manifest
@@ -1,2 +1 @@
DIST utelnetd-0.1.11.tar.gz 14548 SHA256 f7c8dc19351612d7c49fd2b1bc30cfb33b7fe24f183ba5e5d9bcb468e3757cd8 SHA512 96b34cba5b007ae0114810a1f7ef348b4db0f210b6f6a76b056420d4c7aa2c8f862253924d21add98d9db7736f9acb61a08084ddee7b8bfa1d4012776a0bb2db WHIRLPOOL f319f013fae1734132a0f93e7688e8a77389112104313cd4c9c91b4af9711f61789dc5acddfc8fabeeb3992aff48360ce1ce61c67376570027cacb14833ecfe5
-DIST utelnetd-0.1.9.tar.gz 15310 SHA256 fbc182ef314681b90a4f73049c6bf332dc93b7cbebbf39a6086a126ed2787346 SHA512 73773f9cba5104ea17fcf2d46c9862041a3121bf032893a304ecbc6ae34a1312a165f632ceeaceca341c1f1845a5756edd63ff207b6332526084fadab93c78c4 WHIRLPOOL ac55a3de6bb2d86b207da2f9c02e8ab8c287fed4d2b62473f4b9498763356f39282e58f541d0d7bc5fa935ac6e87ab42d41a56dcbba26fb4d034d72d279b267b
diff --git a/net-misc/utelnetd/utelnetd-0.1.9-r2.ebuild b/net-misc/utelnetd/utelnetd-0.1.9-r2.ebuild
deleted file mode 100644
index 3010f75ece9..00000000000
--- a/net-misc/utelnetd/utelnetd-0.1.9-r2.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit toolchain-funcs
-
-DESCRIPTION="A small Telnet daemon, derived from the Axis tools"
-HOMEPAGE="http://www.pengutronix.de/software/utelnetd_en.html"
-SRC_URI="http://www.pengutronix.de/software/utelnetd/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~s390 ~sparc ~x86"
-IUSE=""
-
-DEPEND="virtual/shadow"
-
-src_prepare() {
- sed -i \
- -e "/(STRIP)/d" \
- -e "/^CC/s:=.*:= $(tc-getCC):" \
- Makefile || die
- default
-}
-
-src_install() {
- dosbin utelnetd
- dodoc ChangeLog README
-
- newinitd "${FILESDIR}"/utelnetd.initd utelnetd
-}
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-misc/utelnetd/
@ 2016-05-04 1:02 Austin English
0 siblings, 0 replies; 7+ messages in thread
From: Austin English @ 2016-05-04 1:02 UTC (permalink / raw
To: gentoo-commits
commit: d3e1d51bee5e146cf4eb6f589f2bea429ef537eb
Author: Austin English <wizardedit <AT> gentoo <DOT> org>
AuthorDate: Wed May 4 00:59:32 2016 +0000
Commit: Austin English <wizardedit <AT> gentoo <DOT> org>
CommitDate: Wed May 4 00:59:32 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d3e1d51b
net-misc/utelnetd: use #!/sbin/openrc-run instead of #!/sbin/runscript
Gentoo-Bug: https://bugs.gentoo.org/573846
Package-Manager: portage-2.2.26
net-misc/utelnetd/utelnetd-0.1.11.ebuild | 35 ------------------------------
net-misc/utelnetd/utelnetd-0.1.9-r1.ebuild | 32 ---------------------------
2 files changed, 67 deletions(-)
diff --git a/net-misc/utelnetd/utelnetd-0.1.11.ebuild b/net-misc/utelnetd/utelnetd-0.1.11.ebuild
deleted file mode 100644
index 15b5657..0000000
--- a/net-misc/utelnetd/utelnetd-0.1.11.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=6
-
-inherit toolchain-funcs
-
-DESCRIPTION="A small Telnet daemon, derived from the Axis tools"
-HOMEPAGE="http://www.pengutronix.de/software/utelnetd/index_en.html"
-SRC_URI="http://www.pengutronix.de/software/utelnetd/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~s390 ~sparc ~x86"
-IUSE=""
-
-DEPEND="virtual/shadow"
-
-src_prepare() {
- sed -i \
- -e "/(STRIP)/d" \
- -e "/^CC/s:=.*:= $(tc-getCC):" \
- -e "/fomit-frame-pointer/d" \
- Makefile || die
-
- default
-}
-
-src_install() {
- dosbin utelnetd
- dodoc ChangeLog README
-
- newinitd "${FILESDIR}"/utelnetd.initd utelnetd
-}
diff --git a/net-misc/utelnetd/utelnetd-0.1.9-r1.ebuild b/net-misc/utelnetd/utelnetd-0.1.9-r1.ebuild
deleted file mode 100644
index a7b58fc..0000000
--- a/net-misc/utelnetd/utelnetd-0.1.9-r1.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-inherit toolchain-funcs
-
-DESCRIPTION="A small Telnet daemon, derived from the Axis tools"
-HOMEPAGE="http://www.pengutronix.de/software/utelnetd_en.html"
-SRC_URI="http://www.pengutronix.de/software/utelnetd/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~s390 ~sparc ~x86"
-IUSE=""
-
-DEPEND="virtual/shadow"
-
-src_unpack() {
- unpack ${A}
- cd "${S}"
- sed -i \
- -e "/(STRIP)/d" \
- -e "/^CC/s:=.*:= $(tc-getCC):" \
- Makefile || die
-}
-
-src_install() {
- dosbin utelnetd || die
- dodoc ChangeLog README
-
- newinitd "${FILESDIR}"/utelnetd.initd utelnetd
-}
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-misc/utelnetd/
@ 2015-11-23 17:53 Michael Palimaka
0 siblings, 0 replies; 7+ messages in thread
From: Michael Palimaka @ 2015-11-23 17:53 UTC (permalink / raw
To: gentoo-commits
commit: 479c99000c63e28bbadaa01a3ebcd521e04bd81a
Author: Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Mon Nov 23 17:52:10 2015 +0000
Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Mon Nov 23 17:53:10 2015 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=479c9900
net-misc/utelnetd: version bump
Package-Manager: portage-2.2.25
net-misc/utelnetd/Manifest | 1 +
net-misc/utelnetd/utelnetd-0.1.11.ebuild | 35 ++++++++++++++++++++++++++++++++
2 files changed, 36 insertions(+)
diff --git a/net-misc/utelnetd/Manifest b/net-misc/utelnetd/Manifest
index 377904d..37b6a8d 100644
--- a/net-misc/utelnetd/Manifest
+++ b/net-misc/utelnetd/Manifest
@@ -1 +1,2 @@
+DIST utelnetd-0.1.11.tar.gz 14548 SHA256 f7c8dc19351612d7c49fd2b1bc30cfb33b7fe24f183ba5e5d9bcb468e3757cd8 SHA512 96b34cba5b007ae0114810a1f7ef348b4db0f210b6f6a76b056420d4c7aa2c8f862253924d21add98d9db7736f9acb61a08084ddee7b8bfa1d4012776a0bb2db WHIRLPOOL f319f013fae1734132a0f93e7688e8a77389112104313cd4c9c91b4af9711f61789dc5acddfc8fabeeb3992aff48360ce1ce61c67376570027cacb14833ecfe5
DIST utelnetd-0.1.9.tar.gz 15310 SHA256 fbc182ef314681b90a4f73049c6bf332dc93b7cbebbf39a6086a126ed2787346 SHA512 73773f9cba5104ea17fcf2d46c9862041a3121bf032893a304ecbc6ae34a1312a165f632ceeaceca341c1f1845a5756edd63ff207b6332526084fadab93c78c4 WHIRLPOOL ac55a3de6bb2d86b207da2f9c02e8ab8c287fed4d2b62473f4b9498763356f39282e58f541d0d7bc5fa935ac6e87ab42d41a56dcbba26fb4d034d72d279b267b
diff --git a/net-misc/utelnetd/utelnetd-0.1.11.ebuild b/net-misc/utelnetd/utelnetd-0.1.11.ebuild
new file mode 100644
index 0000000..15b5657
--- /dev/null
+++ b/net-misc/utelnetd/utelnetd-0.1.11.ebuild
@@ -0,0 +1,35 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+inherit toolchain-funcs
+
+DESCRIPTION="A small Telnet daemon, derived from the Axis tools"
+HOMEPAGE="http://www.pengutronix.de/software/utelnetd/index_en.html"
+SRC_URI="http://www.pengutronix.de/software/utelnetd/${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~s390 ~sparc ~x86"
+IUSE=""
+
+DEPEND="virtual/shadow"
+
+src_prepare() {
+ sed -i \
+ -e "/(STRIP)/d" \
+ -e "/^CC/s:=.*:= $(tc-getCC):" \
+ -e "/fomit-frame-pointer/d" \
+ Makefile || die
+
+ default
+}
+
+src_install() {
+ dosbin utelnetd
+ dodoc ChangeLog README
+
+ newinitd "${FILESDIR}"/utelnetd.initd utelnetd
+}
^ permalink raw reply related [flat|nested] 7+ messages in thread
end of thread, other threads:[~2024-12-24 13:26 UTC | newest]
Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-12-24 13:26 [gentoo-commits] repo/gentoo:master commit in: net-misc/utelnetd/ Petr Vaněk
-- strict thread matches above, loose matches on Subject: below --
2022-10-09 3:06 Ionen Wolkens
2022-10-09 3:06 Ionen Wolkens
2020-03-07 17:02 Mikle Kolyada
2017-03-26 18:55 Michael Orlitzky
2016-05-04 1:02 Austin English
2015-11-23 17:53 Michael Palimaka
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox