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-LibXML-Simple/
Date: Wed, 06 Oct 2021 12:07:32
Message-Id: 1633522012.f7c6f9c9d8184033a0a1ca8cbdab3b96ed19fef7.dilfridge@gentoo
1 commit: f7c6f9c9d8184033a0a1ca8cbdab3b96ed19fef7
2 Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
3 AuthorDate: Wed Oct 6 11:56:05 2021 +0000
4 Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
5 CommitDate: Wed Oct 6 12:06:52 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f7c6f9c9
7
8 dev-perl/XML-LibXML-Simple: Version bump 1.01
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-LibXML-Simple/Manifest | 1 +
14 .../XML-LibXML-Simple-1.10.0.ebuild | 24 ++++++++++++++++++++++
15 2 files changed, 25 insertions(+)
16
17 diff --git a/dev-perl/XML-LibXML-Simple/Manifest b/dev-perl/XML-LibXML-Simple/Manifest
18 index 954817be683..a2ecc627fed 100644
19 --- a/dev-perl/XML-LibXML-Simple/Manifest
20 +++ b/dev-perl/XML-LibXML-Simple/Manifest
21 @@ -1 +1,2 @@
22 DIST XML-LibXML-Simple-0.99.tar.gz 23395 BLAKE2B 059f947da14123b8f19c2497dde74a72ef87e4c2ac368ac1d60e25d6c57065a8dc392a498e629aad700d97896087f6bd189a4a3c5ea55a9cca6d436bba1cd43e SHA512 806e039eefb447c43c747d1621bb432a3df13cb36798853ef2fe8a0ccaa1d7651d67fd6d386e19936100ffd4c04185004e5f0bb4ced66ed544efb6d6157b4e47
23 +DIST XML-LibXML-Simple-1.01.tar.gz 24793 BLAKE2B 61a69bbcc72c62c9588580e53fad52ba223e51284908c954f73fe7849995e34f4b1992cff06d4e8072357b554294a43e6191e9addc7680a68101ad02f3374903 SHA512 e0de7a3c70facbb1dd8bb9278b242eae5e390b6495e529d2b94fce620dadc8fb0ed773b0a4a2d4c7f99359bceca0cbac7316d9e412736bf54754b2602cee285c
24
25 diff --git a/dev-perl/XML-LibXML-Simple/XML-LibXML-Simple-1.10.0.ebuild b/dev-perl/XML-LibXML-Simple/XML-LibXML-Simple-1.10.0.ebuild
26 new file mode 100644
27 index 00000000000..665ca132a51
28 --- /dev/null
29 +++ b/dev-perl/XML-LibXML-Simple/XML-LibXML-Simple-1.10.0.ebuild
30 @@ -0,0 +1,24 @@
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.01
38 +inherit perl-module
39 +
40 +DESCRIPTION="XML::LibXML based XML::Simple clone"
41 +
42 +SLOT="0"
43 +KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~x86"
44 +
45 +RDEPEND="
46 + virtual/perl-Scalar-List-Utils
47 + >=dev-perl/XML-LibXML-1.640.0
48 +"
49 +BDEPEND="${RDEPEND}
50 + virtual/perl-ExtUtils-MakeMaker
51 + test? (
52 + >=virtual/perl-Test-Simple-0.540.0
53 + )
54 +"