* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Rcs/
@ 2018-01-03 13:42 Kent Fredric
0 siblings, 0 replies; 3+ messages in thread
From: Kent Fredric @ 2018-01-03 13:42 UTC (permalink / raw
To: gentoo-commits
commit: 863a3ec6f4a2f24e828110e00bfd663cd1c44feb
Author: Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Wed Jan 3 13:38:03 2018 +0000
Commit: Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Wed Jan 3 13:40:43 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=863a3ec6
dev-perl/Rcs: EAPI6 + tests + examples
- EAPI6ify
- Enable tests
- Add USE=examples
Package-Manager: Portage-2.3.18, Repoman-2.3.6
dev-perl/Rcs/Rcs-1.50.0-r2.ebuild | 18 ++++++++++++++++++
1 file changed, 18 insertions(+)
diff --git a/dev-perl/Rcs/Rcs-1.50.0-r2.ebuild b/dev-perl/Rcs/Rcs-1.50.0-r2.ebuild
new file mode 100644
index 00000000000..14231184849
--- /dev/null
+++ b/dev-perl/Rcs/Rcs-1.50.0-r2.ebuild
@@ -0,0 +1,18 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DIST_AUTHOR=CFRETER
+DIST_VERSION=1.05
+DIST_EXAMPLES=( "examples/*" )
+inherit perl-module
+
+DESCRIPTION="Perl bindings for Revision Control System"
+
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE=""
+
+RDEPEND="dev-vcs/rcs"
+DEPEND="${RDEPEND}"
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Rcs/
@ 2018-07-21 11:43 Kent Fredric
0 siblings, 0 replies; 3+ messages in thread
From: Kent Fredric @ 2018-07-21 11:43 UTC (permalink / raw
To: gentoo-commits
commit: 16deae5d410b42e95a22106b781f9478bc19180c
Author: Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Sat Jul 21 11:32:27 2018 +0000
Commit: Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Sat Jul 21 11:42:50 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=16deae5d
dev-perl/Rcs: Cleanup old version 1.50.0-r1
Package-Manager: Portage-2.3.40, Repoman-2.3.9
dev-perl/Rcs/Rcs-1.50.0-r1.ebuild | 17 -----------------
1 file changed, 17 deletions(-)
diff --git a/dev-perl/Rcs/Rcs-1.50.0-r1.ebuild b/dev-perl/Rcs/Rcs-1.50.0-r1.ebuild
deleted file mode 100644
index 19ab58a9989..00000000000
--- a/dev-perl/Rcs/Rcs-1.50.0-r1.ebuild
+++ /dev/null
@@ -1,17 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-MODULE_AUTHOR=CFRETER
-MODULE_VERSION=1.05
-inherit perl-module
-
-DESCRIPTION="Perl bindings for Revision Control System"
-
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE=""
-
-RDEPEND="dev-vcs/rcs"
-DEPEND="${RDEPEND}"
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Rcs/
@ 2021-08-02 21:17 Andreas K. Hüttel
0 siblings, 0 replies; 3+ messages in thread
From: Andreas K. Hüttel @ 2021-08-02 21:17 UTC (permalink / raw
To: gentoo-commits
commit: b5cf568a6e0e97705f790a85745484bfe5035e19
Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Mon Aug 2 21:10:23 2021 +0000
Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Mon Aug 2 21:14:59 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b5cf568a
dev-perl/Rcs: EAPI=8 bump
Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>
dev-perl/Rcs/{Rcs-1.50.0-r2.ebuild => Rcs-1.50.0-r3.ebuild} | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/dev-perl/Rcs/Rcs-1.50.0-r2.ebuild b/dev-perl/Rcs/Rcs-1.50.0-r3.ebuild
similarity index 81%
rename from dev-perl/Rcs/Rcs-1.50.0-r2.ebuild
rename to dev-perl/Rcs/Rcs-1.50.0-r3.ebuild
index 14231184849..eca14178cca 100644
--- a/dev-perl/Rcs/Rcs-1.50.0-r2.ebuild
+++ b/dev-perl/Rcs/Rcs-1.50.0-r3.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=6
+EAPI=8
DIST_AUTHOR=CFRETER
DIST_VERSION=1.05
@@ -12,7 +12,7 @@ DESCRIPTION="Perl bindings for Revision Control System"
SLOT="0"
KEYWORDS="~amd64"
-IUSE=""
RDEPEND="dev-vcs/rcs"
DEPEND="${RDEPEND}"
+BDEPEND="${RDEPEND}"
^ permalink raw reply related [flat|nested] 3+ messages in thread
end of thread, other threads:[~2021-08-02 21:18 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-01-03 13:42 [gentoo-commits] repo/gentoo:master commit in: dev-perl/Rcs/ Kent Fredric
-- strict thread matches above, loose matches on Subject: below --
2018-07-21 11:43 Kent Fredric
2021-08-02 21:17 Andreas K. Hüttel
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox