aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Brewer <tomboy64@sina.cn>2016-06-08 04:35:51 +0200
committerMatthew Brewer <tomboy64@sina.cn>2016-06-08 04:35:51 +0200
commitfd9e969d5f7dbb07aacd84f3114f3a4ff7341f1f (patch)
tree47b4fd8eb6a91bb7c6406d5b52bfcc2f21925ede /dev-perl/RPM2/RPM2-1.300.0.ebuild
parentremove cura stuff from overlay (diff)
downloadtbc-fd9e969d5f7dbb07aacd84f3114f3a4ff7341f1f.tar.gz
tbc-fd9e969d5f7dbb07aacd84f3114f3a4ff7341f1f.tar.bz2
tbc-fd9e969d5f7dbb07aacd84f3114f3a4ff7341f1f.zip
add dev-perl/RPM2-1.300.0.ebuild
Diffstat (limited to 'dev-perl/RPM2/RPM2-1.300.0.ebuild')
-rw-r--r--dev-perl/RPM2/RPM2-1.300.0.ebuild21
1 files changed, 21 insertions, 0 deletions
diff --git a/dev-perl/RPM2/RPM2-1.300.0.ebuild b/dev-perl/RPM2/RPM2-1.300.0.ebuild
new file mode 100644
index 0000000..aba72e2
--- /dev/null
+++ b/dev-perl/RPM2/RPM2-1.300.0.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+DIST_AUTHOR="LKUNDRAK"
+DIST_VERSION="1.3"
+inherit perl-module
+
+DESCRIPTION="Perl bindings for the RPM Package Manager API"
+
+LICENSE="GPL-3+"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND="app-arch/rpm
+ virtual/perl-File-Path
+ virtual/perl-File-Spec"
+DEPEND="dev-perl/Module-Build"