summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKent Fredric <kentnl@gentoo.org>2017-11-02 10:59:31 +1300
committerKent Fredric <kentnl@gentoo.org>2017-11-02 10:59:51 +1300
commit953e83bfd1b6d36a01ef6fc4e809a8650a84b37b (patch)
tree685eec70c8fe3e2accf1d11c8325b0500096b86a /dev-perl/Module-Build-XSUtil
parentdev-perl/Module-Signature: Bump to version 0.810.0 (diff)
downloadgentoo-953e83bfd1b6d36a01ef6fc4e809a8650a84b37b.tar.gz
gentoo-953e83bfd1b6d36a01ef6fc4e809a8650a84b37b.tar.bz2
gentoo-953e83bfd1b6d36a01ef6fc4e809a8650a84b37b.zip
dev-perl/Module-Build-XSUtil: Bump to version 0.180.0
Upstream: - Support pure-perl build Package-Manager: Portage-2.3.8, Repoman-2.3.3
Diffstat (limited to 'dev-perl/Module-Build-XSUtil')
-rw-r--r--dev-perl/Module-Build-XSUtil/Manifest1
-rw-r--r--dev-perl/Module-Build-XSUtil/Module-Build-XSUtil-0.180.0.ebuild46
-rw-r--r--dev-perl/Module-Build-XSUtil/metadata.xml4
3 files changed, 51 insertions, 0 deletions
diff --git a/dev-perl/Module-Build-XSUtil/Manifest b/dev-perl/Module-Build-XSUtil/Manifest
index 24750afc4445..f5d732d1b83b 100644
--- a/dev-perl/Module-Build-XSUtil/Manifest
+++ b/dev-perl/Module-Build-XSUtil/Manifest
@@ -1 +1,2 @@
DIST Module-Build-XSUtil-0.16.tar.gz 15137 SHA256 15762fa4e43b41302cff261c7ad75aacdc874f416981f206d783f20acd023adb SHA512 8acc86564341e5ac435e37ecf6c10fdd5621dff3d5fe1764ca229ea2228e990d9774b65a9e95b1154c8dc4afd5299173e5eb6c632c4fbbe86162b7bb319bc18e WHIRLPOOL 43c13e1524bad731033c279bc6329ad67e2273a12cf5e648e0038ba3c2bc714bcf0c73dca73f22e17f8a659c5ba032c2f9f5f843f2e0798695c5c38cb4f64c43
+DIST Module-Build-XSUtil-0.18.tar.gz 15200 SHA256 cb3497dbf255625ea3e6f7aa2cf273212755211c6a634f1bec22f3c5e33954ee SHA512 ff2b9efd23a91e16ae95e6abc283e9c64e4eca9e1bfde3d6d2b95b052e5bcdf4d00baa6bf07d44dc6ffbf426eb73b2b83b52c60f5cd208862d35d006dec692be WHIRLPOOL 7e2671d9ec0f601ea7201f944740f65c20744b315567617cf050e002351eb29a4666b92683d9148ca8c30eb9c0218183b5bcebac70ca2dbfa53ccdf9e5813cab
diff --git a/dev-perl/Module-Build-XSUtil/Module-Build-XSUtil-0.180.0.ebuild b/dev-perl/Module-Build-XSUtil/Module-Build-XSUtil-0.180.0.ebuild
new file mode 100644
index 000000000000..e46ec575ccb3
--- /dev/null
+++ b/dev-perl/Module-Build-XSUtil/Module-Build-XSUtil-0.180.0.ebuild
@@ -0,0 +1,46 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DIST_AUTHOR=HIDEAKIO
+DIST_VERSION=0.18
+inherit perl-module
+
+DESCRIPTION="A Module::Build class for building XS modules"
+
+SLOT="0"
+KEYWORDS="~amd64 ~hppa ~ppc ~x86"
+IUSE="test examples"
+# File::Basename -> perl
+RDEPEND="
+ dev-perl/Devel-CheckCompiler
+ virtual/perl-Devel-PPPort
+ virtual/perl-Exporter
+ virtual/perl-ExtUtils-CBuilder
+ virtual/perl-File-Path
+ virtual/perl-XSLoader
+ virtual/perl-parent
+"
+# File::Spec::Functions -> virtual/perl-File-Spec
+# Test::More -> perl-Test-Simple
+DEPEND="
+ >=dev-perl/Module-Build-0.400.500
+ ${RDEPEND}
+ test? (
+ dev-perl/Capture-Tiny
+ dev-perl/Cwd-Guard
+ dev-perl/File-Copy-Recursive
+ virtual/perl-File-Spec
+ virtual/perl-File-Temp
+ >=virtual/perl-Test-Simple-0.980.0
+ )
+"
+src_install() {
+ perl-module_src_install
+ if use examples; then
+ docompress -x usr/share/doc/${PF}/eg/
+ insinto usr/share/doc/${PF}
+ doins -r eg
+ fi
+}
diff --git a/dev-perl/Module-Build-XSUtil/metadata.xml b/dev-perl/Module-Build-XSUtil/metadata.xml
index 2b9a936fc0a1..c48eb66bea32 100644
--- a/dev-perl/Module-Build-XSUtil/metadata.xml
+++ b/dev-perl/Module-Build-XSUtil/metadata.xml
@@ -5,4 +5,8 @@
<email>perl@gentoo.org</email>
<name>Gentoo Perl Project</name>
</maintainer>
+ <upstream>
+ <remote-id type="cpan">Module-Build-XSUtil</remote-id>
+ <remote-id type="cpan-module">Module::Build::XSUtil</remote-id>
+ </upstream>
</pkgmetadata>