From: "Sam James" <sam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-vcs/rcs/
Date: Thu, 3 Feb 2022 09:40:32 +0000 (UTC) [thread overview]
Message-ID: <1643881208.e134a2a691578ccfda625110518446405602e7a0.sam@gentoo> (raw)
commit: e134a2a691578ccfda625110518446405602e7a0
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu Feb 3 09:40:04 2022 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Feb 3 09:40:08 2022 +0000
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 <sam <AT> 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 000000000000..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
+}
next reply other threads:[~2022-02-03 9:40 UTC|newest]
Thread overview: 35+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-02-03 9:40 Sam James [this message]
-- strict thread matches above, loose matches on Subject: below --
2022-10-18 2:47 [gentoo-commits] repo/gentoo:master commit in: dev-vcs/rcs/ Sam James
2022-08-02 6:52 Agostino Sarubbo
2022-08-01 8:04 Agostino Sarubbo
2022-08-01 8:03 Agostino Sarubbo
2022-08-01 8:02 Agostino Sarubbo
2022-08-01 8:02 Agostino Sarubbo
2022-08-01 8:01 Agostino Sarubbo
2022-08-01 3:27 Sam James
2022-08-01 3:24 Sam James
2022-08-01 2:33 Sam James
2022-04-22 21:47 Mike Gilbert
2022-04-14 19:28 Jakov Smolić
2021-12-09 16:23 Agostino Sarubbo
2021-12-08 23:00 Sam James
2021-12-08 6:16 Sam James
2021-12-08 6:15 Sam James
2021-12-08 6:15 Sam James
2021-12-08 6:15 Sam James
2021-12-08 6:15 Sam James
2021-10-30 17:24 Agostino Sarubbo
2021-10-30 17:22 Agostino Sarubbo
2021-10-29 18:32 Sam James
2021-10-29 18:32 Sam James
2021-10-29 18:30 Sam James
2021-10-29 18:30 Sam James
2021-10-29 18:30 Sam James
2021-01-06 22:58 Fabian Groffen
2019-12-22 12:41 David Seifert
2018-05-30 12:03 Mart Raudsepp
2017-11-26 11:39 David Seifert
2016-05-29 14:19 Pacho Ramos
2015-09-21 11:27 Agostino Sarubbo
2015-09-15 4:37 Jeroen Roovers
2015-08-09 15:25 Mikle Kolyada
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1643881208.e134a2a691578ccfda625110518446405602e7a0.sam@gentoo \
--to=sam@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox