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-Simple/
Date: Fri, 11 Oct 2019 19:38:15
Message-Id: 1570822359.db3d92b41b2fb30fec591581c6a0707c51df7a6b.dilfridge@gentoo
1 commit: db3d92b41b2fb30fec591581c6a0707c51df7a6b
2 Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
3 AuthorDate: Fri Oct 11 19:32:39 2019 +0000
4 Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
5 CommitDate: Fri Oct 11 19:32:39 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=db3d92b4
7
8 dev-perl/XML-Simple: Remove old
9
10 Closes: https://bugs.gentoo.org/625538
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-Simple/Manifest | 2 --
15 dev-perl/XML-Simple/XML-Simple-2.200.0-r1.ebuild | 23 ----------------------
16 dev-perl/XML-Simple/XML-Simple-2.220.0.ebuild | 25 ------------------------
17 3 files changed, 50 deletions(-)
18
19 diff --git a/dev-perl/XML-Simple/Manifest b/dev-perl/XML-Simple/Manifest
20 index 33fe2b614f4..84951bbf01e 100644
21 --- a/dev-perl/XML-Simple/Manifest
22 +++ b/dev-perl/XML-Simple/Manifest
23 @@ -1,3 +1 @@
24 -DIST XML-Simple-2.20.tar.gz 75993 BLAKE2B 59edf0397247ff25f940c470263c87f7b49bae1806395b52a2399a3caca9d54485b9fb84c45065d4066315404722608bb176918a0f8e628108d903128d4d8294 SHA512 f953a0b9082c509c4616b92529da94a289b1e0300b18a5b88c08d0826bb4fd18e51f1e3854e6f870ef3cfb506366c0b47b9dd302433b63270a18b45f068d4658
25 -DIST XML-Simple-2.22.tar.gz 77937 BLAKE2B aaaaccc9035584f468767e7408718e76821012173cefda53eb8b8cc7280ef11794c3443367ef1a2b1d84b98eeefc15394a7b231f856e3a2a412e094d20bb81a8 SHA512 b5e5d36726b8a0efcf7200522d802a7f733c883526db2dba64ce23bf7e044d20d9186fac3bb2f2940807a30f746301f690129c4c542341c8a57a735471b5f4d7
26 DIST XML-Simple-2.25.tar.gz 78443 BLAKE2B 6b990c0095fd573ce92db8ca4fbeaf259b33817992bbc0f465dcf1df1f77b56d5229b94a062a59178676500f7445ddf824a8e0d05b21df9ce1a5491d328eee48 SHA512 0f1a6a1bdb8f6ac6fa4deef33d09930eb4758b4a3ed4431624004ffa2b1eb02f0d6ce14cb4942162cb76f7aa39fea4ec6a71e1eb9ebd464b710db7024bdd990c
27
28 diff --git a/dev-perl/XML-Simple/XML-Simple-2.200.0-r1.ebuild b/dev-perl/XML-Simple/XML-Simple-2.200.0-r1.ebuild
29 deleted file mode 100644
30 index 55648301245..00000000000
31 --- a/dev-perl/XML-Simple/XML-Simple-2.200.0-r1.ebuild
32 +++ /dev/null
33 @@ -1,23 +0,0 @@
34 -# Copyright 1999-2017 Gentoo Foundation
35 -# Distributed under the terms of the GNU General Public License v2
36 -
37 -EAPI=5
38 -
39 -MODULE_AUTHOR=GRANTM
40 -MODULE_VERSION=2.20
41 -inherit perl-module
42 -
43 -DESCRIPTION="XML::Simple - Easy API to read/write XML (esp config files)"
44 -
45 -SLOT="0"
46 -KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
47 -IUSE=""
48 -
49 -RDEPEND="virtual/perl-Storable
50 - dev-perl/XML-SAX
51 - dev-perl/XML-LibXML
52 - >=dev-perl/XML-NamespaceSupport-1.04
53 - >=dev-perl/XML-Parser-2.30"
54 -DEPEND="${RDEPEND}"
55 -
56 -SRC_TEST="do"
57
58 diff --git a/dev-perl/XML-Simple/XML-Simple-2.220.0.ebuild b/dev-perl/XML-Simple/XML-Simple-2.220.0.ebuild
59 deleted file mode 100644
60 index 020c6e3bbdd..00000000000
61 --- a/dev-perl/XML-Simple/XML-Simple-2.220.0.ebuild
62 +++ /dev/null
63 @@ -1,25 +0,0 @@
64 -# Copyright 1999-2018 Gentoo Foundation
65 -# Distributed under the terms of the GNU General Public License v2
66 -
67 -EAPI=6
68 -
69 -DIST_AUTHOR=GRANTM
70 -DIST_VERSION=2.22
71 -inherit perl-module
72 -
73 -DESCRIPTION="An API for simple XML files"
74 -
75 -SLOT="0"
76 -KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~mips ppc ppc64 sparc x86 ~amd64-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x86-solaris"
77 -IUSE="test"
78 -
79 -RDEPEND="
80 - virtual/perl-Storable
81 - >=dev-perl/XML-NamespaceSupport-1.40.0
82 - >=dev-perl/XML-SAX-0.150.0
83 - dev-perl/XML-SAX-Expat
84 -"
85 -DEPEND="${RDEPEND}
86 - virtual/perl-ExtUtils-MakeMaker
87 - test? ( >=virtual/perl-Test-Simple-0.880.0 )
88 -"