dev-perl/Module-Build-XSUtil: Bump to version 0.180.0
authorKent Fredric <kentnl@gentoo.org>
Wed, 1 Nov 2017 21:59:31 +0000 (10:59 +1300)
committerKent Fredric <kentnl@gentoo.org>
Wed, 1 Nov 2017 21:59:51 +0000 (10:59 +1300)
Upstream:
- Support pure-perl build

Package-Manager: Portage-2.3.8, Repoman-2.3.3

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

index 24750afc44455dd1a1092840446beb7a5d6fea61..f5d732d1b83b67b8c949a98af5b435ec649b16ad 100644 (file)
@@ -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 (file)
index 0000000..e46ec57
--- /dev/null
@@ -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
+}
index 2b9a936fc0a1933802b5db1fa4b28a53939f2a4e..c48eb66bea324b8bda24e67b897e9b28b02ca36c 100644 (file)
@@ -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>