diff options
author | Michael Cummings <mcummings@gentoo.org> | 2006-10-15 23:03:44 +0000 |
---|---|---|
committer | Michael Cummings <mcummings@gentoo.org> | 2006-10-15 23:03:44 +0000 |
commit | d8530c4c0152038785a9165c7bf169e19aa7f420 (patch) | |
tree | 9baf418cf40efc2422bf5231c7bd93b909cad48f /dev-perl/Tie-Array-Sorted/Tie-Array-Sorted-1.2.ebuild | |
parent | Marking amd64, sparc stable; cleaning up ebuilds (diff) | |
download | gentoo-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.ebuild | 20 |
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}" |