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-LibXSLT/
Date: Wed, 06 Oct 2021 12:07:32
Message-Id: 1633522015.baf71d5c9b4db0ab13e5760b3f7d6a23f4e5bf6b.dilfridge@gentoo
1 commit: baf71d5c9b4db0ab13e5760b3f7d6a23f4e5bf6b
2 Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
3 AuthorDate: Wed Oct 6 11:58:16 2021 +0000
4 Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
5 CommitDate: Wed Oct 6 12:06:55 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=baf71d5c
7
8 dev-perl/XML-LibXSLT: Version bump 1.99
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-LibXSLT/Manifest | 1 +
14 dev-perl/XML-LibXSLT/XML-LibXSLT-1.990.0.ebuild | 28 +++++++++++++++++++++++++
15 2 files changed, 29 insertions(+)
16
17 diff --git a/dev-perl/XML-LibXSLT/Manifest b/dev-perl/XML-LibXSLT/Manifest
18 index f2380e374b4..81892cb30c6 100644
19 --- a/dev-perl/XML-LibXSLT/Manifest
20 +++ b/dev-perl/XML-LibXSLT/Manifest
21 @@ -1 +1,2 @@
22 DIST XML-LibXSLT-1.96.tar.gz 114068 BLAKE2B 2225e387e9e877578be51a9a6c8c3612490e79c2cec366dd2fdc64710ce67200f5ab7109742197abcdc311f9a1bf16b42a40c7e7df4d669b638de4ee49782866 SHA512 7b6e22889c538bbd861c6420cd56893d229676d3afc1cf30e17cae48a4714139769a99a48a99f1dff52864f4989e410303007c07941625bf6bd12a24276c35e6
23 +DIST XML-LibXSLT-1.99.tar.gz 114083 BLAKE2B 2fcb6d1fde354aa58c9ba6d5a5037640d0e585f6bbfb7d81cf18e9f3b9c9ab7dfcdc6c455eef5a397ae310ca45c37fdb0f2f2b43227f7cffe0c652ca25775dec SHA512 d716fe44673c83c5670a8f98cf82057e7df35d43ee452843adb7c605d36e7a42b35bdf26937a2e3d8c55494ac83c23f1421ab4481a4817c011074668bc951739
24
25 diff --git a/dev-perl/XML-LibXSLT/XML-LibXSLT-1.990.0.ebuild b/dev-perl/XML-LibXSLT/XML-LibXSLT-1.990.0.ebuild
26 new file mode 100644
27 index 00000000000..60677a9a8a2
28 --- /dev/null
29 +++ b/dev-perl/XML-LibXSLT/XML-LibXSLT-1.990.0.ebuild
30 @@ -0,0 +1,28 @@
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=SHLOMIF
37 +DIST_VERSION=1.99
38 +inherit perl-module
39 +
40 +DESCRIPTION="A Perl module to parse XSL Transformational sheets using gnome's libXSLT"
41 +
42 +SLOT="0"
43 +KEYWORDS="~amd64 ~arm ~arm64 ~mips ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
44 +
45 +RDEPEND="
46 + virtual/perl-Encode
47 + >=dev-perl/XML-LibXML-1.700.0
48 + >=dev-libs/libxslt-1.1.32
49 +"
50 +BDEPEND="${RDEPEND}
51 + virtual/perl-ExtUtils-MakeMaker
52 + virtual/pkgconfig
53 +"
54 +
55 +PERL_RM_FILES=(
56 + "t/cpan-changes.t" "t/pod.t"
57 + "t/style-trailing-space.t"
58 +)