summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-perl/HTML-Selector-XPath/HTML-Selector-XPath-0.250.0.ebuild')
-rw-r--r--dev-perl/HTML-Selector-XPath/HTML-Selector-XPath-0.250.0.ebuild24
1 files changed, 0 insertions, 24 deletions
diff --git a/dev-perl/HTML-Selector-XPath/HTML-Selector-XPath-0.250.0.ebuild b/dev-perl/HTML-Selector-XPath/HTML-Selector-XPath-0.250.0.ebuild
deleted file mode 100644
index 6c93deea6a0b..000000000000
--- a/dev-perl/HTML-Selector-XPath/HTML-Selector-XPath-0.250.0.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 2020-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DIST_AUTHOR=CORION
-DIST_VERSION=0.25
-inherit perl-module
-
-DESCRIPTION="CSS Selector to XPath compiler"
-SLOT="0"
-KEYWORDS="~alpha amd64 ~arm64 ppc ~ppc64 ~riscv x86"
-
-RDEPEND="
- virtual/perl-Carp
- virtual/perl-Exporter
-"
-BDEPEND="${RDEPEND}
- virtual/perl-ExtUtils-MakeMaker
- test? (
- virtual/perl-Encode
- dev-perl/Test-Base
- )
-"