Gentoo Archives: gentoo-commits

From: Kent Fredric <kentnl@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/Class-XPath/
Date: Sat, 26 Sep 2020 09:37:15
Message-Id: 1601112975.ad97c7dc2224fe5055835e58caa614f518c9674a.kentnl@gentoo
1 commit: ad97c7dc2224fe5055835e58caa614f518c9674a
2 Author: Kent Fredric <kentnl <AT> gentoo <DOT> org>
3 AuthorDate: Sat Sep 26 09:31:45 2020 +0000
4 Commit: Kent Fredric <kentnl <AT> gentoo <DOT> org>
5 CommitDate: Sat Sep 26 09:36:15 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ad97c7dc
7
8 dev-perl/Class-XPath: Cleanup old 1.400.0-r1
9
10 Package-Manager: Portage-3.0.4, Repoman-3.0.1
11 Signed-off-by: Kent Fredric <kentnl <AT> gentoo.org>
12
13 dev-perl/Class-XPath/Class-XPath-1.400.0-r1.ebuild | 21 ---------------------
14 1 file changed, 21 deletions(-)
15
16 diff --git a/dev-perl/Class-XPath/Class-XPath-1.400.0-r1.ebuild b/dev-perl/Class-XPath/Class-XPath-1.400.0-r1.ebuild
17 deleted file mode 100644
18 index 53d33f98284..00000000000
19 --- a/dev-perl/Class-XPath/Class-XPath-1.400.0-r1.ebuild
20 +++ /dev/null
21 @@ -1,21 +0,0 @@
22 -# Copyright 1999-2019 Gentoo Authors
23 -# Distributed under the terms of the GNU General Public License v2
24 -
25 -EAPI=5
26 -
27 -MODULE_AUTHOR=SAMTREGAR
28 -MODULE_VERSION=1.4
29 -inherit perl-module
30 -
31 -DESCRIPTION="adds xpath matching to object trees"
32 -
33 -SLOT="0"
34 -KEYWORDS="amd64 ~ia64 sparc x86"
35 -IUSE="test"
36 -RESTRICT="!test? ( test )"
37 -
38 -RDEPEND=""
39 -DEPEND="${RDEPEND}
40 - test? ( dev-perl/HTML-Tree )"
41 -
42 -SRC_TEST="do"