dev-perl/Module-Build-WithXSpp: initial-ebuild, version 0.140.0
authorMatthew Brewer <tomboy64@sina.cn>
Wed, 30 Mar 2016 23:00:28 +0000 (01:00 +0200)
committerAndreas K. Hüttel <dilfridge@gentoo.org>
Sun, 3 Apr 2016 21:23:43 +0000 (23:23 +0200)
Package-Manager: portage-2.2.28
RepoMan-Options: --ignore-arches

dev-perl/Module-Build-WithXSpp/Manifest [new file with mode: 0644]
dev-perl/Module-Build-WithXSpp/Module-Build-WithXSpp-0.140.0.ebuild [new file with mode: 0644]
dev-perl/Module-Build-WithXSpp/metadata.xml [new file with mode: 0644]

diff --git a/dev-perl/Module-Build-WithXSpp/Manifest b/dev-perl/Module-Build-WithXSpp/Manifest
new file mode 100644 (file)
index 0000000..a31a4e8
--- /dev/null
@@ -0,0 +1 @@
+DIST Module-Build-WithXSpp-0.14.tar.gz 14103 SHA256 53b3c8c8fdbd50fc3dad3d19da20f1b6414ef70665b9311710c802969e746934 SHA512 2d334656128fe9e4b2e06ce23fc33b81bd4302477dcca2ac2cf87a74cbd4d160c7875e2a252e85116dc17a6e9ee53d43457a7d50e0cdd33d3514ad47eac4554c WHIRLPOOL 617ab44960c975551d62bb1f61a2c9a4f503edb0454f00bc3b21bd8a19ad6a8d31480324d71382979f3f368d93d1fd463d5480b91841929acd9cc14739857a78
diff --git a/dev-perl/Module-Build-WithXSpp/Module-Build-WithXSpp-0.140.0.ebuild b/dev-perl/Module-Build-WithXSpp/Module-Build-WithXSpp-0.140.0.ebuild
new file mode 100644 (file)
index 0000000..a548288
--- /dev/null
@@ -0,0 +1,24 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+DIST_AUTHOR="SMUELLER"
+DIST_VERSION=0.14
+inherit perl-module
+
+DESCRIPTION="XS++ enhanced flavour of Module::Build"
+
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+
+RDEPEND=">=dev-perl/ExtUtils-CppGuess-0.40.0
+       >=dev-perl/ExtUtils-XSpp-0.110.0
+       virtual/perl-Digest-MD5
+       virtual/perl-ExtUtils-CBuilder
+       >=virtual/perl-ExtUtils-ParseXS-2.220.500
+       >=dev-perl/Module-Build-0.260.0"
+DEPEND="${RDEPEND}
+       test? ( virtual/perl-Test-Simple )"
diff --git a/dev-perl/Module-Build-WithXSpp/metadata.xml b/dev-perl/Module-Build-WithXSpp/metadata.xml
new file mode 100644 (file)
index 0000000..bf76f99
--- /dev/null
@@ -0,0 +1,20 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+       <maintainer type="person">
+               <email>tomboy64@sina.cn</email>
+               <name>Proxy-Maintainer; please assign him to bugs.</name>
+       </maintainer>
+       <maintainer type="project">
+               <email>perl@gentoo.org</email>
+               <name>Gentoo Perl Project</name>
+       </maintainer>
+       <maintainer type="project">
+               <email>proxy-maint@gentoo.org</email>
+               <name>Gentoo Proxy Maintainers Project</name>
+       </maintainer>
+       <upstream>
+               <remote-id type="cpan">Module-Build-WithXSpp</remote-id>
+               <remote-id type="cpan-module">Module::Build::WithXSpp</remote-id>
+       </upstream>
+</pkgmetadata>