[gentoo-commits] repo/gentoo:master commit in: dev-vcs/rcs/files/, dev-vcs/rcs/

2023-04-13 Thread Sam James
commit: 1952d4a6a76f61055d67ba83bffdaa30a6865790
Author: Sam James  gentoo  org>
AuthorDate: Fri Apr 14 03:27:11 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Apr 14 03:27:17 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1952d4a6

dev-vcs/rcs: fix configure w/ clang 16

Closes: https://bugs.gentoo.org/898786
Signed-off-by: Sam James  gentoo.org>

 .../rcs/files/rcs-5.10.1-configure-clang16.patch   | 24 ++
 .../{rcs-5.10.1.ebuild => rcs-5.10.1-r1.ebuild}| 11 --
 2 files changed, 33 insertions(+), 2 deletions(-)

diff --git a/dev-vcs/rcs/files/rcs-5.10.1-configure-clang16.patch 
b/dev-vcs/rcs/files/rcs-5.10.1-configure-clang16.patch
new file mode 100644
index ..4ad5df89042d
--- /dev/null
+++ b/dev-vcs/rcs/files/rcs-5.10.1-configure-clang16.patch
@@ -0,0 +1,24 @@
+https://savannah.gnu.org/bugs/index.php?64036
+https://bugs.gentoo.org/898786
+
+Include  for the rename and perror functions.  This avoids an
+implicit function declaration and build failures with future compilers.
+--- a/configure.ac
 b/configure.ac
