commit: 4010626efa0915b953825166c1cc82741c1c149c
Author: Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Wed Apr 15 16:29:58 2020 +0000
Commit: Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Wed Apr 15 16:29:58 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4010626e
dev-perl/WordNet-QueryData: Remove old 1.490.0-r1
Package-Manager: Portage-2.3.97, Repoman-2.3.22
Signed-off-by: Kent Fredric <kentnl <AT> gentoo.org>
.../WordNet-QueryData-1.490.0-r1.ebuild | 22 ----------------------
1 file changed, 22 deletions(-)
diff --git a/dev-perl/WordNet-QueryData/WordNet-QueryData-1.490.0-r1.ebuild
b/dev-perl/WordNet-QueryData/WordNet-QueryData-1.490.0-r1.ebuild
deleted file mode 100644
index e1ce835fb6e..00000000000
--- a/dev-perl/WordNet-QueryData/WordNet-QueryData-1.490.0-r1.ebuild
+++ /dev/null
@@ -1,22 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-MODULE_AUTHOR=JRENNIE
-MODULE_VERSION=1.49
-inherit perl-module
-
-DESCRIPTION="Direct perl interface to WordNet database"
-
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-DEPEND="app-dicts/wordnet"
-RDEPEND="${DEPEND}"
-
-src_configure() {
- export WNHOME=/usr
- perl-module_src_configure
-}