Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-vcs/rcs/, dev-vcs/rcs/files/
Date: Sat, 29 Jan 2022 03:56:24
Message-Id: 1643428565.f883293d2cd98ac23ea6b06f2a48172484a33c67.sam@gentoo
1 commit: f883293d2cd98ac23ea6b06f2a48172484a33c67
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jan 29 01:26:48 2022 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Sat Jan 29 03:56:05 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f883293d
7
8 dev-vcs/rcs: drop 5.9.3, 5.9.4
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 dev-vcs/rcs/Manifest | 2 --
13 dev-vcs/rcs/files/rcs-5.9.4-test-t810.patch | 24 --------------
14 dev-vcs/rcs/rcs-5.9.3.ebuild | 47 ---------------------------
15 dev-vcs/rcs/rcs-5.9.4.ebuild | 49 -----------------------------
16 4 files changed, 122 deletions(-)
17
18 diff --git a/dev-vcs/rcs/Manifest b/dev-vcs/rcs/Manifest
19 index 34695ca2a700..da8459ef7e57 100644
20 --- a/dev-vcs/rcs/Manifest
21 +++ b/dev-vcs/rcs/Manifest
22 @@ -1,3 +1 @@
23 DIST rcs-5.10.0.tar.xz 890872 BLAKE2B 32000df00c639cec90fb9128503b67957a23c82a08651953b57434c3f14ecea555155da933d5be801ad216aa27ccf496a7aae325cecf73f9bc121f3a3c659cba SHA512 d42bded1214f27dfcbe912bbabad8479555a02bc57000a62512d63ff0672de1ed23911cd15c9d1aa4b9a53794ac3fd45937fa1cbc0fcb9d54a3ede4d831f76d0
24 -DIST rcs-5.9.3.tar.xz 800736 BLAKE2B aa3f17555e5b65a9d65dfa781f2e12496e282128d9412529f67a831b5d6035302a6f70c4fe0b9d9519a2bf02fc5a98d03f4aa3b86696fd27874bfa7549e8c8a3 SHA512 99b124a94f285d8c675a2a51397ca4a97468f053d42aecf543e9266f16aea6b2667613f565c3462ffd2350c28e22baa4d01d598e2cc7e1e940625086f6de0ba6
25 -DIST rcs-5.9.4.tar.xz 801360 BLAKE2B 18cb97aae7a70f9f12b1018d6b6b42fbc06dd96b491caa7ee5ae2a4a746339e22ffc93ead5756add62f8a08d5cd1ec589c242f0a75e9d78aff29b95114869b25 SHA512 c501a46b8d2e166ec0b54301d72687d9b38b31d84517fcc8dd560a296e7ad250962a92f019e53b2921af9045755e2e7f2f2acc9542dbe0d19ee110ef36861cd4
26
27 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
28 deleted file mode 100644
29 index 568731e1903f..000000000000
30 --- a/dev-vcs/rcs/files/rcs-5.9.4-test-t810.patch
31 +++ /dev/null
32 @@ -1,24 +0,0 @@
33 -https://git.savannah.gnu.org/cgit/rcs.git/commit/?h=p&id=f2330a6268d244e97f47a97f4767736fc3b31455
34 -https://bugs.gentoo.org/820230
35 -
36 -From: Thien-Thi Nguyen <ttn@×××.org>
37 -Date: Thu, 5 Apr 2018 16:20:35 +0200
38 -Subject: [v] Avoid "test FILE1 -nt FILE2".
39 -
40 -* tests/t810: Use "btdt mtimecmp" instead of "test -nt".
41 -Thanks to both sergio and Xose Vazquez Perez
42 -for indirectly signalling this problem. See 2018-04-05,
43 -"Add support for "btdt mtimecmp FILE1 FILE2"" for details.
44 ---- a/tests/t810
45 -+++ b/tests/t810
46 -@@ -27,7 +27,8 @@ split_std_out_err no
47 -
48 - must 'echo new line >> $w'
49 - must 'ci -mm -l -d -T $w'
50 --test $w -nt $v && problem "$w newer than $v"
51 -+test 1 = `./btdt mtimecmp $w $v` \
52 -+ && problem "$w newer than $v"
53 -
54 - exit 0
55 -
56 -cgit v1.2.1
57
58 diff --git a/dev-vcs/rcs/rcs-5.9.3.ebuild b/dev-vcs/rcs/rcs-5.9.3.ebuild
59 deleted file mode 100644
60 index 3b42b11ff880..000000000000
61 --- a/dev-vcs/rcs/rcs-5.9.3.ebuild
62 +++ /dev/null
63 @@ -1,47 +0,0 @@
64 -# Copyright 1999-2021 Gentoo Authors
65 -# Distributed under the terms of the GNU General Public License v2
66 -
67 -EAPI="5"
68 -
69 -inherit flag-o-matic
70 -
71 -DESCRIPTION="Revision Control System"
72 -HOMEPAGE="https://www.gnu.org/software/rcs/"
73 -SRC_URI="mirror://gnu/rcs/${P}.tar.xz"
74 -
75 -LICENSE="GPL-3"
76 -SLOT="0"
77 -KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris"
78 -IUSE="doc"
79 -
80 -RDEPEND="
81 - sys-apps/diffutils
82 - sys-apps/ed"
83 -DEPEND="${RDEPEND}"
84 -
85 -src_prepare() {
86 - sed -i -e '/gets is a security hole/d' \
87 - lib/stdio.in.h || die
88 -}
89 -
90 -src_configure() {
91 - append-flags -std=gnu99
92 - econf
93 -}
94 -
95 -src_test() {
96 - emake check
97 -}
98 -
99 -src_install() {
100 - emake DESTDIR="${D}" install
101 -
102 - dodoc ChangeLog NEWS README
103 -
104 - if use doc; then
105 - emake -C doc html
106 - rm -R "${ED}/usr/share/doc/rcs"
107 - mv doc/rcs.html doc/html
108 - dodoc -r doc/html/
109 - fi
110 -}
111
112 diff --git a/dev-vcs/rcs/rcs-5.9.4.ebuild b/dev-vcs/rcs/rcs-5.9.4.ebuild
113 deleted file mode 100644
114 index e00c34d58f3f..000000000000
115 --- a/dev-vcs/rcs/rcs-5.9.4.ebuild
116 +++ /dev/null
117 @@ -1,49 +0,0 @@
118 -# Copyright 1999-2021 Gentoo Authors
119 -# Distributed under the terms of the GNU General Public License v2
120 -
121 -EAPI="5"
122 -
123 -inherit epatch flag-o-matic
124 -
125 -DESCRIPTION="Revision Control System"
126 -HOMEPAGE="https://www.gnu.org/software/rcs/"
127 -SRC_URI="mirror://gnu/rcs/${P}.tar.xz"
128 -
129 -LICENSE="GPL-3"
130 -SLOT="0"
131 -KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris"
132 -IUSE="doc"
133 -
134 -RDEPEND="
135 - sys-apps/diffutils
136 - sys-apps/ed"
137 -DEPEND="${RDEPEND}"
138 -
139 -src_prepare() {
140 - epatch "${FILESDIR}"/${P}-test-t810.patch
141 -
142 - sed -i -e '/gets is a security hole/d' \
143 - lib/stdio.in.h || die
144 -}
145 -
146 -src_configure() {
147 - append-flags -std=gnu99
148 - econf
149 -}
150 -
151 -src_test() {
152 - emake check
153 -}
154 -
155 -src_install() {
156 - emake DESTDIR="${D}" install
157 -
158 - dodoc ChangeLog NEWS README
159 -
160 - if use doc; then
161 - emake -C doc html
162 - rm -R "${ED}/usr/share/doc/rcs"
163 - mv doc/rcs.html doc/html
164 - dodoc -r doc/html/
165 - fi
166 -}