summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Stakenvicius <axs@gentoo.org>2014-08-21 18:45:05 +0000
committerIan Stakenvicius <axs@gentoo.org>2014-08-21 18:45:05 +0000
commit8e8145e5ac8e783d77aefa2d515a66cdab227b1b (patch)
treee01859c549c4c1c89df2c60db2588cec622a512f /dev-perl/Rcs/Rcs-1.50.0-r1.ebuild
parentbump EAPI to 5 to help with dev-lang/perl upgrades (diff)
downloadgentoo-2-8e8145e5ac8e783d77aefa2d515a66cdab227b1b.tar.gz
gentoo-2-8e8145e5ac8e783d77aefa2d515a66cdab227b1b.tar.bz2
gentoo-2-8e8145e5ac8e783d77aefa2d515a66cdab227b1b.zip
bump EAPI to 5 to help with dev-lang/perl upgrades
(Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 2B6559ED)
Diffstat (limited to 'dev-perl/Rcs/Rcs-1.50.0-r1.ebuild')
-rw-r--r--dev-perl/Rcs/Rcs-1.50.0-r1.ebuild18
1 files changed, 18 insertions, 0 deletions
diff --git a/dev-perl/Rcs/Rcs-1.50.0-r1.ebuild b/dev-perl/Rcs/Rcs-1.50.0-r1.ebuild
new file mode 100644
index 000000000000..8f74400c8440
--- /dev/null
+++ b/dev-perl/Rcs/Rcs-1.50.0-r1.ebuild
@@ -0,0 +1,18 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Rcs/Rcs-1.50.0-r1.ebuild,v 1.1 2014/08/21 18:45:05 axs Exp $
+
+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}"