summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Cummings <mcummings@gentoo.org>2006-10-15 23:03:44 +0000
committerMichael Cummings <mcummings@gentoo.org>2006-10-15 23:03:44 +0000
commitd8530c4c0152038785a9165c7bf169e19aa7f420 (patch)
tree9baf418cf40efc2422bf5231c7bd93b909cad48f /dev-perl/Tie-Array-Sorted/Tie-Array-Sorted-1.2.ebuild
parentMarking amd64, sparc stable; cleaning up ebuilds (diff)
downloadgentoo-2-d8530c4c0152038785a9165c7bf169e19aa7f420.tar.gz
gentoo-2-d8530c4c0152038785a9165c7bf169e19aa7f420.tar.bz2
gentoo-2-d8530c4c0152038785a9165c7bf169e19aa7f420.zip
Marking amd64, sparc stable; cleaning up ebuilds
(Portage version: 2.1.2_pre1) (Signed Manifest commit)
Diffstat (limited to 'dev-perl/Tie-Array-Sorted/Tie-Array-Sorted-1.2.ebuild')
-rw-r--r--dev-perl/Tie-Array-Sorted/Tie-Array-Sorted-1.2.ebuild20
1 files changed, 0 insertions, 20 deletions
diff --git a/dev-perl/Tie-Array-Sorted/Tie-Array-Sorted-1.2.ebuild b/dev-perl/Tie-Array-Sorted/Tie-Array-Sorted-1.2.ebuild
deleted file mode 100644
index 5415b9048781..000000000000
--- a/dev-perl/Tie-Array-Sorted/Tie-Array-Sorted-1.2.ebuild
+++ /dev/null
@@ -1,20 +0,0 @@
-# Copyright 1999-2006 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Tie-Array-Sorted/Tie-Array-Sorted-1.2.ebuild,v 1.3 2006/08/06 00:33:40 mcummings Exp $
-
-inherit perl-module
-
-DESCRIPTION="An array which is kept sorted"
-HOMEPAGE="http://search.cpan.org/~simon/${P}/"
-SRC_URI="mirror://cpan/authors/id/S/SI/SIMON/${P}.tar.gz"
-
-LICENSE="Artistic"
-SLOT="0"
-KEYWORDS="~x86 ~sparc"
-IUSE=""
-
-SRC_TEST="do"
-
-
-DEPEND="dev-lang/perl"
-RDEPEND="${DEPEND}"