+@@ -384,6 +384,7 @@ m4_pushdef([GOOD],[test ! -f conftest-A && test -f 
conftest-B])dnl
+ m4_pushdef([HMMM],[./conftest$EXEEXT && GOOD])dnl
+   ZONK
+ AC_RUN_IFELSE([AC_LANG_PROGRAM([[
++#include 
+ #include 
+ ]],[
+   return 0 > rename ("conftest-A", "conftest-B");
+@@ -480,6 +481,7 @@ AC_DEFINE_UNQUOTED([MMAP_SIGNAL],[${rcs_cv_mmap_signal-0}],
+ 
+ AC_CACHE_CHECK([if `wait' can handle ignored SIGCHLD],[rcs_cv_tolerant_wait],[
+ AC_RUN_IFELSE([AC_LANG_PROGRAM([[
++#include 
+ #include 
+ #include 
+ #include 
+

diff --git a/dev-vcs/rcs/rcs-5.10.1.ebuild b/dev-vcs/rcs/rcs-5.10.1-r1.ebuild
similarity index 82%
rename from dev-vcs/rcs/rcs-5.10.1.ebuild
rename to dev-vcs/rcs/rcs-5.10.1-r1.ebuild
index 912c4167c015..8040c42241d1 100644
--- a/dev-vcs/rcs/rcs-5.10.1.ebuild
+++ b/dev-vcs/rcs/rcs-5.10.1-r1.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
 
-inherit flag-o-matic unpacker
+inherit autotools flag-o-matic unpacker
 
 DESCRIPTION="Revision Control System"
 HOMEPAGE="https://www.gnu.org/software/rcs/;
@@ -19,11 +19,18 @@ RDEPEND="sys-apps/diffutils
 DEPEND="${RDEPEND}"
 BDEPEND="$(unpacker_src_uri_depends)"
 
+PATCHES=(
+   "${FILESDIR}"/${PN}-5.10.1-configure-clang16.patch
+)
+
 src_prepare() {
default
 
sed -i -e '/gets is a security hole/d' \
lib/stdio.in.h || die
+
+   # Drop when clang 16 patch isn't needed anymore
+   eautoreconf
 }
 
 src_configure() {



[gentoo-commits] repo/gentoo:master commit in: dev-vcs/rcs/

2022-10-17 Thread Sam James
commit: f48b017ab20a280ef2e241ed30433f1f0ce203ba
Author: Sam James  gentoo  org>
AuthorDate: Tue Oct 18 02:44:56 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Oct 18 02:44:56 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f48b017a

dev-vcs/rcs: fix PkgMetadataXmlIndentation

Signed-off-by: Sam James  gentoo.org>

 dev-vcs/rcs/metadata.xml | 12 ++--
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/dev-vcs/rcs/metadata.xml b/dev-vcs/rcs/metadata.xml
index 284ccb2499f5..e69b106e893c 100644
--- a/dev-vcs/rcs/metadata.xml
+++ b/dev-vcs/rcs/metadata.xml
@@ -6,12 +6,12 @@
 Aaron W. Swenson
   
   
-   The Revision Control System (RCS) is a system for managing
-   multiple versions of files. RCS automates the storage, 
retrieval,
-   logging, identification and merging of file revisions. RCS is 
useful
-   for text files that are revised frequently (for example, 
programs,
-   documentation, graphics, papers and form letters).
-   
+  The Revision Control System (RCS) is a system for managing
+  multiple versions of files. RCS automates the storage, retrieval,
+  logging, identification and merging of file revisions. RCS is useful
+  for text files that are revised frequently (for example, programs,
+  documentation, graphics, papers and form letters).
+  
   
 rcs
   



[gentoo-commits] repo/gentoo:master commit in: dev-vcs/rcs/files/, dev-vcs/rcs/

2022-10-17 Thread Sam James
commit: f675edfa799ced49403a24b4a0007654d8be6781
Author: Sam James  gentoo  org>
AuthorDate: Tue Oct 18 02:46:57 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Oct 18 02:46:57 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f675edfa

dev-vcs/rcs: drop 5.10.0

Signed-off-by: Sam James  gentoo.org>

 dev-vcs/rcs/Manifest  |  1 -
 dev-vcs/rcs/files/rcs-5.10.0-glibc-2.34.patch | 44 
 dev-vcs/rcs/files/rcs-5.10.0-test-t632.patch  | 30 --
 dev-vcs/rcs/files/rcs-5.10.0-test-t808.patch  | 32 ---
 dev-vcs/rcs/rcs-5.10.0.ebuild | 59 ---
 5 files changed, 166 deletions(-)

diff --git a/dev-vcs/rcs/Manifest b/dev-vcs/rcs/Manifest
index 9d7be564c5e0..5ecab5a7596d 100644
--- a/dev-vcs/rcs/Manifest
+++ b/dev-vcs/rcs/Manifest
@@ -1,2 +1 @@
-DIST rcs-5.10.0.tar.xz 890872 BLAKE2B 
32000df00c639cec90fb9128503b67957a23c82a08651953b57434c3f14ecea555155da933d5be801ad216aa27ccf496a7aae325cecf73f9bc121f3a3c659cba
 SHA512 
d42bded1214f27dfcbe912bbabad8479555a02bc57000a62512d63ff0672de1ed23911cd15c9d1aa4b9a53794ac3fd45937fa1cbc0fcb9d54a3ede4d831f76d0
 DIST rcs-5.10.1.tar.lz 917331 BLAKE2B 
bf439b2bbb6d5d427f28b13d739f2a5902aa3113e958528028ff553007ad124a8c386141e10ff2d0157468d893e1da4a19240acb373a3f375aa21d97c187a4dd
 SHA512 
4d3755d704a05da8582acb78a83845885f34b3144af6d19c568e6707831563b077ec5603a12f5d4de6ec583d0886d3a8ccc7ee0e1f10070f9e6de142198cd530

diff --git a/dev-vcs/rcs/files/rcs-5.10.0-glibc-2.34.patch 
b/dev-vcs/rcs/files/rcs-5.10.0-glibc-2.34.patch
deleted file mode 100644
index 5ee636bc522a..
--- a/dev-vcs/rcs/files/rcs-5.10.0-glibc-2.34.patch
+++ /dev/null
@@ -1,44 +0,0 @@
-https://git.savannah.gnu.org/cgit/rcs.git/commit/?h=p=10fb2a018f320ff3c1615baa5af491410d9f8d09
-https://bugs.gentoo.org/806356
-
-From: Paul Eggert 
-Date: Mon, 5 Apr 2021 10:13:49 -0700
-Subject: =?UTF-8?q?Don=E2=80=99t=20use=20SIGSTKSZ=20in=20#if?=
-MIME-Version: 1.0
-Content-Type: text/plain; charset=UTF-8
-Content-Transfer-Encoding: 8bit
-
-Problem reported by Christoph Karl in:
-https://lists.gnu.org/r/bug-rcs/2021-04/msg0.html
-* b-isr.c (ISR_STACK_SIZE): Remove.
-(isr_init): Don’t assume SIGSTKSZ is a preprocessor constant.
 a/src/b-isr.c
-+++ b/src/b-isr.c
-@@ -198,22 +198,17 @@ setup_catchsig (size_t count, int const set[VLA_ELEMS 
(count)])
- #undef MUST
- }
- 
--#if defined HAVE_SIGALTSTACK && defined SIGSTKSZ
--#define ISR_STACK_SIZE  (10 * SIGSTKSZ)
--#else
--#define ISR_STACK_SIZE  0
--#endif
--
- struct isr_scratch *
- isr_init (bool *be_quiet)
- {
-   struct isr_scratch *scratch = ZLLOC (1, struct isr_scratch);
- 
--#if ISR_STACK_SIZE
-+#if defined HAVE_SIGALTSTACK && defined SIGSTKSZ
-+  size_t stack_size = 10 * SIGSTKSZ;
-   stack_t ss =
- {
--  .ss_sp = alloc (PLEXUS, ISR_STACK_SIZE),
--  .ss_size = ISR_STACK_SIZE,
-+  .ss_sp = alloc (PLEXUS, stack_size),
-+  .ss_size = stack_size,
-   .ss_flags = 0
- };
- 
-cgit v1.2.1

diff --git a/dev-vcs/rcs/files/rcs-5.10.0-test-t632.patch 
b/dev-vcs/rcs/files/rcs-5.10.0-test-t632.patch
deleted file mode 100644
index ea86af8fd022..
--- a/dev-vcs/rcs/files/rcs-5.10.0-test-t632.patch
+++ /dev/null
@@ -1,30 +0,0 @@
-https://git.savannah.gnu.org/cgit/rcs.git/commit/?h=p=8883c4f5a29be18e9ea09bd27a7b660830de45bb
-https://bugs.gentoo.org/820230
-
-From: Thien-Thi Nguyen 
-Date: Fri, 23 Oct 2020 09:23:49 -0400
-Subject: [v] Don't test signal handling if stdin not ok.
-
-
-
-* tests/t632: If stdin is not open and connected to
-a tty, skip the signal handling portion of the test.
 a/tests/t632
-+++ b/tests/t632
-@@ -40,6 +40,15 @@ echo | co -l -I $w \
- # (This is skipped if GNU coreutils timeout(1) is not available.)
- ##
- 
-+# 
-+# The timeout test needs co(1) to block on input.
-+# If stdin is not open and connected to a tty, skip out.
-+if test -t 0 ; then
-+echo STDIN OK
-+else
-+exit 0
-+fi
-+
- # TODO: Don't be lame!  Pick one:
- # (a) Mimic timeout(1) w/ sh commands.
- # (b) Incorporate heart of timeout(1) into ./btdt and use that.
-cgit v1.2.1

diff --git a/dev-vcs/rcs/files/rcs-5.10.0-test-t808.patch 
b/dev-vcs/rcs/files/rcs-5.10.0-test-t808.patch
deleted file mode 100644
index 86ebab5f1475..
--- a/dev-vcs/rcs/files/rcs-5.10.0-test-t808.patch
+++ /dev/null
@@ -1,32 +0,0 @@
-https://git.savannah.gnu.org/cgit/rcs.git/commit/?h=p=5df4567e69fc7f46d14cfbf396525c3d05bcf970
-https://bugs.gentoo.org/820230
-
-From: Thien-Thi Nguyen 
-Date: Sat, 24 Oct 2020 19:14:26 -0400
-Subject: [v] Try to handle whoami(1) returning no info.
-MIME-Version: 1.0
-Content-Type: text/plain; charset=UTF-8
-Content-Transfer-Encoding: 8bit
-
-* tests/t808 (user): If whoami(1) returns no info, no longer error out.
-Instead, jam a value, and set env vars 

[gentoo-commits] repo/gentoo:master commit in: dev-vcs/rcs/

2022-08-02 Thread Agostino Sarubbo
commit: 0623cc8f3601e927e321dfd2b4488c1cc24f78a8
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Tue Aug  2 06:52:29 2022 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Tue Aug  2 06:52:29 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0623cc8f

dev-vcs/rcs: x86 stable wrt bug #862612

Signed-off-by: Agostino Sarubbo  gentoo.org>

 dev-vcs/rcs/rcs-5.10.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-vcs/rcs/rcs-5.10.1.ebuild b/dev-vcs/rcs/rcs-5.10.1.ebuild
index 835d55e72f58..912c4167c015 100644
--- a/dev-vcs/rcs/rcs-5.10.1.ebuild
+++ b/dev-vcs/rcs/rcs-5.10.1.ebuild
@@ -11,7 +11,7 @@ SRC_URI="mirror://gnu/rcs/${P}.tar.lz"
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~riscv ~s390 
sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~riscv ~s390 
sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris"
 IUSE="doc"
 
 RDEPEND="sys-apps/diffutils



[gentoo-commits] repo/gentoo:master commit in: dev-vcs/rcs/

2022-08-01 Thread Agostino Sarubbo
commit: faefa440b62fbd3735c2ef2ad7547d3c9fa1fe0f
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Aug  1 08:04:43 2022 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Aug  1 08:04:43 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=faefa440

dev-vcs/rcs: sparc stable wrt bug #862612

Signed-off-by: Agostino Sarubbo  gentoo.org>

 dev-vcs/rcs/rcs-5.10.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-vcs/rcs/rcs-5.10.1.ebuild b/dev-vcs/rcs/rcs-5.10.1.ebuild
index cf4d913f027e..835d55e72f58 100644
--- a/dev-vcs/rcs/rcs-5.10.1.ebuild
+++ b/dev-vcs/rcs/rcs-5.10.1.ebuild
@@ -11,7 +11,7 @@ SRC_URI="mirror://gnu/rcs/${P}.tar.lz"
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~riscv ~s390 
~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~riscv ~s390 
sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris"
 IUSE="doc"
 
 RDEPEND="sys-apps/diffutils



[gentoo-commits] repo/gentoo:master commit in: dev-vcs/rcs/

2022-08-01 Thread Agostino Sarubbo
commit: 1db77c0a2fe1a5c4d2c02823f0644a5a3db5196e
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Aug  1 08:03:21 2022 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Aug  1 08:03:21 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1db77c0a

dev-vcs/rcs: ppc stable wrt bug #862612

Signed-off-by: Agostino Sarubbo  gentoo.org>

 dev-vcs/rcs/rcs-5.10.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-vcs/rcs/rcs-5.10.1.ebuild b/dev-vcs/rcs/rcs-5.10.1.ebuild
index 858502ea7b26..cf4d913f027e 100644
--- a/dev-vcs/rcs/rcs-5.10.1.ebuild
+++ b/dev-vcs/rcs/rcs-5.10.1.ebuild
@@ -11,7 +11,7 @@ SRC_URI="mirror://gnu/rcs/${P}.tar.lz"
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ~ppc ppc64 ~riscv ~s390 
~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~riscv ~s390 
~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris"
 IUSE="doc"
 
 RDEPEND="sys-apps/diffutils



[gentoo-commits] repo/gentoo:master commit in: dev-vcs/rcs/

2022-08-01 Thread Agostino Sarubbo
commit: 5ec00f7f77c022ee8820b45067cea3580c8ab3d2
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Aug  1 08:02:46 2022 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Aug  1 08:02:46 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5ec00f7f

dev-vcs/rcs: arm64 stable wrt bug #862612

Signed-off-by: Agostino Sarubbo  gentoo.org>

 dev-vcs/rcs/rcs-5.10.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-vcs/rcs/rcs-5.10.1.ebuild b/dev-vcs/rcs/rcs-5.10.1.ebuild
index 317cc29b7ef3..858502ea7b26 100644
--- a/dev-vcs/rcs/rcs-5.10.1.ebuild
+++ b/dev-vcs/rcs/rcs-5.10.1.ebuild
@@ -11,7 +11,7 @@ SRC_URI="mirror://gnu/rcs/${P}.tar.lz"
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~mips ~ppc ppc64 ~riscv ~s390 
~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ~ppc ppc64 ~riscv ~s390 
~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris"
 IUSE="doc"
 
 RDEPEND="sys-apps/diffutils



[gentoo-commits] repo/gentoo:master commit in: dev-vcs/rcs/

2022-08-01 Thread Agostino Sarubbo
commit: a5f5550f3f6ca5ba4df3ada6e7396954ffefe70d
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Aug  1 08:02:02 2022 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Aug  1 08:02:02 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a5f5550f

dev-vcs/rcs: arm stable wrt bug #862612

Signed-off-by: Agostino Sarubbo  gentoo.org>

 dev-vcs/rcs/rcs-5.10.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-vcs/rcs/rcs-5.10.1.ebuild b/dev-vcs/rcs/rcs-5.10.1.ebuild
index 121203488af5..317cc29b7ef3 100644
--- a/dev-vcs/rcs/rcs-5.10.1.ebuild
+++ b/dev-vcs/rcs/rcs-5.10.1.ebuild
@@ -11,7 +11,7 @@ SRC_URI="mirror://gnu/rcs/${P}.tar.lz"
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ppc64 ~riscv ~s390 
~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris"
+KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~mips ~ppc ppc64 ~riscv ~s390 
~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris"
 IUSE="doc"
 
 RDEPEND="sys-apps/diffutils



[gentoo-commits] repo/gentoo:master commit in: dev-vcs/rcs/

2022-08-01 Thread Agostino Sarubbo
commit: 7a3874c50d4acb5561a05097a0854114fd8e3b1b
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Aug  1 08:00:37 2022 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Aug  1 08:01:01 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7a3874c5

dev-vcs/rcs: amd64 stable wrt bug #862612

Signed-off-by: Agostino Sarubbo  gentoo.org>

 dev-vcs/rcs/rcs-5.10.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-vcs/rcs/rcs-5.10.1.ebuild b/dev-vcs/rcs/rcs-5.10.1.ebuild
index 414c74be6d61..121203488af5 100644
--- a/dev-vcs/rcs/rcs-5.10.1.ebuild
+++ b/dev-vcs/rcs/rcs-5.10.1.ebuild
@@ -11,7 +11,7 @@ SRC_URI="mirror://gnu/rcs/${P}.tar.lz"
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ppc64 ~riscv ~s390 
~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ppc64 ~riscv ~s390 
~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris"
 IUSE="doc"
 
 RDEPEND="sys-apps/diffutils



[gentoo-commits] repo/gentoo:master commit in: dev-vcs/rcs/

2022-07-31 Thread Sam James
commit: 88c3f5c267c2fd85898bd21b23fe6d617c0273e8
Author: Sam James  gentoo  org>
AuthorDate: Mon Aug  1 03:26:52 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Aug  1 03:26:52 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=88c3f5c2

dev-vcs/rcs: fix USE=doc install

Closes: https://bugs.gentoo.org/832759
Signed-off-by: Sam James  gentoo.org>

 dev-vcs/rcs/rcs-5.10.1.ebuild | 1 -
 1 file changed, 1 deletion(-)

diff --git a/dev-vcs/rcs/rcs-5.10.1.ebuild b/dev-vcs/rcs/rcs-5.10.1.ebuild
index 9bc91cedf4b8..414c74be6d61 100644
--- a/dev-vcs/rcs/rcs-5.10.1.ebuild
+++ b/dev-vcs/rcs/rcs-5.10.1.ebuild
@@ -47,7 +47,6 @@ src_install() {
 
if use doc; then
emake -C doc html
-   rm -R "${ED}"/usr/share/doc/rcs || die
mv doc/rcs.html doc/html || die
dodoc -r doc/html/
fi



[gentoo-commits] repo/gentoo:master commit in: dev-vcs/rcs/

2022-07-31 Thread Sam James
commit: c3751240d6ce74ce87045f5709df84a6d12a1581
Author: Sam James  gentoo  org>
AuthorDate: Mon Aug  1 03:23:47 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Aug  1 03:23:47 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c3751240

dev-vcs/rcs: Stabilize 5.10.1 ppc64, #862612

Signed-off-by: Sam James  gentoo.org>

 dev-vcs/rcs/rcs-5.10.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-vcs/rcs/rcs-5.10.1.ebuild b/dev-vcs/rcs/rcs-5.10.1.ebuild
index d004ccb4c1a6..9bc91cedf4b8 100644
--- a/dev-vcs/rcs/rcs-5.10.1.ebuild
+++ b/dev-vcs/rcs/rcs-5.10.1.ebuild
@@ -11,7 +11,7 @@ SRC_URI="mirror://gnu/rcs/${P}.tar.lz"
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 
~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ppc64 ~riscv ~s390 
~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris"
 IUSE="doc"
 
 RDEPEND="sys-apps/diffutils



[gentoo-commits] repo/gentoo:master commit in: dev-vcs/rcs/

2022-07-31 Thread Sam James
commit: 00f2a08152dda0c393af57217f5c624d3c88b859
Author: Sam James  gentoo  org>
AuthorDate: Mon Aug  1 02:22:54 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Aug  1 02:29:50 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=00f2a081

dev-vcs/rcs: [QA] fix duplicate phase (src_test)

Bug: https://bugs.gentoo.org/861497
Signed-off-by: Sam James  gentoo.org>

 dev-vcs/rcs/rcs-5.10.0.ebuild | 4 
 1 file changed, 4 deletions(-)

diff --git a/dev-vcs/rcs/rcs-5.10.0.ebuild b/dev-vcs/rcs/rcs-5.10.0.ebuild
index 5bd7347fc901..7a3d453f1e0d 100644
--- a/dev-vcs/rcs/rcs-5.10.0.ebuild
+++ b/dev-vcs/rcs/rcs-5.10.0.ebuild
@@ -37,10 +37,6 @@ src_configure() {
econf
 }
 
-src_test() {
-   emake check
-}
-
 src_test() {
# Tests attempt to call rcs commands on /dev/null and /tmp.
# https://bugs.gentoo.org/840173



[gentoo-commits] repo/gentoo:master commit in: dev-vcs/rcs/

2022-04-22 Thread Mike Gilbert
commit: 1b90705e46af2e19c635f331342f827fc09dfc80
Author: Mike Gilbert  gentoo  org>
AuthorDate: Fri Apr 22 21:47:10 2022 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Fri Apr 22 21:47:10 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1b90705e

dev-vcs/rcs: addpredict / for tests

Closes: https://bugs.gentoo.org/840173
Signed-off-by: Mike Gilbert  gentoo.org>

 dev-vcs/rcs/rcs-5.10.0.ebuild | 10 +-
 dev-vcs/rcs/rcs-5.10.1.ebuild |  8 
 2 files changed, 17 insertions(+), 1 deletion(-)

diff --git a/dev-vcs/rcs/rcs-5.10.0.ebuild b/dev-vcs/rcs/rcs-5.10.0.ebuild
index 7195ab87aef1..5bd7347fc901 100644
--- a/dev-vcs/rcs/rcs-5.10.0.ebuild
+++ b/dev-vcs/rcs/rcs-5.10.0.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
@@ -41,6 +41,14 @@ src_test() {
emake check
 }
 
+src_test() {
+   # Tests attempt to call rcs commands on /dev/null and /tmp.
+   # https://bugs.gentoo.org/840173
+   local -x SANDBOX_PREDICT=${SANDBOX_PREDICT}
+   addpredict /
+   default
+}
+
 src_install() {
emake DESTDIR="${D}" install
 

diff --git a/dev-vcs/rcs/rcs-5.10.1.ebuild b/dev-vcs/rcs/rcs-5.10.1.ebuild
index ac5f14633fd8..d004ccb4c1a6 100644
--- a/dev-vcs/rcs/rcs-5.10.1.ebuild
+++ b/dev-vcs/rcs/rcs-5.10.1.ebuild
@@ -32,6 +32,14 @@ src_configure() {
econf
 }
 
+src_test() {
+   # Tests attempt to call rcs commands on /dev/null and /tmp.
+   # https://bugs.gentoo.org/840173
+   local -x SANDBOX_PREDICT=${SANDBOX_PREDICT}
+   addpredict /
+   default
+}
+
 src_install() {
emake DESTDIR="${D}" install
 



[gentoo-commits] repo/gentoo:master commit in: dev-vcs/rcs/

2022-04-14 Thread Jakov Smolić
commit: 7c340a43402bd0c5cc086184a344549cd639950a
Author: Jakov Smolić  gentoo  org>
AuthorDate: Thu Apr 14 19:23:03 2022 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Thu Apr 14 19:27:46 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7c340a43

dev-vcs/rcs: keyword 5.10.1 for ~riscv

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

 dev-vcs/rcs/rcs-5.10.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-vcs/rcs/rcs-5.10.1.ebuild b/dev-vcs/rcs/rcs-5.10.1.ebuild
index ca3111c83974..ac5f14633fd8 100644
--- a/dev-vcs/rcs/rcs-5.10.1.ebuild
+++ b/dev-vcs/rcs/rcs-5.10.1.ebuild
@@ -11,7 +11,7 @@ SRC_URI="mirror://gnu/rcs/${P}.tar.lz"
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc 
~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 
~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris"
 IUSE="doc"
 
 RDEPEND="sys-apps/diffutils



[gentoo-commits] repo/gentoo:master commit in: dev-vcs/rcs/

2022-02-03 Thread Sam James
commit: e134a2a691578ccfda625110518446405602e7a0
Author: Sam James  gentoo  org>
AuthorDate: Thu Feb  3 09:40:04 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Feb  3 09:40:08 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e134a2a6

dev-vcs/rcs: add 5.10.1

Mainly lets us drop the upstream patches we backported.

Signed-off-by: Sam James  gentoo.org>

 dev-vcs/rcs/Manifest  |  1 +
 dev-vcs/rcs/rcs-5.10.1.ebuild | 46 +++
 2 files changed, 47 insertions(+)

diff --git a/dev-vcs/rcs/Manifest b/dev-vcs/rcs/Manifest
index da8459ef7e57..9d7be564c5e0 100644
--- a/dev-vcs/rcs/Manifest
+++ b/dev-vcs/rcs/Manifest
@@ -1 +1,2 @@
 DIST rcs-5.10.0.tar.xz 890872 BLAKE2B 
32000df00c639cec90fb9128503b67957a23c82a08651953b57434c3f14ecea555155da933d5be801ad216aa27ccf496a7aae325cecf73f9bc121f3a3c659cba
 SHA512 
d42bded1214f27dfcbe912bbabad8479555a02bc57000a62512d63ff0672de1ed23911cd15c9d1aa4b9a53794ac3fd45937fa1cbc0fcb9d54a3ede4d831f76d0
+DIST rcs-5.10.1.tar.lz 917331 BLAKE2B 
bf439b2bbb6d5d427f28b13d739f2a5902aa3113e958528028ff553007ad124a8c386141e10ff2d0157468d893e1da4a19240acb373a3f375aa21d97c187a4dd
 SHA512 
4d3755d704a05da8582acb78a83845885f34b3144af6d19c568e6707831563b077ec5603a12f5d4de6ec583d0886d3a8ccc7ee0e1f10070f9e6de142198cd530

diff --git a/dev-vcs/rcs/rcs-5.10.1.ebuild b/dev-vcs/rcs/rcs-5.10.1.ebuild
new file mode 100644
index ..ca3111c83974
--- /dev/null
+++ b/dev-vcs/rcs/rcs-5.10.1.ebuild
@@ -0,0 +1,46 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit flag-o-matic unpacker
+
+DESCRIPTION="Revision Control System"
+HOMEPAGE="https://www.gnu.org/software/rcs/;
+SRC_URI="mirror://gnu/rcs/${P}.tar.lz"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc 
~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris"
+IUSE="doc"
+
+RDEPEND="sys-apps/diffutils
+   sys-apps/ed"
+DEPEND="${RDEPEND}"
+BDEPEND="$(unpacker_src_uri_depends)"
+
+src_prepare() {
+   default
+
+   sed -i -e '/gets is a security hole/d' \
+   lib/stdio.in.h || die
+}
+
+src_configure() {
+   append-flags -std=gnu99
+
+   econf
+}
+
+src_install() {
+   emake DESTDIR="${D}" install
+
+   dodoc ChangeLog NEWS README
+
+   if use doc; then
+   emake -C doc html
+   rm -R "${ED}"/usr/share/doc/rcs || die
+   mv doc/rcs.html doc/html || die
+   dodoc -r doc/html/
+   fi
+}



[gentoo-commits] repo/gentoo:master commit in: dev-vcs/rcs/, dev-vcs/rcs/files/

2022-01-28 Thread Sam James
commit: f883293d2cd98ac23ea6b06f2a48172484a33c67
Author: Sam James  gentoo  org>
AuthorDate: Sat Jan 29 01:26:48 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Jan 29 03:56:05 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f883293d

dev-vcs/rcs: drop 5.9.3, 5.9.4

Signed-off-by: Sam James  gentoo.org>

 dev-vcs/rcs/Manifest|  2 --
 dev-vcs/rcs/files/rcs-5.9.4-test-t810.patch | 24 --
 dev-vcs/rcs/rcs-5.9.3.ebuild| 47 ---
 dev-vcs/rcs/rcs-5.9.4.ebuild| 49 -
 4 files changed, 122 deletions(-)

diff --git a/dev-vcs/rcs/Manifest b/dev-vcs/rcs/Manifest
index 34695ca2a700..da8459ef7e57 100644
--- a/dev-vcs/rcs/Manifest
+++ b/dev-vcs/rcs/Manifest
@@ -1,3 +1 @@
 DIST rcs-5.10.0.tar.xz 890872 BLAKE2B 
32000df00c639cec90fb9128503b67957a23c82a08651953b57434c3f14ecea555155da933d5be801ad216aa27ccf496a7aae325cecf73f9bc121f3a3c659cba
 SHA512 
d42bded1214f27dfcbe912bbabad8479555a02bc57000a62512d63ff0672de1ed23911cd15c9d1aa4b9a53794ac3fd45937fa1cbc0fcb9d54a3ede4d831f76d0
-DIST rcs-5.9.3.tar.xz 800736 BLAKE2B 
aa3f17555e5b65a9d65dfa781f2e12496e282128d9412529f67a831b5d6035302a6f70c4fe0b9d9519a2bf02fc5a98d03f4aa3b86696fd27874bfa7549e8c8a3
 SHA512 
99b124a94f285d8c675a2a51397ca4a97468f053d42aecf543e9266f16aea6b2667613f565c3462ffd2350c28e22baa4d01d598e2cc7e1e940625086f6de0ba6
-DIST rcs-5.9.4.tar.xz 801360 BLAKE2B 
18cb97aae7a70f9f12b1018d6b6b42fbc06dd96b491caa7ee5ae2a4a746339e22ffc93ead5756add62f8a08d5cd1ec589c242f0a75e9d78aff29b95114869b25
 SHA512 
c501a46b8d2e166ec0b54301d72687d9b38b31d84517fcc8dd560a296e7ad250962a92f019e53b2921af9045755e2e7f2f2acc9542dbe0d19ee110ef36861cd4

diff --git a/dev-vcs/rcs/files/rcs-5.9.4-test-t810.patch 
b/dev-vcs/rcs/files/rcs-5.9.4-test-t810.patch
deleted file mode 100644
index 568731e1903f..
--- a/dev-vcs/rcs/files/rcs-5.9.4-test-t810.patch
+++ /dev/null
@@ -1,24 +0,0 @@
-https://git.savannah.gnu.org/cgit/rcs.git/commit/?h=p=f2330a6268d244e97f47a97f4767736fc3b31455
-https://bugs.gentoo.org/820230
-
-From: Thien-Thi Nguyen 
-Date: Thu, 5 Apr 2018 16:20:35 +0200
-Subject: [v] Avoid "test FILE1 -nt FILE2".
-
-* tests/t810: Use "btdt mtimecmp" instead of "test -nt".
-Thanks to both sergio and Xose Vazquez Perez
-for indirectly signalling this problem.  See 2018-04-05,
-"Add support for "btdt mtimecmp FILE1 FILE2"" for details.
 a/tests/t810
-+++ b/tests/t810
-@@ -27,7 +27,8 @@ split_std_out_err no
- 
- must 'echo new line >> $w'
- must 'ci -mm -l -d -T $w'
--test $w -nt $v && problem "$w newer than $v"
-+test 1 = `./btdt mtimecmp $w $v` \
-+&& problem "$w newer than $v"
- 
- exit 0
- 
-cgit v1.2.1

diff --git a/dev-vcs/rcs/rcs-5.9.3.ebuild b/dev-vcs/rcs/rcs-5.9.3.ebuild
deleted file mode 100644
index 3b42b11ff880..
--- a/dev-vcs/rcs/rcs-5.9.3.ebuild
+++ /dev/null
@@ -1,47 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="5"
-
-inherit flag-o-matic
-
-DESCRIPTION="Revision Control System"
-HOMEPAGE="https://www.gnu.org/software/rcs/;
-SRC_URI="mirror://gnu/rcs/${P}.tar.xz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~s390 sparc x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris"
-IUSE="doc"
-
-RDEPEND="
-   sys-apps/diffutils
-   sys-apps/ed"
-DEPEND="${RDEPEND}"
-
-src_prepare() {
-   sed -i -e '/gets is a security hole/d' \
-   lib/stdio.in.h || die
-}
-
-src_configure() {
-   append-flags -std=gnu99
-   econf
-}
-
-src_test() {
-   emake check
-}
-
-src_install() {
-   emake DESTDIR="${D}" install
-
-   dodoc ChangeLog NEWS README
-
-   if use doc; then
-   emake -C doc html
-   rm -R "${ED}/usr/share/doc/rcs"
-   mv doc/rcs.html doc/html
-   dodoc -r doc/html/
-   fi
-}

diff --git a/dev-vcs/rcs/rcs-5.9.4.ebuild b/dev-vcs/rcs/rcs-5.9.4.ebuild
deleted file mode 100644
index e00c34d58f3f..
--- a/dev-vcs/rcs/rcs-5.9.4.ebuild
+++ /dev/null
@@ -1,49 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="5"
-
-inherit epatch flag-o-matic
-
-DESCRIPTION="Revision Control System"
-HOMEPAGE="https://www.gnu.org/software/rcs/;
-SRC_URI="mirror://gnu/rcs/${P}.tar.xz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~s390 sparc x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris"
-IUSE="doc"
-
-RDEPEND="
-   sys-apps/diffutils
-   sys-apps/ed"
-DEPEND="${RDEPEND}"
-
-src_prepare() {
-   epatch "${FILESDIR}"/${P}-test-t810.patch
-
-   sed -i -e '/gets is a security hole/d' \
-   lib/stdio.in.h || die
-}
-
-src_configure() {
-   append-flags -std=gnu99
-   econf
-}
-
-src_test() {
-   emake check
-}
-

[gentoo-commits] repo/gentoo:master commit in: dev-vcs/rcs/

2021-12-09 Thread Agostino Sarubbo
commit: 5cb630b4687ab913fc497284d87e07a98c73828b
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Thu Dec  9 16:23:29 2021 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Thu Dec  9 16:23:29 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5cb630b4

dev-vcs/rcs: sparc stable wrt bug #828543

Package-Manager: Portage-3.0.20, Repoman-3.0.3
RepoMan-Options: --include-arches="sparc"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 dev-vcs/rcs/rcs-5.10.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-vcs/rcs/rcs-5.10.0.ebuild b/dev-vcs/rcs/rcs-5.10.0.ebuild
index ce394f7a7f8f..7195ab87aef1 100644
--- a/dev-vcs/rcs/rcs-5.10.0.ebuild
+++ b/dev-vcs/rcs/rcs-5.10.0.ebuild
@@ -11,7 +11,7 @@ SRC_URI="mirror://gnu/rcs/${P}.tar.xz"
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~s390 ~sparc x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~s390 sparc x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris"
 IUSE="doc"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: dev-vcs/rcs/

2021-12-08 Thread Sam James
commit: ff89cf5fadf3005ee9d561741de00e9cbc38f3ae
Author: Sam James  gentoo  org>
AuthorDate: Wed Dec  8 22:59:43 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Dec  8 22:59:43 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ff89cf5f

dev-vcs/rcs: Stabilize 5.10.0 x86, #828543

Signed-off-by: Sam James  gentoo.org>

 dev-vcs/rcs/rcs-5.10.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-vcs/rcs/rcs-5.10.0.ebuild b/dev-vcs/rcs/rcs-5.10.0.ebuild
index 7a7d58748481..ce394f7a7f8f 100644
--- a/dev-vcs/rcs/rcs-5.10.0.ebuild
+++ b/dev-vcs/rcs/rcs-5.10.0.ebuild
@@ -11,7 +11,7 @@ SRC_URI="mirror://gnu/rcs/${P}.tar.xz"
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~s390 ~sparc ~x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~s390 ~sparc x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris"
 IUSE="doc"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: dev-vcs/rcs/

2021-12-07 Thread Sam James
commit: 5a1e61ca4ab8546bd14543ec8abd40db0894e435
Author: Sam James  gentoo  org>
AuthorDate: Wed Dec  8 06:15:51 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Dec  8 06:15:51 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5a1e61ca

dev-vcs/rcs: Stabilize 5.10.0 amd64, #828543

Signed-off-by: Sam James  gentoo.org>

 dev-vcs/rcs/rcs-5.10.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-vcs/rcs/rcs-5.10.0.ebuild b/dev-vcs/rcs/rcs-5.10.0.ebuild
index 78e4c577940f..7a7d58748481 100644
--- a/dev-vcs/rcs/rcs-5.10.0.ebuild
+++ b/dev-vcs/rcs/rcs-5.10.0.ebuild
@@ -11,7 +11,7 @@ SRC_URI="mirror://gnu/rcs/${P}.tar.xz"
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~s390 ~sparc 
~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~s390 ~sparc ~x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris"
 IUSE="doc"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: dev-vcs/rcs/

2021-12-07 Thread Sam James
commit: 320b0598ef0152b9ffc0bcf649f3064fb8e2ed43
Author: Sam James  gentoo  org>
AuthorDate: Wed Dec  8 06:15:15 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Dec  8 06:15:15 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=320b0598

dev-vcs/rcs: Stabilize 5.10.0 arm, #828543

Signed-off-by: Sam James  gentoo.org>

 dev-vcs/rcs/rcs-5.10.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-vcs/rcs/rcs-5.10.0.ebuild b/dev-vcs/rcs/rcs-5.10.0.ebuild
index 96928a778bfc..e7a93abd8ff7 100644
--- a/dev-vcs/rcs/rcs-5.10.0.ebuild
+++ b/dev-vcs/rcs/rcs-5.10.0.ebuild
@@ -11,7 +11,7 @@ SRC_URI="mirror://gnu/rcs/${P}.tar.xz"
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 ~s390 ~sparc 
~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris"
+KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 ~s390 ~sparc 
~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris"
 IUSE="doc"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: dev-vcs/rcs/

2021-12-07 Thread Sam James
commit: e6b2b21741062bd1bdea7a2b997f4ba98b303203
Author: Sam James  gentoo  org>
AuthorDate: Wed Dec  8 06:15:09 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Dec  8 06:15:09 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e6b2b217

dev-vcs/rcs: Stabilize 5.10.0 ppc, #828543

Signed-off-by: Sam James  gentoo.org>

 dev-vcs/rcs/rcs-5.10.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-vcs/rcs/rcs-5.10.0.ebuild b/dev-vcs/rcs/rcs-5.10.0.ebuild
index 02c0dfa721c9..5c768f201eab 100644
--- a/dev-vcs/rcs/rcs-5.10.0.ebuild
+++ b/dev-vcs/rcs/rcs-5.10.0.ebuild
@@ -11,7 +11,7 @@ SRC_URI="mirror://gnu/rcs/${P}.tar.xz"
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc 
~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ppc ~ppc64 ~s390 ~sparc 
~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris"
 IUSE="doc"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: dev-vcs/rcs/

2021-12-07 Thread Sam James
commit: 696c44b588129777c6a0a25b164fbf2bca028d28
Author: Sam James  gentoo  org>
AuthorDate: Wed Dec  8 06:15:12 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Dec  8 06:15:12 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=696c44b5

dev-vcs/rcs: Stabilize 5.10.0 ppc64, #828543

Signed-off-by: Sam James  gentoo.org>

 dev-vcs/rcs/rcs-5.10.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-vcs/rcs/rcs-5.10.0.ebuild b/dev-vcs/rcs/rcs-5.10.0.ebuild
index 5c768f201eab..96928a778bfc 100644
--- a/dev-vcs/rcs/rcs-5.10.0.ebuild
+++ b/dev-vcs/rcs/rcs-5.10.0.ebuild
@@ -11,7 +11,7 @@ SRC_URI="mirror://gnu/rcs/${P}.tar.xz"
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ppc ~ppc64 ~s390 ~sparc 
~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 ~s390 ~sparc 
~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris"
 IUSE="doc"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: dev-vcs/rcs/

2021-12-07 Thread Sam James
commit: b74886568c62c2d9a46365a3982d20fdafb81645
Author: Sam James  gentoo  org>
AuthorDate: Wed Dec  8 06:15:18 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Dec  8 06:15:18 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b7488656

dev-vcs/rcs: Stabilize 5.10.0 arm64, #828543

Signed-off-by: Sam James  gentoo.org>

 dev-vcs/rcs/rcs-5.10.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-vcs/rcs/rcs-5.10.0.ebuild b/dev-vcs/rcs/rcs-5.10.0.ebuild
index e7a93abd8ff7..78e4c577940f 100644
--- a/dev-vcs/rcs/rcs-5.10.0.ebuild
+++ b/dev-vcs/rcs/rcs-5.10.0.ebuild
@@ -11,7 +11,7 @@ SRC_URI="mirror://gnu/rcs/${P}.tar.xz"
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 ~s390 ~sparc 
~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris"
+KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~s390 ~sparc 
~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris"
 IUSE="doc"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: dev-vcs/rcs/

2021-10-30 Thread Agostino Sarubbo
commit: bc8e6bfb7df088fa89f8d2f449de0c29ab2760aa
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Sat Oct 30 17:23:17 2021 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Sat Oct 30 17:24:06 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bc8e6bfb

dev-vcs/rcs: x86 stable wrt bug #820206

Package-Manager: Portage-3.0.20, Repoman-3.0.3
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 dev-vcs/rcs/rcs-5.9.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-vcs/rcs/rcs-5.9.4.ebuild b/dev-vcs/rcs/rcs-5.9.4.ebuild
index 9aca1d17cbd..e00c34d58f3 100644
--- a/dev-vcs/rcs/rcs-5.9.4.ebuild
+++ b/dev-vcs/rcs/rcs-5.9.4.ebuild
@@ -11,7 +11,7 @@ SRC_URI="mirror://gnu/rcs/${P}.tar.xz"
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~s390 sparc ~x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~s390 sparc x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris"
 IUSE="doc"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: dev-vcs/rcs/

2021-10-30 Thread Agostino Sarubbo
commit: 0b818347dab1c5718e453eb9914f32f4ba1f05ee
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Sat Oct 30 17:22:18 2021 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Sat Oct 30 17:22:18 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0b818347

dev-vcs/rcs: sparc stable wrt bug #820206

Package-Manager: Portage-3.0.20, Repoman-3.0.3
RepoMan-Options: --include-arches="sparc"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 dev-vcs/rcs/rcs-5.9.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-vcs/rcs/rcs-5.9.4.ebuild b/dev-vcs/rcs/rcs-5.9.4.ebuild
index 969595d07bc..9aca1d17cbd 100644
--- a/dev-vcs/rcs/rcs-5.9.4.ebuild
+++ b/dev-vcs/rcs/rcs-5.9.4.ebuild
@@ -11,7 +11,7 @@ SRC_URI="mirror://gnu/rcs/${P}.tar.xz"
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~s390 ~sparc ~x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~s390 sparc ~x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris"
 IUSE="doc"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: dev-vcs/rcs/

2021-10-29 Thread Sam James
commit: d4f6785826f6e63f8c9fc6258ff972d065285efb
Author: Sam James  gentoo  org>
AuthorDate: Fri Oct 29 18:31:45 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Oct 29 18:31:45 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d4f67858

dev-vcs/rcs: Stabilize 5.9.4 ppc64, #820206

Signed-off-by: Sam James  gentoo.org>

 dev-vcs/rcs/rcs-5.9.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-vcs/rcs/rcs-5.9.4.ebuild b/dev-vcs/rcs/rcs-5.9.4.ebuild
index fe576e9d4f0..969595d07bc 100644
--- a/dev-vcs/rcs/rcs-5.9.4.ebuild
+++ b/dev-vcs/rcs/rcs-5.9.4.ebuild
@@ -11,7 +11,7 @@ SRC_URI="mirror://gnu/rcs/${P}.tar.xz"
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ~ppc64 ~s390 ~sparc 
~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~s390 ~sparc ~x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris"
 IUSE="doc"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: dev-vcs/rcs/

2021-10-29 Thread Sam James
commit: 2f6276a81ffd5f78ad010a7fa2a4fcaca3707324
Author: Sam James  gentoo  org>
AuthorDate: Fri Oct 29 18:31:18 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Oct 29 18:31:18 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2f6276a8

dev-vcs/rcs: Stabilize 5.9.4 ppc, #820206

Signed-off-by: Sam James  gentoo.org>

 dev-vcs/rcs/rcs-5.9.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-vcs/rcs/rcs-5.9.4.ebuild b/dev-vcs/rcs/rcs-5.9.4.ebuild
index 2dbba42b0a9..fe576e9d4f0 100644
--- a/dev-vcs/rcs/rcs-5.9.4.ebuild
+++ b/dev-vcs/rcs/rcs-5.9.4.ebuild
@@ -11,7 +11,7 @@ SRC_URI="mirror://gnu/rcs/${P}.tar.xz"
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc 
~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ~ppc64 ~s390 ~sparc 
~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris"
 IUSE="doc"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: dev-vcs/rcs/

2021-10-29 Thread Sam James
commit: b5b30ac685062ac884973eb6634c52151daab724
Author: Sam James  gentoo  org>
AuthorDate: Fri Oct 29 18:30:05 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Oct 29 18:30:05 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b5b30ac6

dev-vcs/rcs: Stabilize 5.9.4 arm64, #820206

Signed-off-by: Sam James  gentoo.org>

 dev-vcs/rcs/rcs-5.9.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-vcs/rcs/rcs-5.9.4.ebuild b/dev-vcs/rcs/rcs-5.9.4.ebuild
index 677c24691ab..2dbba42b0a9 100644
--- a/dev-vcs/rcs/rcs-5.9.4.ebuild
+++ b/dev-vcs/rcs/rcs-5.9.4.ebuild
@@ -11,7 +11,7 @@ SRC_URI="mirror://gnu/rcs/${P}.tar.xz"
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc 
~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc 
~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris"
 IUSE="doc"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: dev-vcs/rcs/

2021-10-29 Thread Sam James
commit: cf7331fb2c38e303040dbbf88b0718d65cdad189
Author: Sam James  gentoo  org>
AuthorDate: Fri Oct 29 18:29:36 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Oct 29 18:29:36 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cf7331fb

dev-vcs/rcs: Stabilize 5.9.4 arm, #820206

Signed-off-by: Sam James  gentoo.org>

 dev-vcs/rcs/rcs-5.9.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-vcs/rcs/rcs-5.9.4.ebuild b/dev-vcs/rcs/rcs-5.9.4.ebuild
index d49020ce9c4..677c24691ab 100644
--- a/dev-vcs/rcs/rcs-5.9.4.ebuild
+++ b/dev-vcs/rcs/rcs-5.9.4.ebuild
@@ -11,7 +11,7 @@ SRC_URI="mirror://gnu/rcs/${P}.tar.xz"
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc 
~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris"
+KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc 
~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris"
 IUSE="doc"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: dev-vcs/rcs/

2021-10-29 Thread Sam James
commit: 12c5cf95dadb3fff71d2a4917c96204556be64e7
Author: Sam James  gentoo  org>
AuthorDate: Fri Oct 29 18:28:56 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Oct 29 18:28:56 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=12c5cf95

dev-vcs/rcs: Stabilize 5.9.4 amd64, #820206

Signed-off-by: Sam James  gentoo.org>

 dev-vcs/rcs/rcs-5.9.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-vcs/rcs/rcs-5.9.4.ebuild b/dev-vcs/rcs/rcs-5.9.4.ebuild
index ee7d184c6b6..d49020ce9c4 100644
--- a/dev-vcs/rcs/rcs-5.9.4.ebuild
+++ b/dev-vcs/rcs/rcs-5.9.4.ebuild
@@ -11,7 +11,7 @@ SRC_URI="mirror://gnu/rcs/${P}.tar.xz"
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc 
~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc 
~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris"
 IUSE="doc"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: dev-vcs/rcs/, dev-vcs/rcs/files/

2021-10-29 Thread Sam James
commit: 4281a2e29017daeddd1692866a9dcee01b11a67a
Author: Sam James  gentoo  org>
AuthorDate: Fri Oct 29 12:12:48 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Oct 29 12:16:47 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4281a2e2

dev-vcs/rcs: backport test fixes for 5.10.0

Note that these are purely test fixes, not changes
in the logic of the program (=> no need to revbump).

Bug: https://bugs.gentoo.org/820230
Signed-off-by: Sam James  gentoo.org>

 dev-vcs/rcs/files/rcs-5.10.0-test-t632.patch | 30 ++
 dev-vcs/rcs/files/rcs-5.10.0-test-t808.patch | 32 
 dev-vcs/rcs/rcs-5.10.0.ebuild|  2 ++
 3 files changed, 64 insertions(+)

diff --git a/dev-vcs/rcs/files/rcs-5.10.0-test-t632.patch 
b/dev-vcs/rcs/files/rcs-5.10.0-test-t632.patch
new file mode 100644
index 000..ea86af8fd02
--- /dev/null
+++ b/dev-vcs/rcs/files/rcs-5.10.0-test-t632.patch
@@ -0,0 +1,30 @@
+https://git.savannah.gnu.org/cgit/rcs.git/commit/?h=p=8883c4f5a29be18e9ea09bd27a7b660830de45bb
+https://bugs.gentoo.org/820230
+
+From: Thien-Thi Nguyen 
+Date: Fri, 23 Oct 2020 09:23:49 -0400
+Subject: [v] Don't test signal handling if stdin not ok.
+
+
+
+* tests/t632: If stdin is not open and connected to
+a tty, skip the signal handling portion of the test.
+--- a/tests/t632
 b/tests/t632
+@@ -40,6 +40,15 @@ echo | co -l -I $w \
+ # (This is skipped if GNU coreutils timeout(1) is not available.)
+ ##
+ 
++# 
++# The timeout test needs co(1) to block on input.
++# If stdin is not open and connected to a tty, skip out.
++if test -t 0 ; then
++echo STDIN OK
++else
++exit 0
++fi
++
+ # TODO: Don't be lame!  Pick one:
+ # (a) Mimic timeout(1) w/ sh commands.
+ # (b) Incorporate heart of timeout(1) into ./btdt and use that.
+cgit v1.2.1

diff --git a/dev-vcs/rcs/files/rcs-5.10.0-test-t808.patch 
b/dev-vcs/rcs/files/rcs-5.10.0-test-t808.patch
new file mode 100644
index 000..86ebab5f147
--- /dev/null
+++ b/dev-vcs/rcs/files/rcs-5.10.0-test-t808.patch
@@ -0,0 +1,32 @@
+https://git.savannah.gnu.org/cgit/rcs.git/commit/?h=p=5df4567e69fc7f46d14cfbf396525c3d05bcf970
+https://bugs.gentoo.org/820230
+
+From: Thien-Thi Nguyen 
+Date: Sat, 24 Oct 2020 19:14:26 -0400
+Subject: [v] Try to handle whoami(1) returning no info.
+MIME-Version: 1.0
+Content-Type: text/plain; charset=UTF-8
+Content-Transfer-Encoding: 8bit
+
+* tests/t808 (user): If whoami(1) returns no info, no longer error out.
+Instead, jam a value, and set env vars ‘LOGNAME’ and ‘USER’, as well.
+--- a/tests/t808
 b/tests/t808
+@@ -24,8 +24,14 @@ rerr=$wd/rerr
+ 
+ user=`whoami`
+ 
+-test "$user" \
+-|| problem 'far out, man ... whoami failed!'
++if ! test "$user" ; then
++   : 'far out, man ... whoami failed!'
++   user=jrluser
++   USER=$user
++   export USER
++   LOGNAME=$user
++   export LOGNAME
++fi
+ 
+ must 'sed -e s/ttn/trulynobody/g \
+   -e s/zurg/$user/g  \
+cgit v1.2.1

diff --git a/dev-vcs/rcs/rcs-5.10.0.ebuild b/dev-vcs/rcs/rcs-5.10.0.ebuild
index 4bd994b8b2e..02c0dfa721c 100644
--- a/dev-vcs/rcs/rcs-5.10.0.ebuild
+++ b/dev-vcs/rcs/rcs-5.10.0.ebuild
@@ -20,6 +20,8 @@ RDEPEND="
 DEPEND="${RDEPEND}"
 
 PATCHES=(
+   "${FILESDIR}"/${P}-test-t808.patch
+   "${FILESDIR}"/${P}-test-t632.patch
"${FILESDIR}"/${P}-glibc-2.34.patch
 )
 



[gentoo-commits] repo/gentoo:master commit in: dev-vcs/rcs/, dev-vcs/rcs/files/

2021-10-29 Thread Sam James
commit: 42fbb2f03e8fd683dbfe06719229ff3959dd9bc9
Author: Sam James  gentoo  org>
AuthorDate: Fri Oct 29 12:16:04 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Oct 29 12:16:48 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=42fbb2f0

dev-vcs/rcs: backport t810 test fix for 5.9.4

Note that these are purely test fixes, not changes
in the logic of the program (=> no need to revbump).

Closes: https://bugs.gentoo.org/820230
Signed-off-by: Sam James  gentoo.org>

 dev-vcs/rcs/files/rcs-5.9.4-test-t810.patch | 24 
 dev-vcs/rcs/rcs-5.9.4.ebuild|  4 +++-
 2 files changed, 27 insertions(+), 1 deletion(-)

diff --git a/dev-vcs/rcs/files/rcs-5.9.4-test-t810.patch 
b/dev-vcs/rcs/files/rcs-5.9.4-test-t810.patch
new file mode 100644
index 000..568731e1903
--- /dev/null
+++ b/dev-vcs/rcs/files/rcs-5.9.4-test-t810.patch
@@ -0,0 +1,24 @@
+https://git.savannah.gnu.org/cgit/rcs.git/commit/?h=p=f2330a6268d244e97f47a97f4767736fc3b31455
+https://bugs.gentoo.org/820230
+
+From: Thien-Thi Nguyen 
+Date: Thu, 5 Apr 2018 16:20:35 +0200
+Subject: [v] Avoid "test FILE1 -nt FILE2".
+
+* tests/t810: Use "btdt mtimecmp" instead of "test -nt".
+Thanks to both sergio and Xose Vazquez Perez
+for indirectly signalling this problem.  See 2018-04-05,
+"Add support for "btdt mtimecmp FILE1 FILE2"" for details.
+--- a/tests/t810
 b/tests/t810
+@@ -27,7 +27,8 @@ split_std_out_err no
+ 
+ must 'echo new line >> $w'
+ must 'ci -mm -l -d -T $w'
+-test $w -nt $v && problem "$w newer than $v"
++test 1 = `./btdt mtimecmp $w $v` \
++&& problem "$w newer than $v"
+ 
+ exit 0
+ 
+cgit v1.2.1

diff --git a/dev-vcs/rcs/rcs-5.9.4.ebuild b/dev-vcs/rcs/rcs-5.9.4.ebuild
index b5cd9539963..ee7d184c6b6 100644
--- a/dev-vcs/rcs/rcs-5.9.4.ebuild
+++ b/dev-vcs/rcs/rcs-5.9.4.ebuild
@@ -3,7 +3,7 @@
 
 EAPI="5"
 
-inherit flag-o-matic
+inherit epatch flag-o-matic
 
 DESCRIPTION="Revision Control System"
 HOMEPAGE="https://www.gnu.org/software/rcs/;
@@ -20,6 +20,8 @@ RDEPEND="
 DEPEND="${RDEPEND}"
 
 src_prepare() {
+   epatch "${FILESDIR}"/${P}-test-t810.patch
+
sed -i -e '/gets is a security hole/d' \
lib/stdio.in.h || die
 }



[gentoo-commits] repo/gentoo:master commit in: dev-vcs/rcs/files/, dev-vcs/rcs/

2021-10-25 Thread Sam James
commit: 5a948bc6f37f189ee5b72f5779543f18ae5544ac
Author: Sam James  gentoo  org>
AuthorDate: Mon Oct 25 13:09:07 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Oct 25 13:10:05 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5a948bc6

dev-vcs/rcs: add 5.10.0 (for glibc-2.34)

Closes: https://bugs.gentoo.org/675430
Closes: https://bugs.gentoo.org/761115
Closes: https://bugs.gentoo.org/806356
Signed-off-by: Sam James  gentoo.org>

 dev-vcs/rcs/Manifest  |  1 +
 dev-vcs/rcs/files/rcs-5.10.0-glibc-2.34.patch | 44 ++
 dev-vcs/rcs/rcs-5.10.0.ebuild | 53 +++
 3 files changed, 98 insertions(+)

diff --git a/dev-vcs/rcs/Manifest b/dev-vcs/rcs/Manifest
index fa003fe9775..34695ca2a70 100644
--- a/dev-vcs/rcs/Manifest
+++ b/dev-vcs/rcs/Manifest
@@ -1,2 +1,3 @@
+DIST rcs-5.10.0.tar.xz 890872 BLAKE2B 
32000df00c639cec90fb9128503b67957a23c82a08651953b57434c3f14ecea555155da933d5be801ad216aa27ccf496a7aae325cecf73f9bc121f3a3c659cba
 SHA512 
d42bded1214f27dfcbe912bbabad8479555a02bc57000a62512d63ff0672de1ed23911cd15c9d1aa4b9a53794ac3fd45937fa1cbc0fcb9d54a3ede4d831f76d0
 DIST rcs-5.9.3.tar.xz 800736 BLAKE2B 
aa3f17555e5b65a9d65dfa781f2e12496e282128d9412529f67a831b5d6035302a6f70c4fe0b9d9519a2bf02fc5a98d03f4aa3b86696fd27874bfa7549e8c8a3
 SHA512 
99b124a94f285d8c675a2a51397ca4a97468f053d42aecf543e9266f16aea6b2667613f565c3462ffd2350c28e22baa4d01d598e2cc7e1e940625086f6de0ba6
 DIST rcs-5.9.4.tar.xz 801360 BLAKE2B 
18cb97aae7a70f9f12b1018d6b6b42fbc06dd96b491caa7ee5ae2a4a746339e22ffc93ead5756add62f8a08d5cd1ec589c242f0a75e9d78aff29b95114869b25
 SHA512 
c501a46b8d2e166ec0b54301d72687d9b38b31d84517fcc8dd560a296e7ad250962a92f019e53b2921af9045755e2e7f2f2acc9542dbe0d19ee110ef36861cd4

diff --git a/dev-vcs/rcs/files/rcs-5.10.0-glibc-2.34.patch 
b/dev-vcs/rcs/files/rcs-5.10.0-glibc-2.34.patch
new file mode 100644
index 000..5ee636bc522
--- /dev/null
+++ b/dev-vcs/rcs/files/rcs-5.10.0-glibc-2.34.patch
@@ -0,0 +1,44 @@
+https://git.savannah.gnu.org/cgit/rcs.git/commit/?h=p=10fb2a018f320ff3c1615baa5af491410d9f8d09
+https://bugs.gentoo.org/806356
+
+From: Paul Eggert 
+Date: Mon, 5 Apr 2021 10:13:49 -0700
+Subject: =?UTF-8?q?Don=E2=80=99t=20use=20SIGSTKSZ=20in=20#if?=
+MIME-Version: 1.0
+Content-Type: text/plain; charset=UTF-8
+Content-Transfer-Encoding: 8bit
+
+Problem reported by Christoph Karl in:
+https://lists.gnu.org/r/bug-rcs/2021-04/msg0.html
+* b-isr.c (ISR_STACK_SIZE): Remove.
+(isr_init): Don’t assume SIGSTKSZ is a preprocessor constant.
+--- a/src/b-isr.c
 b/src/b-isr.c
+@@ -198,22 +198,17 @@ setup_catchsig (size_t count, int const set[VLA_ELEMS 
(count)])
+ #undef MUST
+ }
+ 
+-#if defined HAVE_SIGALTSTACK && defined SIGSTKSZ
+-#define ISR_STACK_SIZE  (10 * SIGSTKSZ)
+-#else
+-#define ISR_STACK_SIZE  0
+-#endif
+-
+ struct isr_scratch *
+ isr_init (bool *be_quiet)
+ {
+   struct isr_scratch *scratch = ZLLOC (1, struct isr_scratch);
+ 
+-#if ISR_STACK_SIZE
++#if defined HAVE_SIGALTSTACK && defined SIGSTKSZ
++  size_t stack_size = 10 * SIGSTKSZ;
+   stack_t ss =
+ {
+-  .ss_sp = alloc (PLEXUS, ISR_STACK_SIZE),
+-  .ss_size = ISR_STACK_SIZE,
++  .ss_sp = alloc (PLEXUS, stack_size),
++  .ss_size = stack_size,
+   .ss_flags = 0
+ };
+ 
+cgit v1.2.1

diff --git a/dev-vcs/rcs/rcs-5.10.0.ebuild b/dev-vcs/rcs/rcs-5.10.0.ebuild
new file mode 100644
index 000..4bd994b8b2e
--- /dev/null
+++ b/dev-vcs/rcs/rcs-5.10.0.ebuild
@@ -0,0 +1,53 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit flag-o-matic
+
+DESCRIPTION="Revision Control System"
+HOMEPAGE="https://www.gnu.org/software/rcs/;
+SRC_URI="mirror://gnu/rcs/${P}.tar.xz"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc 
~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris"
+IUSE="doc"
+
+RDEPEND="
+   sys-apps/diffutils
+   sys-apps/ed"
+DEPEND="${RDEPEND}"
+
+PATCHES=(
+   "${FILESDIR}"/${P}-glibc-2.34.patch
+)
+
+src_prepare() {
+   default
+
+   sed -i -e '/gets is a security hole/d' \
+   lib/stdio.in.h || die
+}
+
+src_configure() {
+   append-flags -std=gnu99
+   econf
+}
+
+src_test() {
+   emake check
+}
+
+src_install() {
+   emake DESTDIR="${D}" install
+
+   dodoc ChangeLog NEWS README
+
+   if use doc; then
+   emake -C doc html
+   rm -R "${ED}/usr/share/doc/rcs"
+   mv doc/rcs.html doc/html
+   dodoc -r doc/html/
+   fi
+}



[gentoo-commits] repo/gentoo:master commit in: dev-vcs/rcs/

2021-01-06 Thread Fabian Groffen
commit: 9208381d289a26c33ce5ebfa3efd39e7ca0d788a
Author: Fabian Groffen  gentoo  org>
AuthorDate: Wed Jan  6 22:58:33 2021 +
Commit: Fabian Groffen  gentoo  org>
CommitDate: Wed Jan  6 22:58:33 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9208381d

dev-vcs/rcs: drop x86-macos

Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Fabian Groffen  gentoo.org>

 dev-vcs/rcs/rcs-5.9.3.ebuild | 4 ++--
 dev-vcs/rcs/rcs-5.9.4.ebuild | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/dev-vcs/rcs/rcs-5.9.3.ebuild b/dev-vcs/rcs/rcs-5.9.3.ebuild
index 24bc68a33a5..5030e809ac6 100644
--- a/dev-vcs/rcs/rcs-5.9.3.ebuild
+++ b/dev-vcs/rcs/rcs-5.9.3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="5"
@@ -11,7 +11,7 @@ SRC_URI="mirror://gnu/rcs/${P}.tar.xz"
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~s390 sparc x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~s390 sparc x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris"
 IUSE="doc"
 
 RDEPEND="

diff --git a/dev-vcs/rcs/rcs-5.9.4.ebuild b/dev-vcs/rcs/rcs-5.9.4.ebuild
index b630bc1201e..fcb2ed0a7b0 100644
--- a/dev-vcs/rcs/rcs-5.9.4.ebuild
+++ b/dev-vcs/rcs/rcs-5.9.4.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="5"
@@ -11,7 +11,7 @@ SRC_URI="mirror://gnu/rcs/${P}.tar.xz"
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc 
~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc 
~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris"
 IUSE="doc"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: dev-vcs/rcs/

2019-12-22 Thread David Seifert
commit: 2bbdbc858e5351402e265517a85ff8905eeeae9b
Author: David Seifert  gentoo  org>
AuthorDate: Sun Dec 22 12:41:10 2019 +
Commit: David Seifert  gentoo  org>
CommitDate: Sun Dec 22 12:41:10 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2bbdbc85

dev-vcs/rcs: Remove old

Package-Manager: Portage-2.3.81, Repoman-2.3.20
Signed-off-by: David Seifert  gentoo.org>

 dev-vcs/rcs/Manifest |  1 -
 dev-vcs/rcs/rcs-5.8.2.ebuild | 35 ---
 2 files changed, 36 deletions(-)

diff --git a/dev-vcs/rcs/Manifest b/dev-vcs/rcs/Manifest
index 021f7ffb84f..fa003fe9775 100644
--- a/dev-vcs/rcs/Manifest
+++ b/dev-vcs/rcs/Manifest
@@ -1,3 +1,2 @@
-DIST rcs-5.8.2.tar.gz 1209822 BLAKE2B 
48eb7f5dd0d1c1433acb85e7623c1a99a59d2e5fa8b6933b598cec5f20136dc8b370aaa3e3d5dac96e524a98b4380b85d7efd765049a8134d7b293980eeb7d74
 SHA512 
59bfdb57d1e361f01b6682aae99115e5b181ee429e4d49bf1eadd7c7d24abf8547f7368a608d5aac480ca2b8a095ca3d1b56723ba308c15aa5c612676088c374
 DIST rcs-5.9.3.tar.xz 800736 BLAKE2B 
aa3f17555e5b65a9d65dfa781f2e12496e282128d9412529f67a831b5d6035302a6f70c4fe0b9d9519a2bf02fc5a98d03f4aa3b86696fd27874bfa7549e8c8a3
 SHA512 
99b124a94f285d8c675a2a51397ca4a97468f053d42aecf543e9266f16aea6b2667613f565c3462ffd2350c28e22baa4d01d598e2cc7e1e940625086f6de0ba6
 DIST rcs-5.9.4.tar.xz 801360 BLAKE2B 
18cb97aae7a70f9f12b1018d6b6b42fbc06dd96b491caa7ee5ae2a4a746339e22ffc93ead5756add62f8a08d5cd1ec589c242f0a75e9d78aff29b95114869b25
 SHA512 
c501a46b8d2e166ec0b54301d72687d9b38b31d84517fcc8dd560a296e7ad250962a92f019e53b2921af9045755e2e7f2f2acc9542dbe0d19ee110ef36861cd4

diff --git a/dev-vcs/rcs/rcs-5.8.2.ebuild b/dev-vcs/rcs/rcs-5.8.2.ebuild
deleted file mode 100644
index 837fd9e7c9f..000
--- a/dev-vcs/rcs/rcs-5.8.2.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="4"
-
-inherit eutils
-
-DESCRIPTION="Revision Control System"
-HOMEPAGE="https://www.gnu.org/software/rcs/;
-SRC_URI="mirror://gnu/rcs/${P}.tar.gz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris"
-IUSE="doc"
-
-RDEPEND="sys-apps/diffutils"
-
-src_prepare() {
-   sed -i \
-   -e '/gets is a security hole/d' \
-   lib/stdio.in.h || die
-}
-
-src_install() {
-   emake DESTDIR="${D}" install
-
-   dodoc AUTHORS ChangeLog NEWS README
-
-   if use doc; then
-   emake DESTDIR="${D}" install-html
-   rm -R "${ED}/usr/share/doc/rcs"
-   dohtml -r doc/rcs.html/
-   fi
-}



[gentoo-commits] repo/gentoo:master commit in: dev-vcs/rcs/

2018-05-30 Thread Mart Raudsepp
commit: b7d11738e6ccd3591972164558bee94b1179d690
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Wed May 30 10:08:38 2018 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Wed May 30 12:02:58 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b7d11738

dev-vcs/rcs-5.9.3: arm64 stable

Package-Manager: Portage-2.3.28, Repoman-2.3.9

 dev-vcs/rcs/rcs-5.9.3.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-vcs/rcs/rcs-5.9.3.ebuild b/dev-vcs/rcs/rcs-5.9.3.ebuild
index 62e25445b0c..298b1d36461 100644
--- a/dev-vcs/rcs/rcs-5.9.3.ebuild
+++ b/dev-vcs/rcs/rcs-5.9.3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="5"
@@ -11,7 +11,7 @@ SRC_URI="mirror://gnu/rcs/${P}.tar.xz"
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 
~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris"
+KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 
~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris"
 IUSE="doc"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: dev-vcs/rcs/

2017-11-26 Thread David Seifert
commit: a4afe6cc323a5d661ed110f6aeb11a720c079410
Author: David Seifert  gentoo  org>
AuthorDate: Sat Nov 25 22:48:05 2017 +
Commit: David Seifert  gentoo  org>
CommitDate: Sun Nov 26 11:39:41 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a4afe6cc

dev-vcs/rcs: [QA] Consistent whitespace in metadata.xml

 dev-vcs/rcs/metadata.xml | 22 +++---
 1 file changed, 11 insertions(+), 11 deletions(-)

diff --git a/dev-vcs/rcs/metadata.xml b/dev-vcs/rcs/metadata.xml
index 521535ab187..2fb1872a15b 100644
--- a/dev-vcs/rcs/metadata.xml
+++ b/dev-vcs/rcs/metadata.xml
@@ -1,15 +1,15 @@
 
 http://www.gentoo.org/dtd/metadata.dtd;>
 
-  
-   titanof...@gentoo.org
-   Aaron W. Swenson
-  
-  
-   The Revision Control System (RCS) is a system for managing
-   multiple versions of files. RCS automates the storage, retrieval,
-   logging, identification and merging of file revisions. RCS is useful
-   for text files that are revised frequently (for example, programs,
-   documentation, graphics, papers and form letters).
-  
+   
+   titanof...@gentoo.org
+   Aaron W. Swenson
+   
+   
+   The Revision Control System (RCS) is a system for managing
+   multiple versions of files. RCS automates the storage, 
retrieval,
+   logging, identification and merging of file revisions. RCS is 
useful
+   for text files that are revised frequently (for example, 
programs,
+   documentation, graphics, papers and form letters).
+   
 



[gentoo-commits] repo/gentoo:master commit in: dev-vcs/rcs/

2016-05-29 Thread Pacho Ramos
commit: eda33d91354ac6fa45dd2572a5a09b35d8cd7388
Author: Pacho Ramos  gentoo  org>
AuthorDate: Sun May 29 14:14:40 2016 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Sun May 29 14:18:18 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eda33d91

dev-vcs/rcs: Cleanup due to #390951

Package-Manager: portage-2.3.0_rc1

 dev-vcs/rcs/metadata.xml | 4 
 1 file changed, 4 deletions(-)

diff --git a/dev-vcs/rcs/metadata.xml b/dev-vcs/rcs/metadata.xml
index b2b0429..521535a 100644
--- a/dev-vcs/rcs/metadata.xml
+++ b/dev-vcs/rcs/metadata.xml
@@ -2,10 +2,6 @@
 http://www.gentoo.org/dtd/metadata.dtd;>
 
   
-   idel...@gentoo.org
-   Ian Delaney
-  
-  
titanof...@gentoo.org
Aaron W. Swenson
   



[gentoo-commits] repo/gentoo:master commit in: dev-vcs/rcs/

2015-09-21 Thread Agostino Sarubbo
commit: 8fca393ff18c9f3cb3fedeb222d73823cc5fda9c
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Sep 21 11:25:46 2015 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Sep 21 11:25:46 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8fca393f

dev-vcs/rcs: sparc stable wrt bug #555838

Package-Manager: portage-2.2.20.1
RepoMan-Options: --include-arches="sparc"

 dev-vcs/rcs/rcs-5.9.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-vcs/rcs/rcs-5.9.3.ebuild b/dev-vcs/rcs/rcs-5.9.3.ebuild
index 1dda73e..c673117 100644
--- a/dev-vcs/rcs/rcs-5.9.3.ebuild
+++ b/dev-vcs/rcs/rcs-5.9.3.ebuild
@@ -12,7 +12,7 @@ SRC_URI="mirror://gnu/rcs/${P}.tar.xz"
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc 
x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris"
+KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 
~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris"
 IUSE="doc"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: dev-vcs/rcs/

2015-09-14 Thread Jeroen Roovers
commit: 2f3c4f40ced0651c8244b67c7d43c17a69c8fff0
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Tue Sep 15 04:37:28 2015 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Tue Sep 15 04:37:28 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2f3c4f40

dev-vcs/rcs: Stable for PPC64 (bug #555838).

Package-Manager: portage-2.2.20.1

 dev-vcs/rcs/rcs-5.9.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-vcs/rcs/rcs-5.9.3.ebuild b/dev-vcs/rcs/rcs-5.9.3.ebuild
index f4bde4f..1dda73e 100644
--- a/dev-vcs/rcs/rcs-5.9.3.ebuild
+++ b/dev-vcs/rcs/rcs-5.9.3.ebuild
@@ -12,7 +12,7 @@ SRC_URI="mirror://gnu/rcs/${P}.tar.xz"
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ~ppc64 ~s390 ~sh ~sparc 
x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris"
+KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc 
x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris"
 IUSE="doc"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: dev-vcs/rcs/

2015-08-09 Thread Mikle Kolyada
commit: 6dfeb0bc01dd297960837df0528ef32a5687ff01
Author: Mikle Kolyada zlogene AT gentoo DOT org
AuthorDate: Sun Aug  9 15:22:10 2015 +
Commit: Mikle Kolyada zlogene AT gentoo DOT org
CommitDate: Sun Aug  9 15:22:10 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6dfeb0bc

dev-vcs/rcs: ia64 stable wrt bug #555838

Package-Manager: portage-2.2.20

 dev-vcs/rcs/rcs-5.9.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-vcs/rcs/rcs-5.9.3.ebuild b/dev-vcs/rcs/rcs-5.9.3.ebuild
index 7943c68..630e22d 100644
--- a/dev-vcs/rcs/rcs-5.9.3.ebuild
+++ b/dev-vcs/rcs/rcs-5.9.3.ebuild
@@ -12,7 +12,7 @@ SRC_URI=mirror://gnu/rcs/${P}.tar.xz
 
 LICENSE=GPL-3
 SLOT=0
-KEYWORDS=alpha amd64 arm ~arm64 hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc 
x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris
+KEYWORDS=alpha amd64 arm ~arm64 hppa ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc 
x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos 
~sparc-solaris
 IUSE=doc
 
 RDEPEND=