public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: app-shells/rc/
@ 2015-10-15 20:51 Patrice Clement
  0 siblings, 0 replies; 11+ messages in thread
From: Patrice Clement @ 2015-10-15 20:51 UTC (permalink / raw
  To: gentoo-commits

commit:     f857f9ce86bab3bf475b11325e6a2ef642efaeb2
Author:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
AuthorDate: Thu Oct 15 19:44:44 2015 +0000
Commit:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Thu Oct 15 20:50:06 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f857f9ce

app-shells/rc: Clean up old.

Package-Manager: portage-2.2.20.1
Signed-off-by: Patrice Clement <monsieurp <AT> gentoo.org>

 app-shells/rc/Manifest        |  1 -
 app-shells/rc/rc-1.7.2.ebuild | 42 ------------------------------------------
 2 files changed, 43 deletions(-)

diff --git a/app-shells/rc/Manifest b/app-shells/rc/Manifest
index 4ca51db..f7d7a96 100644
--- a/app-shells/rc/Manifest
+++ b/app-shells/rc/Manifest
@@ -1,2 +1 @@
-DIST rc-1.7.2.tbz 153807 SHA256 d4b552b6652a2f85400b61b970c9034b17fcb59b74a0f242bbea12959e8939c7 SHA512 760ee04f2c0fbffc1dddebce35b34183e19e67c2f15fa6c8da83c0305a68114f4aa6af67d33f05c51bcc232a1f7178319eeabd3538fbdf2546742f200457928b WHIRLPOOL c84235fa60cd681e0fefa2f83ac6b5a7d24f3b30f53205ab88cfa94e3e2585e1f8c91062f4c018318d6bb19214e45fc4d418438baeb8d10eb2987518bdce1446
 DIST rc-1.7.4.tar.gz 215206 SHA256 5ed26334dd0c1a616248b15ad7c90ca678ae3066fa02c5ddd0e6936f9af9bfd8 SHA512 49e124207b5370b88b8fba0376dda33451451a58bfb85fabfc06ae59eb88fedf38d7aeaaf292e4f380e2c00efc8301ba68d12180923186d1c53ef94f78f7e435 WHIRLPOOL e7e1e2e68a981bd1a8787f6b90d2d2bbf491e548c18584db6204a06fabd7b88439f9e4fcd0934c1d0c26c903d54a9d9f70c342a66fc00b1138c44f2c1ad12290

diff --git a/app-shells/rc/rc-1.7.2.ebuild b/app-shells/rc/rc-1.7.2.ebuild
deleted file mode 100644
index 52b96b3..0000000
--- a/app-shells/rc/rc-1.7.2.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 1999-2009 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=2
-
-DESCRIPTION="A reimplementation of the Plan 9 shell"
-HOMEPAGE="http://rc-shell.slackmatic.org/"
-SRC_URI="ftp://rc.quanstro.net/pub/${P}.tbz"
-
-LICENSE="rc"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="libedit readline"
-
-RDEPEND="readline? ( sys-libs/readline )
-	libedit? ( dev-libs/libedit )"
-DEPEND="${RDEPEND}"
-
-src_configure() {
-	local myconf="--with-history"
-	use readline && myconf="--with-readline"
-	use libedit && myconf="--with-editline"
-
-	econf \
-		--disable-dependency-tracking \
-		${myconf}
-}
-
-src_install() {
-	into /
-	newbin rc rcsh || die
-	newman rc.1 rcsh.1
-	dodoc AUTHORS ChangeLog NEWS README
-}
-
-pkg_postinst() {
-	ebegin "Updating /etc/shells"
-	( grep -v "^/bin/rcsh$" "${ROOT}"etc/shells; echo "/bin/rcsh" ) > "${T}"/shells
-	mv -f "${T}"/shells "${ROOT}"etc/shells
-	eend $?
-}


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

* [gentoo-commits] repo/gentoo:master commit in: app-shells/rc/
@ 2015-10-15 20:51 Patrice Clement
  0 siblings, 0 replies; 11+ messages in thread
From: Patrice Clement @ 2015-10-15 20:51 UTC (permalink / raw
  To: gentoo-commits

commit:     7fcabd4514243ebc576282d5a9725e10202eed42
Author:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
AuthorDate: Thu Oct 15 19:44:00 2015 +0000
Commit:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Thu Oct 15 20:49:56 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7fcabd45

app-shells/rc: Version bump.

Package-Manager: portage-2.2.20.1
Signed-off-by: Patrice Clement <monsieurp <AT> gentoo.org>

 app-shells/rc/Manifest        |  1 +
 app-shells/rc/rc-1.7.4.ebuild | 42 ++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 43 insertions(+)

diff --git a/app-shells/rc/Manifest b/app-shells/rc/Manifest
index c0c4190..4ca51db 100644
--- a/app-shells/rc/Manifest
+++ b/app-shells/rc/Manifest
@@ -1 +1,2 @@
 DIST rc-1.7.2.tbz 153807 SHA256 d4b552b6652a2f85400b61b970c9034b17fcb59b74a0f242bbea12959e8939c7 SHA512 760ee04f2c0fbffc1dddebce35b34183e19e67c2f15fa6c8da83c0305a68114f4aa6af67d33f05c51bcc232a1f7178319eeabd3538fbdf2546742f200457928b WHIRLPOOL c84235fa60cd681e0fefa2f83ac6b5a7d24f3b30f53205ab88cfa94e3e2585e1f8c91062f4c018318d6bb19214e45fc4d418438baeb8d10eb2987518bdce1446
+DIST rc-1.7.4.tar.gz 215206 SHA256 5ed26334dd0c1a616248b15ad7c90ca678ae3066fa02c5ddd0e6936f9af9bfd8 SHA512 49e124207b5370b88b8fba0376dda33451451a58bfb85fabfc06ae59eb88fedf38d7aeaaf292e4f380e2c00efc8301ba68d12180923186d1c53ef94f78f7e435 WHIRLPOOL e7e1e2e68a981bd1a8787f6b90d2d2bbf491e548c18584db6204a06fabd7b88439f9e4fcd0934c1d0c26c903d54a9d9f70c342a66fc00b1138c44f2c1ad12290

diff --git a/app-shells/rc/rc-1.7.4.ebuild b/app-shells/rc/rc-1.7.4.ebuild
new file mode 100644
index 0000000..55c650d
--- /dev/null
+++ b/app-shells/rc/rc-1.7.4.ebuild
@@ -0,0 +1,42 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+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="readline? ( sys-libs/readline:0 )
+	libedit? ( dev-libs/libedit )"
+DEPEND="${RDEPEND}"
+
+src_configure() {
+	local myconf="--with-history"
+	use readline && myconf="--with-edit=readline"
+	use libedit && myconf="--with-edit=editline"
+
+	econf \
+		--disable-dependency-tracking \
+		"${myconf}"
+}
+
+src_install() {
+	into /
+	newbin rc rcsh
+	newman rc.1 rcsh.1
+	dodoc AUTHORS ChangeLog NEWS README
+}
+
+pkg_postinst() {
+	ebegin "Updating /etc/shells"
+	( grep -v "^/bin/rcsh$" "${ROOT}"etc/shells; echo "/bin/rcsh" ) > "${T}"/shells
+	mv -f "${T}"/shells "${ROOT}"etc/shells
+	eend $?
+}


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

* [gentoo-commits] repo/gentoo:master commit in: app-shells/rc/
@ 2016-01-15 14:10 Mike Frysinger
  0 siblings, 0 replies; 11+ messages in thread
From: Mike Frysinger @ 2016-01-15 14:10 UTC (permalink / raw
  To: gentoo-commits

commit:     be0c7f7a2de81e12895c7824d176af4d72de289c
Author:     Mike Frysinger <vapier <AT> gentoo <DOT> org>
AuthorDate: Fri Jan 15 13:49:39 2016 +0000
Commit:     Mike Frysinger <vapier <AT> gentoo <DOT> org>
CommitDate: Fri Jan 15 14:09:10 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=be0c7f7a

app-shells/rc: update libedit configure flag #571808

 app-shells/rc/rc-1.7.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-shells/rc/rc-1.7.4.ebuild b/app-shells/rc/rc-1.7.4.ebuild
index 55c650d..551f043 100644
--- a/app-shells/rc/rc-1.7.4.ebuild
+++ b/app-shells/rc/rc-1.7.4.ebuild
@@ -20,7 +20,7 @@ DEPEND="${RDEPEND}"
 src_configure() {
 	local myconf="--with-history"
 	use readline && myconf="--with-edit=readline"
-	use libedit && myconf="--with-edit=editline"
+	use libedit && myconf="--with-edit=edit"
 
 	econf \
 		--disable-dependency-tracking \


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

* [gentoo-commits] repo/gentoo:master commit in: app-shells/rc/
@ 2016-01-15 14:10 Mike Frysinger
  0 siblings, 0 replies; 11+ messages in thread
From: Mike Frysinger @ 2016-01-15 14:10 UTC (permalink / raw
  To: gentoo-commits

commit:     0d06dbbeddf7f21e46fc072c3024be5f44b69bea
Author:     Mike Frysinger <vapier <AT> gentoo <DOT> org>
AuthorDate: Fri Jan 15 13:55:09 2016 +0000
Commit:     Mike Frysinger <vapier <AT> gentoo <DOT> org>
CommitDate: Fri Jan 15 14:09:10 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0d06dbbe

app-shells/rc: only update /etc/shells when needed

 app-shells/rc/rc-1.7.4.ebuild | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

diff --git a/app-shells/rc/rc-1.7.4.ebuild b/app-shells/rc/rc-1.7.4.ebuild
index 551f043..22f4fd6 100644
--- a/app-shells/rc/rc-1.7.4.ebuild
+++ b/app-shells/rc/rc-1.7.4.ebuild
@@ -35,8 +35,9 @@ src_install() {
 }
 
 pkg_postinst() {
-	ebegin "Updating /etc/shells"
-	( grep -v "^/bin/rcsh$" "${ROOT}"etc/shells; echo "/bin/rcsh" ) > "${T}"/shells
-	mv -f "${T}"/shells "${ROOT}"etc/shells
-	eend $?
+	if ! grep -q '^/bin/rcsh$' "${EROOT}"/etc/shells ; then
+		ebegin "Updating /etc/shells"
+		echo "/bin/rcsh" >> "${EROOT}"/etc/shells
+		eend $?
+	fi
 }


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

* [gentoo-commits] repo/gentoo:master commit in: app-shells/rc/
@ 2017-02-23 23:03 Patrice Clement
  0 siblings, 0 replies; 11+ messages in thread
From: Patrice Clement @ 2017-02-23 23:03 UTC (permalink / raw
  To: gentoo-commits

commit:     78fda9ce0339ed6326e729d1c3f6b8e6d55072fe
Author:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
AuthorDate: Thu Feb 23 23:03:12 2017 +0000
Commit:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Thu Feb 23 23:03:25 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=78fda9ce

app-shells/rc: install binary in /usr/bin.

Package-Manager: portage-2.3.3

 app-shells/rc/rc-1.7.4-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-shells/rc/rc-1.7.4-r1.ebuild b/app-shells/rc/rc-1.7.4-r1.ebuild
index 22cf47f1d4..b5aee333b0 100644
--- a/app-shells/rc/rc-1.7.4-r1.ebuild
+++ b/app-shells/rc/rc-1.7.4-r1.ebuild
@@ -30,7 +30,7 @@ src_configure() {
 }
 
 src_install() {
-	into /
+	into /usr
 	newbin "${PN}" "${PN}sh"
 	newman "${PN}.1" "${PN}sh.1"
 	einstalldocs


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

* [gentoo-commits] repo/gentoo:master commit in: app-shells/rc/
@ 2017-02-23 23:03 Patrice Clement
  0 siblings, 0 replies; 11+ messages in thread
From: Patrice Clement @ 2017-02-23 23:03 UTC (permalink / raw
  To: gentoo-commits

commit:     3213005c6f5855925cd1b5bcf9aeb4669535d3e0
Author:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
AuthorDate: Thu Feb 23 22:59:37 2017 +0000
Commit:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Thu Feb 23 23:03:22 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3213005c

app-shells/rc: EAPI 6 bump.

Package-Manager: portage-2.3.3

 app-shells/rc/rc-1.7.4-r1.ebuild | 45 ++++++++++++++++++++++++++++++++++++++++
 1 file changed, 45 insertions(+)

diff --git a/app-shells/rc/rc-1.7.4-r1.ebuild b/app-shells/rc/rc-1.7.4-r1.ebuild
new file mode 100644
index 0000000000..22cf47f1d4
--- /dev/null
+++ b/app-shells/rc/rc-1.7.4-r1.ebuild
@@ -0,0 +1,45 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+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="readline? ( sys-libs/readline:0 )
+	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 \
+		--disable-dependency-tracking \
+		"${myconf}"
+}
+
+src_install() {
+	into /
+	newbin "${PN}" "${PN}sh"
+	newman "${PN}.1" "${PN}sh.1"
+	einstalldocs
+}
+
+pkg_postinst() {
+	if ! grep -q '^/bin/rcsh$' "${EROOT}"/etc/shells ; then
+		ebegin "Updating /etc/shells"
+		echo "/bin/rcsh" >> "${EROOT}"/etc/shells
+		eend $?
+	fi
+}


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

* [gentoo-commits] repo/gentoo:master commit in: app-shells/rc/
@ 2019-05-29 18:07 Andreas Sturmlechner
  0 siblings, 0 replies; 11+ messages in thread
From: Andreas Sturmlechner @ 2019-05-29 18:07 UTC (permalink / raw
  To: gentoo-commits

commit:     750248f43aba9b75dda5b53f503f7d15fd2897fb
Author:     Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
AuthorDate: Thu May 16 19:10:47 2019 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Wed May 29 18:07:08 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=750248f4

app-shells/rc: drop old

Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail.com>
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 app-shells/rc/rc-1.7.4.ebuild | 42 ------------------------------------------
 1 file changed, 42 deletions(-)

diff --git a/app-shells/rc/rc-1.7.4.ebuild b/app-shells/rc/rc-1.7.4.ebuild
deleted file mode 100644
index 71bf031e21a..00000000000
--- a/app-shells/rc/rc-1.7.4.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-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="readline? ( sys-libs/readline:0 )
-	libedit? ( dev-libs/libedit )"
-DEPEND="${RDEPEND}"
-
-src_configure() {
-	local myconf="--with-history"
-	use readline && myconf="--with-edit=readline"
-	use libedit && myconf="--with-edit=edit"
-
-	econf \
-		--disable-dependency-tracking \
-		"${myconf}"
-}
-
-src_install() {
-	into /
-	newbin rc rcsh
-	newman rc.1 rcsh.1
-	dodoc AUTHORS ChangeLog NEWS README
-}
-
-pkg_postinst() {
-	if ! grep -q '^/bin/rcsh$' "${EROOT}"/etc/shells ; then
-		ebegin "Updating /etc/shells"
-		echo "/bin/rcsh" >> "${EROOT}"/etc/shells
-		eend $?
-	fi
-}


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

* [gentoo-commits] repo/gentoo:master commit in: app-shells/rc/
@ 2021-06-16 18:11 Lars Wendler
  0 siblings, 0 replies; 11+ messages in thread
From: Lars Wendler @ 2021-06-16 18:11 UTC (permalink / raw
  To: gentoo-commits

commit:     b5b00e6edbdf881716ae0f8a65ac6e6e443d99ad
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Jun 15 23:24:09 2021 +0000
Commit:     Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
CommitDate: Wed Jun 16 18:10:58 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b5b00e6e

app-shells/rc: update maintainers (drop to maintainer-needed)

Signed-off-by: Sam James <sam <AT> gentoo.org>
Signed-off-by: Lars Wendler <polynomial-c <AT> gentoo.org>

 app-shells/rc/metadata.xml | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/app-shells/rc/metadata.xml b/app-shells/rc/metadata.xml
index 3e60a9a347a..7a38bb90096 100644
--- a/app-shells/rc/metadata.xml
+++ b/app-shells/rc/metadata.xml
@@ -1,8 +1,5 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
-  <maintainer type="project">
-    <email>base-system@gentoo.org</email>
-    <name>Gentoo Base System</name>
-  </maintainer>
+	<!-- maintainer-needed -->
 </pkgmetadata>


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

* [gentoo-commits] repo/gentoo:master commit in: app-shells/rc/
@ 2022-02-27  0:58 Sam James
  0 siblings, 0 replies; 11+ messages in thread
From: Sam James @ 2022-02-27  0:58 UTC (permalink / raw
  To: gentoo-commits

commit:     a10ca3ba37d982e6fb6efb21e2c17b5c4f11d40d
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Feb 27 00:58:10 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Feb 27 00:58:10 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a10ca3ba

app-shells/rc: add ncurses dependency

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

 app-shells/rc/rc-1.7.4-r2.ebuild | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/app-shells/rc/rc-1.7.4-r2.ebuild b/app-shells/rc/rc-1.7.4-r2.ebuild
index 038bae2f0a78..a38be60805e8 100644
--- a/app-shells/rc/rc-1.7.4-r2.ebuild
+++ b/app-shells/rc/rc-1.7.4-r2.ebuild
@@ -12,7 +12,8 @@ SLOT="0"
 KEYWORDS="~amd64 ~x86"
 IUSE="libedit readline"
 
-RDEPEND="readline? ( sys-libs/readline:= )
+RDEPEND="sys-libs/ncurses:=
+	readline? ( sys-libs/readline:= )
 	libedit? ( dev-libs/libedit )"
 DEPEND="${RDEPEND}"
 


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

* [gentoo-commits] repo/gentoo:master commit in: app-shells/rc/
@ 2022-02-27  0:58 Sam James
  0 siblings, 0 replies; 11+ messages in thread
From: Sam James @ 2022-02-27  0:58 UTC (permalink / raw
  To: gentoo-commits

commit:     208027fa47ae50c1ede0b4ad77ab0aa501cda9d1
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Feb 27 00:57:13 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Feb 27 00:57:13 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=208027fa

app-shells/rc: use := for readline

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

 app-shells/rc/rc-1.7.4-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-shells/rc/rc-1.7.4-r2.ebuild b/app-shells/rc/rc-1.7.4-r2.ebuild
index 1f68bd85ca1b..038bae2f0a78 100644
--- a/app-shells/rc/rc-1.7.4-r2.ebuild
+++ b/app-shells/rc/rc-1.7.4-r2.ebuild
@@ -12,7 +12,7 @@ SLOT="0"
 KEYWORDS="~amd64 ~x86"
 IUSE="libedit readline"
 
-RDEPEND="readline? ( sys-libs/readline:0 )
+RDEPEND="readline? ( sys-libs/readline:= )
 	libedit? ( dev-libs/libedit )"
 DEPEND="${RDEPEND}"
 


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

* [gentoo-commits] repo/gentoo:master commit in: app-shells/rc/
@ 2022-02-27  0:58 Sam James
  0 siblings, 0 replies; 11+ messages in thread
From: Sam James @ 2022-02-27  0:58 UTC (permalink / raw
  To: gentoo-commits

commit:     a9ae0068e8500b97d36b85efde823cdaed35be61
Author:     Richard-Rogalski <rrogalski <AT> tutanota <DOT> com>
AuthorDate: Sat Feb 26 22:16:06 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Feb 27 00:55:45 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a9ae0068

app-shells/rc: fix bug preventing rc becoming login shell

Previously the path /bin/rcsh was appended to /etc/shells
despite the ebuild installing to /usr/bin/rcsh.
This new revision appends the proper path in /etc/shells

Closes: https://bugs.gentoo.org/830633
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Richard Rogalski <rrogalski <AT> tutanota.com>
Closes: https://github.com/gentoo/gentoo/pull/24366
Signed-off-by: Sam James <sam <AT> gentoo.org>

 app-shells/rc/rc-1.7.4-r2.ebuild | 42 ++++++++++++++++++++++++++++++++++++++++
 1 file changed, 42 insertions(+)

diff --git a/app-shells/rc/rc-1.7.4-r2.ebuild b/app-shells/rc/rc-1.7.4-r2.ebuild
new file mode 100644
index 000000000000..1f68bd85ca1b
--- /dev/null
+++ b/app-shells/rc/rc-1.7.4-r2.ebuild
@@ -0,0 +1,42 @@
+# 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="readline? ( sys-libs/readline:0 )
+	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
+}


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

end of thread, other threads:[~2022-02-27  0:58 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-02-27  0:58 [gentoo-commits] repo/gentoo:master commit in: app-shells/rc/ Sam James
  -- strict thread matches above, loose matches on Subject: below --
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

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