diff options
author | Andreas K. Hüttel <dilfridge@gentoo.org> | 2021-10-06 13:58:16 +0200 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2021-10-06 14:06:55 +0200 |
commit | baf71d5c9b4db0ab13e5760b3f7d6a23f4e5bf6b (patch) | |
tree | 082a42ad7ab2d49c4374062f91f99d66ffe2b994 /dev-perl | |
parent | dev-perl/XML-LibXML-Simple: Version bump 1.01 (diff) | |
download | gentoo-baf71d5c9b4db0ab13e5760b3f7d6a23f4e5bf6b.tar.gz gentoo-baf71d5c9b4db0ab13e5760b3f7d6a23f4e5bf6b.tar.bz2 gentoo-baf71d5c9b4db0ab13e5760b3f7d6a23f4e5bf6b.zip |
dev-perl/XML-LibXSLT: Version bump 1.99
Package-Manager: Portage-3.0.26, Repoman-3.0.3
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
Diffstat (limited to 'dev-perl')
-rw-r--r-- | dev-perl/XML-LibXSLT/Manifest | 1 | ||||
-rw-r--r-- | dev-perl/XML-LibXSLT/XML-LibXSLT-1.990.0.ebuild | 28 |
2 files changed, 29 insertions, 0 deletions
diff --git a/dev-perl/XML-LibXSLT/Manifest b/dev-perl/XML-LibXSLT/Manifest index f2380e374b49..81892cb30c67 100644 --- a/dev-perl/XML-LibXSLT/Manifest +++ b/dev-perl/XML-LibXSLT/Manifest @@ -1 +1,2 @@ DIST XML-LibXSLT-1.96.tar.gz 114068 BLAKE2B 2225e387e9e877578be51a9a6c8c3612490e79c2cec366dd2fdc64710ce67200f5ab7109742197abcdc311f9a1bf16b42a40c7e7df4d669b638de4ee49782866 SHA512 7b6e22889c538bbd861c6420cd56893d229676d3afc1cf30e17cae48a4714139769a99a48a99f1dff52864f4989e410303007c07941625bf6bd12a24276c35e6 +DIST XML-LibXSLT-1.99.tar.gz 114083 BLAKE2B 2fcb6d1fde354aa58c9ba6d5a5037640d0e585f6bbfb7d81cf18e9f3b9c9ab7dfcdc6c455eef5a397ae310ca45c37fdb0f2f2b43227f7cffe0c652ca25775dec SHA512 d716fe44673c83c5670a8f98cf82057e7df35d43ee452843adb7c605d36e7a42b35bdf26937a2e3d8c55494ac83c23f1421ab4481a4817c011074668bc951739 diff --git a/dev-perl/XML-LibXSLT/XML-LibXSLT-1.990.0.ebuild b/dev-perl/XML-LibXSLT/XML-LibXSLT-1.990.0.ebuild new file mode 100644 index 000000000000..60677a9a8a2f --- /dev/null +++ b/dev-perl/XML-LibXSLT/XML-LibXSLT-1.990.0.ebuild @@ -0,0 +1,28 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DIST_AUTHOR=SHLOMIF +DIST_VERSION=1.99 +inherit perl-module + +DESCRIPTION="A Perl module to parse XSL Transformational sheets using gnome's libXSLT" + +SLOT="0" +KEYWORDS="~amd64 ~arm ~arm64 ~mips ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux" + +RDEPEND=" + virtual/perl-Encode + >=dev-perl/XML-LibXML-1.700.0 + >=dev-libs/libxslt-1.1.32 +" +BDEPEND="${RDEPEND} + virtual/perl-ExtUtils-MakeMaker + virtual/pkgconfig +" + +PERL_RM_FILES=( + "t/cpan-changes.t" "t/pod.t" + "t/style-trailing-space.t" +) |