commit:     1ee51047fa6c9428c563e78b6b9fa2ba5c18608c
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Tue Jun  9 10:08:02 2015 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Tue Jun  9 10:08:02 2015 +0000
URL:        https://gitweb.gentoo.org/proj/perl-overlay.git/commit/?id=1ee51047

[cleanup] Tree-Trie: Remove old versions

Package-Manager: portage-2.2.17

 dev-perl/Tree-Trie/Tree-Trie-1.700.0.ebuild | 32 --------------------------
 dev-perl/Tree-Trie/Tree-Trie-1.800.0.ebuild | 35 -----------------------------
 2 files changed, 67 deletions(-)

diff --git a/dev-perl/Tree-Trie/Tree-Trie-1.700.0.ebuild 
b/dev-perl/Tree-Trie/Tree-Trie-1.700.0.ebuild
deleted file mode 100644
index 841c115..0000000
--- a/dev-perl/Tree-Trie/Tree-Trie-1.700.0.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=3
-
-MODULE_AUTHOR=AVIF
-MODULE_VERSION="1.7"
-inherit perl-module
-
-DESCRIPTION="A data structure optimized for prefix lookup"
-
-# LICENSE either "as perl" (README) or "Artistic" (Trie.pm)
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="test"
-
-DEPEND="test? ( dev-perl/Test-Pod
-               dev-perl/Test-Pod-Coverage )"
-RDEPEND=""
-
-#src_prepare (){
-#      perl-module_src_prepare
-#      # These are coverage tests for documentation
-#      # They currently fail, but thats really not all that important to us.
-#      rm t/01_pod.t || die "Can't rm a pod test"
-#      rm t/02_pod_cover.t || die "Can't rm a pod test :( "
-#      # You'll get warnings about this
-#      # ie: Warning: the following files are missing in your kit:
-#      # But meh.
-#}
-SRC_TEST="do"

diff --git a/dev-perl/Tree-Trie/Tree-Trie-1.800.0.ebuild 
b/dev-perl/Tree-Trie/Tree-Trie-1.800.0.ebuild
deleted file mode 100644
index d551400..0000000
--- a/dev-perl/Tree-Trie/Tree-Trie-1.800.0.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=4
-
-MODULE_AUTHOR=AVIF
-MODULE_VERSION=1.8
-inherit perl-module
-
-DESCRIPTION="A data structure optimized for prefix lookup"
-
-# LICENSE either "as perl" (README) or "Artistic" (Trie.pm)
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="test"
-comment() { echo ''; }
-DEPEND="test? (
-       >=dev-perl/Test-Pod-1.26 $(comment 1.260.0)
-       >=dev-perl/Test-Pod-Coverage-1.08  $(comment 1.80.0)
-       >=dev-perl/Pod-Coverage-0.18 $(comment 0.180.0)
-)"
-RDEPEND=""
-
-#src_prepare (){
-#      perl-module_src_prepare
-#      # These are coverage tests for documentation
-#      # They currently fail, but thats really not all that important to us.
-#      rm t/01_pod.t || die "Can't rm a pod test"
-#      rm t/02_pod_cover.t || die "Can't rm a pod test :( "
-#      # You'll get warnings about this
-#      # ie: Warning: the following files are missing in your kit:
-#      # But meh.
-#}
-SRC_TEST="do"

Reply via email to