diff options
author | Michael Cummings <mcummings@gentoo.org> | 2007-01-19 15:51:52 +0000 |
---|---|---|
committer | Michael Cummings <mcummings@gentoo.org> | 2007-01-19 15:51:52 +0000 |
commit | f48cd624dd1ee241dcbf56a272a907f49d94ecae (patch) | |
tree | 837c9e920d79059bd37261641380b1d0204e6830 /dev-perl/Set-IntSpan | |
parent | Remove RESTRICT="mirror" (diff) | |
download | historical-f48cd624dd1ee241dcbf56a272a907f49d94ecae.tar.gz historical-f48cd624dd1ee241dcbf56a272a907f49d94ecae.tar.bz2 historical-f48cd624dd1ee241dcbf56a272a907f49d94ecae.zip |
Version bump, thanks seemant
Package-Manager: portage-2.1.2_rc4-r8
Diffstat (limited to 'dev-perl/Set-IntSpan')
-rw-r--r-- | dev-perl/Set-IntSpan/ChangeLog | 9 | ||||
-rw-r--r-- | dev-perl/Set-IntSpan/Set-IntSpan-1.09.ebuild | 7 |
2 files changed, 10 insertions, 6 deletions
diff --git a/dev-perl/Set-IntSpan/ChangeLog b/dev-perl/Set-IntSpan/ChangeLog index 166e7beb822a..ecdae0bc7b6d 100644 --- a/dev-perl/Set-IntSpan/ChangeLog +++ b/dev-perl/Set-IntSpan/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-perl/Set-IntSpan -# Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Set-IntSpan/ChangeLog,v 1.16 2006/08/17 22:15:40 mcummings Exp $ +# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Set-IntSpan/ChangeLog,v 1.17 2007/01/19 15:43:52 mcummings Exp $ + + 19 Jan 2007; Michael Cummings <mcummings@gentoo.org> + -Set-IntSpan-1.07.ebuild, -Set-IntSpan-1.08.ebuild, + Set-IntSpan-1.09.ebuild: + Version bump, thanks seemant 17 Aug 2006; Michael Cummings <mcummings@gentoo.org> Set-IntSpan-1.09.ebuild: diff --git a/dev-perl/Set-IntSpan/Set-IntSpan-1.09.ebuild b/dev-perl/Set-IntSpan/Set-IntSpan-1.09.ebuild index dcf3a6af6345..acb175007513 100644 --- a/dev-perl/Set-IntSpan/Set-IntSpan-1.09.ebuild +++ b/dev-perl/Set-IntSpan/Set-IntSpan-1.09.ebuild @@ -1,12 +1,12 @@ -# 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/Set-IntSpan/Set-IntSpan-1.09.ebuild,v 1.7 2006/08/17 22:15:40 mcummings Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Set-IntSpan/Set-IntSpan-1.09.ebuild,v 1.8 2007/01/19 15:43:52 mcummings Exp $ inherit perl-module DESCRIPTION="Manages sets of integers" SRC_URI="mirror://cpan/authors/id/S/SW/SWMCD/${P}.tar.gz" -HOMEPAGE="http://cpan.org/modules/by-module/Set/${P}.readme" +HOMEPAGE="http://search.cpan.org/~swmcd/" IUSE="" SLOT="0" LICENSE="|| ( Artistic GPL-2 )" @@ -15,4 +15,3 @@ SRC_TEST="do" DEPEND="dev-lang/perl" -RDEPEND="${DEPEND}" |