From: "Petr Vaněk" <arkamar@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-shells/rc/
Date: Sat, 26 Jul 2025 06:34:32 +0000 (UTC) [thread overview]
Message-ID: <1753511616.521b57a8bb320cb29ea11c33fb37b3052c34ad83.arkamar@gentoo> (raw)
commit: 521b57a8bb320cb29ea11c33fb37b3052c34ad83
Author: Petr Vaněk <arkamar <AT> gentoo <DOT> org>
AuthorDate: Sat Jul 26 06:30:09 2025 +0000
Commit: Petr Vaněk <arkamar <AT> gentoo <DOT> org>
CommitDate: Sat Jul 26 06:33:36 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=521b57a8
app-shells/rc: drop 1.7.4-r2
Bug 944459 was fixed together with bug 925558 in commit a4bfadcafd63
("app-shells/rc: fix build failure, port to C23 For libedit, we need to
carefully truncate size_t to int but that's number of lines, so it
should work in sane situations").
Bug: https://bugs.gentoo.org/925558
Closes: https://bugs.gentoo.org/944459
Signed-off-by: Petr Vaněk <arkamar <AT> gentoo.org>
app-shells/rc/rc-1.7.4-r2.ebuild | 43 ----------------------------------------
1 file changed, 43 deletions(-)
diff --git a/app-shells/rc/rc-1.7.4-r2.ebuild b/app-shells/rc/rc-1.7.4-r2.ebuild
deleted file mode 100644
index a38be60805e8..000000000000
--- a/app-shells/rc/rc-1.7.4-r2.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DESCRIPTION="A reimplementation of the Plan 9 shell"
-HOMEPAGE="http://static.tobold.org/"
-SRC_URI="http://static.tobold.org/${PN}/${P}.tar.gz"
-
-LICENSE="rc"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="libedit readline"
-
-RDEPEND="sys-libs/ncurses:=
- readline? ( sys-libs/readline:= )
- libedit? ( dev-libs/libedit )"
-DEPEND="${RDEPEND}"
-
-DOCS=( AUTHORS ChangeLog NEWS README )
-
-src_configure() {
- local myconf="--with-history"
- use readline && myconf="--with-edit=readline"
- use libedit && myconf="--with-edit=edit"
-
- econf "${myconf}"
-}
-
-src_install() {
- into /usr
- newbin "${PN}" "${PN}sh"
- newman "${PN}.1" "${PN}sh.1"
- einstalldocs
-}
-
-pkg_postinst() {
- if ! grep -q '^/usr/bin/rcsh$' "${EROOT}"/etc/shells ; then
- ebegin "Updating /etc/shells"
- echo "/usr/bin/rcsh" >> "${EROOT}"/etc/shells
- eend $?
- fi
-}
next reply other threads:[~2025-07-26 6:34 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-07-26 6:34 Petr Vaněk [this message]
-- strict thread matches above, loose matches on Subject: below --
2022-02-27 0:58 [gentoo-commits] repo/gentoo:master commit in: app-shells/rc/ Sam James
2022-02-27 0:58 Sam James
2022-02-27 0:58 Sam James
2021-06-16 18:11 Lars Wendler
2019-05-29 18:07 Andreas Sturmlechner
2017-02-23 23:03 Patrice Clement
2017-02-23 23:03 Patrice Clement
2016-01-15 14:10 Mike Frysinger
2016-01-15 14:10 Mike Frysinger
2015-10-15 20:51 Patrice Clement
2015-10-15 20:51 Patrice Clement
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=1753511616.521b57a8bb320cb29ea11c33fb37b3052c34ad83.arkamar@gentoo \
--to=arkamar@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