diff options
author | Matthew Brewer <tomboy64@sina.cn> | 2016-03-31 01:00:28 +0200 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2016-04-03 23:23:43 +0200 |
commit | b7aa60e3305fee32c2652c4930babfdf1becf0cc (patch) | |
tree | 3ab9cc861d05ba7d85e7fcf574783675ec6c9abb /dev-perl/Module-Build-WithXSpp | |
parent | dev-perl/Math-PlanePath: initial ebuild, version 122.0.0 (diff) | |
download | gentoo-b7aa60e3305fee32c2652c4930babfdf1becf0cc.tar.gz gentoo-b7aa60e3305fee32c2652c4930babfdf1becf0cc.tar.bz2 gentoo-b7aa60e3305fee32c2652c4930babfdf1becf0cc.zip |
dev-perl/Module-Build-WithXSpp: initial-ebuild, version 0.140.0
Package-Manager: portage-2.2.28
RepoMan-Options: --ignore-arches
Diffstat (limited to 'dev-perl/Module-Build-WithXSpp')
-rw-r--r-- | dev-perl/Module-Build-WithXSpp/Manifest | 1 | ||||
-rw-r--r-- | dev-perl/Module-Build-WithXSpp/Module-Build-WithXSpp-0.140.0.ebuild | 24 | ||||
-rw-r--r-- | dev-perl/Module-Build-WithXSpp/metadata.xml | 20 |
3 files changed, 45 insertions, 0 deletions
diff --git a/dev-perl/Module-Build-WithXSpp/Manifest b/dev-perl/Module-Build-WithXSpp/Manifest new file mode 100644 index 000000000000..a31a4e84d1f4 --- /dev/null +++ b/dev-perl/Module-Build-WithXSpp/Manifest @@ -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 index 000000000000..a5482881fdaf --- /dev/null +++ b/dev-perl/Module-Build-WithXSpp/Module-Build-WithXSpp-0.140.0.ebuild @@ -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 index 000000000000..bf76f9997793 --- /dev/null +++ b/dev-perl/Module-Build-WithXSpp/metadata.xml @@ -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> |