Gentoo Archives: gentoo-commits

From: "Andreas K. Hüttel" <dilfridge@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/XML-Compile/
Date: Sun, 03 Oct 2021 22:48:03
Message-Id: 1633301257.b706c59e100926056e062f6be2399eefd38a8c91.dilfridge@gentoo
1 commit: b706c59e100926056e062f6be2399eefd38a8c91
2 Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
3 AuthorDate: Sun Oct 3 22:41:14 2021 +0000
4 Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
5 CommitDate: Sun Oct 3 22:47:37 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b706c59e
7
8 dev-perl/XML-Compile: Version bump 1.63
9
10 Package-Manager: Portage-3.0.26, Repoman-3.0.3
11 Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>
12
13 dev-perl/XML-Compile/Manifest | 1 +
14 dev-perl/XML-Compile/XML-Compile-1.630.0.ebuild | 38 +++++++++++++++++++++++++
15 2 files changed, 39 insertions(+)
16
17 diff --git a/dev-perl/XML-Compile/Manifest b/dev-perl/XML-Compile/Manifest
18 index 6458d5b4dfc..0213055a0c0 100644
19 --- a/dev-perl/XML-Compile/Manifest
20 +++ b/dev-perl/XML-Compile/Manifest
21 @@ -1 +1,2 @@
22 DIST XML-Compile-1.60.tar.gz 209090 BLAKE2B 215c043b84f46583cedf12b8be2ed48ce29ce0da45fddbb50135ea0685a3504baba22d61b463e42cfd2090514675396c6e6c400722bdf85b2f9d3a9f59a09015 SHA512 361666004b61bbdf07f62421239120256de3cbf5f17da532c7bab5c8fc9c057638dbf2c26604f8ecea3ef1301364dd945ccc9cbddc358096962d4c289009b61b
23 +DIST XML-Compile-1.63.tar.gz 210240 BLAKE2B 24d912ecc779b66cc3cff208fbf13852ee362cb8ea4e04a987d7594956fcee0c9dab80a61cd04cddc134a7f1711b52c1396338f01447fbb66e674ff6227094cb SHA512 92f030ae7d54ef9aa82910e570d011cb98eda1546695a26626e5b17bfde7016d155f50ffe87fd4ae4111d075ad852d44fa7183ec96bf0c5cb2a7fba46a1a13db
24
25 diff --git a/dev-perl/XML-Compile/XML-Compile-1.630.0.ebuild b/dev-perl/XML-Compile/XML-Compile-1.630.0.ebuild
26 new file mode 100644
27 index 00000000000..108ed15d7d0
28 --- /dev/null
29 +++ b/dev-perl/XML-Compile/XML-Compile-1.630.0.ebuild
30 @@ -0,0 +1,38 @@
31 +# Copyright 1999-2021 Gentoo Authors
32 +# Distributed under the terms of the GNU General Public License v2
33 +
34 +EAPI=8
35 +
36 +DIST_AUTHOR=MARKOV
37 +DIST_VERSION=1.63
38 +inherit perl-module
39 +
40 +DESCRIPTION="Compilation based XML Processing"
41 +SLOT="0"
42 +KEYWORDS="~amd64 ~x86"
43 +
44 +RDEPEND="
45 + >=virtual/perl-Digest-MD5-2.360.0
46 + >=virtual/perl-IO-1.220.0
47 + virtual/perl-Scalar-List-Utils
48 + >=dev-perl/Log-Report-1.200.0
49 + >=virtual/perl-MIME-Base64-3.100.0
50 + >=virtual/perl-Math-BigInt-1.770.0
51 + >=virtual/perl-Math-BigRat-0.100.0
52 + dev-perl/Types-Serialiser
53 + >=dev-perl/XML-LibXML-2.10.700
54 + >=virtual/perl-bignum-0.100.0
55 +"
56 +BDEPEND="${RDEPEND}
57 + virtual/perl-ExtUtils-MakeMaker
58 + test? (
59 + >=dev-perl/Test-Deep-0.95.0
60 + >=virtual/perl-Test-Simple-0.540.0
61 + >=dev-perl/XML-Compile-Tester-0.900.0
62 + )
63 +"
64 +
65 +src_install() {
66 + perl-module_src_install
67 + dodoc -r html
68 +}