summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Cummings <mcummings@gentoo.org>2007-01-19 17:54:09 +0000
committerMichael Cummings <mcummings@gentoo.org>2007-01-19 17:54:09 +0000
commit8d4fd3d490b49ad566198acaac37b084502bb110 (patch)
tree5386eaacba4b9ed9b126ac912cba45aaa42ccdd3 /dev-perl/Tie-Array-Sorted
parentversion bump (diff)
downloadhistorical-8d4fd3d490b49ad566198acaac37b084502bb110.tar.gz
historical-8d4fd3d490b49ad566198acaac37b084502bb110.tar.bz2
historical-8d4fd3d490b49ad566198acaac37b084502bb110.zip
Ebuild maintenance
Package-Manager: portage-2.1.2_rc4-r8
Diffstat (limited to 'dev-perl/Tie-Array-Sorted')
-rw-r--r--dev-perl/Tie-Array-Sorted/ChangeLog8
-rw-r--r--dev-perl/Tie-Array-Sorted/Tie-Array-Sorted-1.3.ebuild7
2 files changed, 9 insertions, 6 deletions
diff --git a/dev-perl/Tie-Array-Sorted/ChangeLog b/dev-perl/Tie-Array-Sorted/ChangeLog
index e666191ea3a3..2046c014fbb0 100644
--- a/dev-perl/Tie-Array-Sorted/ChangeLog
+++ b/dev-perl/Tie-Array-Sorted/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-perl/Tie-Array-Sorted
-# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Tie-Array-Sorted/ChangeLog,v 1.15 2006/10/20 23:11:00 agriffis Exp $
+# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Tie-Array-Sorted/ChangeLog,v 1.16 2007/01/19 17:03:38 mcummings Exp $
+
+ 19 Jan 2007; Michael Cummings <mcummings@gentoo.org>
+ Tie-Array-Sorted-1.3.ebuild, -Tie-Array-Sorted-1.4.ebuild:
+ Ebuild maintenance
20 Oct 2006; Aron Griffis <agriffis@gentoo.org>
Tie-Array-Sorted-1.4.1.ebuild:
diff --git a/dev-perl/Tie-Array-Sorted/Tie-Array-Sorted-1.3.ebuild b/dev-perl/Tie-Array-Sorted/Tie-Array-Sorted-1.3.ebuild
index f2d2aaefbac8..97fccc854837 100644
--- a/dev-perl/Tie-Array-Sorted/Tie-Array-Sorted-1.3.ebuild
+++ b/dev-perl/Tie-Array-Sorted/Tie-Array-Sorted-1.3.ebuild
@@ -1,11 +1,11 @@
-# Copyright 1999-2006 Gentoo Foundation
+# Copyright 1999-2007 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.3.ebuild,v 1.5 2006/08/06 00:33:40 mcummings Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Tie-Array-Sorted/Tie-Array-Sorted-1.3.ebuild,v 1.6 2007/01/19 17:03:38 mcummings Exp $
inherit perl-module
DESCRIPTION="An array which is kept sorted"
-HOMEPAGE="http://search.cpan.org/~tmtm/${P}/"
+HOMEPAGE="http://search.cpan.org/~tmtm/"
SRC_URI="mirror://cpan/authors/id/T/TM/TMTM/${P}.tar.gz"
LICENSE="Artistic"
@@ -17,4 +17,3 @@ SRC_TEST="do"
DEPEND="dev-lang/perl"
-RDEPEND="${DEPEND}"