Gentoo Archives: gentoo-commits

From: "Aaron W. Swenson" <titanofold@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/Alien-Base-ModuleBuild/
Date: Fri, 02 Aug 2019 10:10:24
Message-Id: 1564740602.facd067fa62a6301bfa360d47e5d928633b67165.titanofold@gentoo
1 commit: facd067fa62a6301bfa360d47e5d928633b67165
2 Author: Aaron W. Swenson <titanofold <AT> gentoo <DOT> org>
3 AuthorDate: Fri Aug 2 09:54:17 2019 +0000
4 Commit: Aaron W. Swenson <titanofold <AT> gentoo <DOT> org>
5 CommitDate: Fri Aug 2 10:10:02 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=facd067f
7
8 dev-perl/Alien-Base-ModuleBuild: Initial commit
9
10 Directly needed by dev-perl/Alien-LibGumbo. Ultimately needed by www-apps/rt.
11
12 Package-Manager: Portage-2.3.66, Repoman-2.3.11
13 Signed-off-by: Aaron W. Swenson <titanofold <AT> gentoo.org>
14
15 .../Alien-Base-ModuleBuild-1.60.0.ebuild | 40 ++++++++++++++++++++++
16 dev-perl/Alien-Base-ModuleBuild/Manifest | 1 +
17 dev-perl/Alien-Base-ModuleBuild/metadata.xml | 16 +++++++++
18 3 files changed, 57 insertions(+)
19
20 diff --git a/dev-perl/Alien-Base-ModuleBuild/Alien-Base-ModuleBuild-1.60.0.ebuild b/dev-perl/Alien-Base-ModuleBuild/Alien-Base-ModuleBuild-1.60.0.ebuild
21 new file mode 100644
22 index 00000000000..98414f9fdfc
23 --- /dev/null
24 +++ b/dev-perl/Alien-Base-ModuleBuild/Alien-Base-ModuleBuild-1.60.0.ebuild
25 @@ -0,0 +1,40 @@
26 +# Copyright 1999-2019 Gentoo Authors
27 +# Distributed under the terms of the GNU General Public License v2
28 +
29 +EAPI=6
30 +
31 +DIST_AUTHOR=PLICEASE
32 +DIST_VERSION=1.06
33 +inherit perl-module
34 +
35 +DESCRIPTION="A Module::Build subclass for building Alien:: modules and their libraries"
36 +SLOT="0"
37 +KEYWORDS="~amd64"
38 +IUSE="test"
39 +
40 +# HTML-Parser for HTML::LinkExtor
41 +# Alien-Build for Alien::Base::PkgConfig
42 +RDEPEND="
43 +>=dev-perl/Alien-Build-1.200.0
44 +>=dev-perl/Capture-Tiny-0.170.0
45 +>=dev-perl/File-chdir-0.100.500
46 +>=dev-perl/Module-Build-0.400.400
47 +>=dev-perl/Path-Tiny-0.77.0
48 +>=virtual/perl-Archive-Tar-1.400.0
49 +>=virtual/perl-HTTP-Tiny-0.44.0
50 +>=virtual/perl-Scalar-List-Utils-1.450.0
51 +>=virtual/perl-Text-ParseWords-3.260.0
52 +dev-perl/Archive-Extract
53 +dev-perl/HTML-Parser
54 +dev-perl/Shell-Config-Generate
55 +dev-perl/Shell-Guess
56 +dev-perl/Sort-Versions
57 +dev-perl/URI
58 +virtual/perl-JSON-PP
59 +virtual/perl-parent
60 +"
61 +
62 +# Test2-Suite for Test2::Require::Module and Test2::V0
63 +DEPEND="${RDEPEND}
64 + test? ( >=dev-perl/Test2-Suite-0.0.71 )
65 +"
66
67 diff --git a/dev-perl/Alien-Base-ModuleBuild/Manifest b/dev-perl/Alien-Base-ModuleBuild/Manifest
68 new file mode 100644
69 index 00000000000..edd6623f818
70 --- /dev/null
71 +++ b/dev-perl/Alien-Base-ModuleBuild/Manifest
72 @@ -0,0 +1 @@
73 +DIST Alien-Base-ModuleBuild-1.06.tar.gz 64694 BLAKE2B 1c73045def6b1e0c936e25db07a087040c1b67b93182429963bd0d2918ad150b04b746d9bd5019ca4b3faf01efd06f945d2859c644e0a4d8d5ff8ef0ec66c01c SHA512 f9388fc7834e303a82b8ad408a6de7b04ce74a26674111c53103e17600e7b3f231885fa3557ad55677afc54f282d080d33542ae7659fc9e0a88c342c3c11652f
74
75 diff --git a/dev-perl/Alien-Base-ModuleBuild/metadata.xml b/dev-perl/Alien-Base-ModuleBuild/metadata.xml
76 new file mode 100644
77 index 00000000000..90abeff271a
78 --- /dev/null
79 +++ b/dev-perl/Alien-Base-ModuleBuild/metadata.xml
80 @@ -0,0 +1,16 @@
81 +<?xml version="1.0" encoding="UTF-8"?>
82 +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
83 +<pkgmetadata>
84 + <maintainer type="person">
85 + <email>titanofold@g.o</email>
86 + <name>Aaron W. Swenson</name>
87 + </maintainer>
88 + <maintainer type="project">
89 + <email>perl@g.o</email>
90 + <name>Gentoo Perl Project</name>
91 + </maintainer>
92 + <upstream>
93 + <remote-id type="cpan">Alien-Base-ModuleBuild</remote-id>
94 + <remote-id type="cpan-module">Alien::Base::ModuleBuild</remote-id>
95 + </upstream>
96 +</pkgmetadata>