dev-perl/Gentoo-App-Pram: Add ebuild to the tree.
authorPatrice Clement <monsieurp@gentoo.org>
Mon, 16 May 2016 23:34:12 +0000 (23:34 +0000)
committerPatrice Clement <monsieurp@gentoo.org>
Mon, 16 May 2016 23:37:38 +0000 (23:37 +0000)
Package-Manager: portage-2.2.26

dev-perl/Gentoo-App-Pram/Gentoo-App-Pram-0.1.0.ebuild [new file with mode: 0644]
dev-perl/Gentoo-App-Pram/Manifest [new file with mode: 0644]
dev-perl/Gentoo-App-Pram/metadata.xml [new file with mode: 0644]

diff --git a/dev-perl/Gentoo-App-Pram/Gentoo-App-Pram-0.1.0.ebuild b/dev-perl/Gentoo-App-Pram/Gentoo-App-Pram-0.1.0.ebuild
new file mode 100644 (file)
index 0000000..03a04e0
--- /dev/null
@@ -0,0 +1,24 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+MODULE_AUTHOR=MONSIEURP
+MODULE_VERSION=0.001000
+
+inherit perl-module
+
+DESCRIPTION="Readily merge Pull Requests from Github"
+HOMEPAGE="https://github.com/monsieurp/Gentoo-App-Pram"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
+IUSE="test"
+
+RDEPEND=""
+DEPEND="
+       dev-perl/Module-Build-Tiny
+       dev-perl/File-Which
+       ${RDEPEND}"
+
+SRC_TEST="do"
diff --git a/dev-perl/Gentoo-App-Pram/Manifest b/dev-perl/Gentoo-App-Pram/Manifest
new file mode 100644 (file)
index 0000000..89d2256
--- /dev/null
@@ -0,0 +1 @@
+DIST Gentoo-App-Pram-0.001000.tar.gz 4412 SHA256 f6151a53dd261e0059856da5d9d73740e03a82f74ef00842ffbe0b849e912221 SHA512 9bd7c03220d42c05d0d2c3109160ccb6062bb8713b324d6819745bcd61a72691afc010d70e1aeb26ad4930990dbe16627098329ba415ef76babcbe5518fa8fe9 WHIRLPOOL 5ef2f841fb38aab855903e07c93dcf09344263f1d7675ed5587a9fdb696008143a7236f7cf59f4730d048396a8555f2bc857cfeb96f863132383e26aba66bf15
diff --git a/dev-perl/Gentoo-App-Pram/metadata.xml b/dev-perl/Gentoo-App-Pram/metadata.xml
new file mode 100644 (file)
index 0000000..4ef0d34
--- /dev/null
@@ -0,0 +1,17 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+  <maintainer type="person">
+    <email>monsieurp@gentoo.org</email>
+       <name>Patrice Clement</name>
+  </maintainer>
+  <maintainer type="project">
+    <email>perl@gentoo.org</email>
+    <name>Gentoo Perl Project</name>
+  </maintainer>
+  <upstream>
+    <remote-id type="cpan">Gentoo-App-Pram</remote-id>
+    <remote-id type="cpan-module">Gentoo::App::Pram</remote-id>
+       <remote-id type="github">monsieur/Gentoo-App-Pram</remote-id>
+  </upstream>
+</pkgmetadata>