summaryrefslogtreecommitdiff
path: root/dev-perl/XML-LibXSLT
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2018-07-14 20:57:42 +0100
committerV3n3RiX <venerix@redcorelinux.org>2018-07-14 20:57:42 +0100
commit1798c4aeca70ac8d0a243684d6a798fbc65735f8 (patch)
treee48e19cb6fa03de18e1c63e1a93371b7ebc4eb56 /dev-perl/XML-LibXSLT
parentd87262dd706fec50cd150aab3e93883b6337466d (diff)
gentoo resync : 14.07.2018
Diffstat (limited to 'dev-perl/XML-LibXSLT')
-rw-r--r--dev-perl/XML-LibXSLT/Manifest6
-rw-r--r--dev-perl/XML-LibXSLT/XML-LibXSLT-1.940.0.ebuild24
-rw-r--r--dev-perl/XML-LibXSLT/XML-LibXSLT-1.960.0.ebuild31
-rw-r--r--dev-perl/XML-LibXSLT/files/XML-LibXSLT-1.96-entityexpandtest.patch29
-rw-r--r--dev-perl/XML-LibXSLT/metadata.xml18
5 files changed, 0 insertions, 108 deletions
diff --git a/dev-perl/XML-LibXSLT/Manifest b/dev-perl/XML-LibXSLT/Manifest
deleted file mode 100644
index 1f95695e607f..000000000000
--- a/dev-perl/XML-LibXSLT/Manifest
+++ /dev/null
@@ -1,6 +0,0 @@
-AUX XML-LibXSLT-1.96-entityexpandtest.patch 791 BLAKE2B 844c61b8fc33a3374de6b2f4066fe301a2122bb2ac5f48ca61a62db4ae5e3371333656a34b73216e12d219c802a6aa5df2db4fed917a1ed02ed2c5afe07c75b7 SHA512 f11d50369bcf0159b58f4ce1c88df02464d1f9c3803b199546b2b276b2f61fa537a4d746d337f80593496bd460b44eee42bbb1cd463224eb969bdb835786187c
-DIST XML-LibXSLT-1.94.tar.gz 114015 BLAKE2B e16cebbfc5e126dc56482845af4f21b70c62ef08eb14bc79f678fca35d418858b33d69adc411836f4d81cdb7dde8fb535b9f4855a947deab60ec1d77a4edd9d5 SHA512 52b3ec6ef0556d9dde8320acbea01fe36e219bc62ed2d9e0cbe2f8f402bfc3f42ca1e28a6e047e69f501982fe4ba40d23fcfbce9399388c9f28a0d8804fc5f73
-DIST XML-LibXSLT-1.96.tar.gz 114068 BLAKE2B 2225e387e9e877578be51a9a6c8c3612490e79c2cec366dd2fdc64710ce67200f5ab7109742197abcdc311f9a1bf16b42a40c7e7df4d669b638de4ee49782866 SHA512 7b6e22889c538bbd861c6420cd56893d229676d3afc1cf30e17cae48a4714139769a99a48a99f1dff52864f4989e410303007c07941625bf6bd12a24276c35e6
-EBUILD XML-LibXSLT-1.940.0.ebuild 493 BLAKE2B 40345d1d84105d6b60d6422438a103fa8fae667c1a9a3e8a87761f599a541b9dbf600bae482f4efa443d0eeeb8badc7e45aac9398db2aff83c9703b20ef87c5c SHA512 a6b4a80e1161969508091b2ee0afea228e2b6fc7acc726d6f36906a128fbd53625be2c314252f6e7a229c382675303a630f698b7c7e1d9a7b3e049a660856dd2
-EBUILD XML-LibXSLT-1.960.0.ebuild 677 BLAKE2B 129ff8c3c6935aa5ccc9d7739fc401666a66262d662e6b91ad5cf5f95365836ed8cc17e35ff5f3ae7df6c69d6e61c0033d478f0ce7616480d0609c4855c34c37 SHA512 27e51bb83fc6b8ec28d2007cbb7fff617cf0ebdcfd72d16329d454dec0cc43abcbd31eaa10e5f0c6e89a3f4abb7f9b6f9501e90229159c0b4095e360cca923d5
-MISC metadata.xml 804 BLAKE2B 52f3c7030c5a8eaa8c59cb02db4887c509285c1c1b1d22435523a27cef5627e701983dd6b7d961a3bcaad3187ac4993e91be4fe688cb6b25a7b1d1f39627f1b0 SHA512 8baa00642249d81519d3d21ff2375ac5adbc79db18a225f4bb1f9e7145b8a98b9d258248cbcae9d50cfb5440185e06942e1551ad1d28db8bb7705525d962a6d0
diff --git a/dev-perl/XML-LibXSLT/XML-LibXSLT-1.940.0.ebuild b/dev-perl/XML-LibXSLT/XML-LibXSLT-1.940.0.ebuild
deleted file mode 100644
index 890f277c9b8c..000000000000
--- a/dev-perl/XML-LibXSLT/XML-LibXSLT-1.940.0.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-MODULE_AUTHOR=SHLOMIF
-MODULE_VERSION=1.94
-inherit perl-module
-
-DESCRIPTION="A Perl module to parse XSL Transformational sheets using gnome's libXSLT"
-
-SLOT="0"
-KEYWORDS="amd64 ~mips ppc ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
-IUSE=""
-
-RDEPEND="
- >=dev-libs/libxslt-1.1.32
- >=dev-perl/XML-LibXML-1.700.0
-"
-DEPEND="${RDEPEND}
- virtual/pkgconfig
-"
-
-SRC_TEST="do"
diff --git a/dev-perl/XML-LibXSLT/XML-LibXSLT-1.960.0.ebuild b/dev-perl/XML-LibXSLT/XML-LibXSLT-1.960.0.ebuild
deleted file mode 100644
index d05668161efd..000000000000
--- a/dev-perl/XML-LibXSLT/XML-LibXSLT-1.960.0.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DIST_AUTHOR=SHLOMIF
-DIST_VERSION=1.96
-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 ~ppc-macos ~x86-macos"
-IUSE=""
-
-RDEPEND="
- virtual/perl-Encode
- >=dev-perl/XML-LibXML-1.700.0
- >=dev-libs/libxslt-1.1.32
-"
-DEPEND="${RDEPEND}
- virtual/perl-ExtUtils-MakeMaker
- virtual/pkgconfig
-"
-PERL_RM_FILES=(
- "t/cpan-changes.t" "t/pod.t"
- "t/style-trailing-space.t"
-)
-PATCHES=(
- "${FILESDIR}/${PN}-1.96-entityexpandtest.patch"
-)
diff --git a/dev-perl/XML-LibXSLT/files/XML-LibXSLT-1.96-entityexpandtest.patch b/dev-perl/XML-LibXSLT/files/XML-LibXSLT-1.96-entityexpandtest.patch
deleted file mode 100644
index 3826ba5dc5d3..000000000000
--- a/dev-perl/XML-LibXSLT/files/XML-LibXSLT-1.96-entityexpandtest.patch
+++ /dev/null
@@ -1,29 +0,0 @@
-From a70778f1e263bce11b8749353a7a6a99e3f721fb Mon Sep 17 00:00:00 2001
-From: Kent Fredric <kentnl@gentoo.org>
-Date: Tue, 27 Mar 2018 16:00:45 +1300
-Subject: Force entity expansion
-
-Gentoo's XML::LibXML does not expand entities on its own by default
-and has to be configured to do so.
-
-Bug: https://bugs.gentoo.org/623192
----
- t/06entities.t | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/t/06entities.t b/t/06entities.t
-index 32bc395..3d5e791 100644
---- a/t/06entities.t
-+++ b/t/06entities.t
-@@ -9,7 +9,7 @@ use XML::LibXSLT;
- my $parser = XML::LibXML->new();
- my $xslt = XML::LibXSLT->new();
-
--# $parser->expand_entities(1);
-+$parser->expand_entities(1);
-
- my $source = $parser->parse_string(qq{<?xml version="1.0" encoding="UTF-8"?>
- <root>foo</root>});
---
-2.16.2
-
diff --git a/dev-perl/XML-LibXSLT/metadata.xml b/dev-perl/XML-LibXSLT/metadata.xml
deleted file mode 100644
index 3b47ca7dee94..000000000000
--- a/dev-perl/XML-LibXSLT/metadata.xml
+++ /dev/null
@@ -1,18 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="project">
- <email>perl@gentoo.org</email>
- <name>Gentoo Perl Project</name>
- </maintainer>
- <upstream>
- <remote-id type="cpan">XML-LibXSLT</remote-id>
- <remote-id type="cpan-module">Driver::BaseClass</remote-id>
- <remote-id type="cpan-module">Driver::LibXSLT</remote-id>
- <remote-id type="cpan-module">Driver::Sablotron</remote-id>
- <remote-id type="cpan-module">Driver::Sablotron::Handler</remote-id>
- <remote-id type="cpan-module">XML::LibXSLT</remote-id>
- <remote-id type="cpan-module">XML::LibXSLT::Security</remote-id>
- <remote-id type="cpan-module">XML::LibXSLT::StylesheetWrapper</remote-id>
- </upstream>
-</pkgmetadata>