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: Fri, 11 Oct 2019 19:38:15
Message-Id: 1570822111.e6fd344cee79b59bee34d41b21312bfdebc4fe39.dilfridge@gentoo
1 commit: e6fd344cee79b59bee34d41b21312bfdebc4fe39
2 Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
3 AuthorDate: Fri Oct 11 19:28:31 2019 +0000
4 Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
5 CommitDate: Fri Oct 11 19:28:31 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e6fd344c
7
8 dev-perl/XML-LibXSLT: Remove old
9
10 Closes: https://bugs.gentoo.org/623192
11 Package-Manager: Portage-2.3.76, Repoman-2.3.17
12 Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>
13
14 dev-perl/XML-LibXSLT/Manifest | 1 -
15 dev-perl/XML-LibXSLT/XML-LibXSLT-1.940.0.ebuild | 24 ------------------------
16 2 files changed, 25 deletions(-)
17
18 diff --git a/dev-perl/XML-LibXSLT/Manifest b/dev-perl/XML-LibXSLT/Manifest
19 index 7a78ebcee69..f2380e374b4 100644
20 --- a/dev-perl/XML-LibXSLT/Manifest
21 +++ b/dev-perl/XML-LibXSLT/Manifest
22 @@ -1,2 +1 @@
23 -DIST XML-LibXSLT-1.94.tar.gz 114015 BLAKE2B e16cebbfc5e126dc56482845af4f21b70c62ef08eb14bc79f678fca35d418858b33d69adc411836f4d81cdb7dde8fb535b9f4855a947deab60ec1d77a4edd9d5 SHA512 52b3ec6ef0556d9dde8320acbea01fe36e219bc62ed2d9e0cbe2f8f402bfc3f42ca1e28a6e047e69f501982fe4ba40d23fcfbce9399388c9f28a0d8804fc5f73
24 DIST XML-LibXSLT-1.96.tar.gz 114068 BLAKE2B 2225e387e9e877578be51a9a6c8c3612490e79c2cec366dd2fdc64710ce67200f5ab7109742197abcdc311f9a1bf16b42a40c7e7df4d669b638de4ee49782866 SHA512 7b6e22889c538bbd861c6420cd56893d229676d3afc1cf30e17cae48a4714139769a99a48a99f1dff52864f4989e410303007c07941625bf6bd12a24276c35e6
25
26 diff --git a/dev-perl/XML-LibXSLT/XML-LibXSLT-1.940.0.ebuild b/dev-perl/XML-LibXSLT/XML-LibXSLT-1.940.0.ebuild
27 deleted file mode 100644
28 index 890f277c9b8..00000000000
29 --- a/dev-perl/XML-LibXSLT/XML-LibXSLT-1.940.0.ebuild
30 +++ /dev/null
31 @@ -1,24 +0,0 @@
32 -# Copyright 1999-2018 Gentoo Foundation
33 -# Distributed under the terms of the GNU General Public License v2
34 -
35 -EAPI=5
36 -
37 -MODULE_AUTHOR=SHLOMIF
38 -MODULE_VERSION=1.94
39 -inherit perl-module
40 -
41 -DESCRIPTION="A Perl module to parse XSL Transformational sheets using gnome's libXSLT"
42 -
43 -SLOT="0"
44 -KEYWORDS="amd64 ~mips ppc ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
45 -IUSE=""
46 -
47 -RDEPEND="
48 - >=dev-libs/libxslt-1.1.32
49 - >=dev-perl/XML-LibXML-1.700.0
50 -"
51 -DEPEND="${RDEPEND}
52 - virtual/pkgconfig
53 -"
54 -
55 -SRC_TEST="do"