diff options
author | 2007-01-19 15:43:52 +0000 | |
---|---|---|
committer | 2007-01-19 15:43:52 +0000 | |
commit | 78cb8125bf0cfb960c2f7149f74b5ad8eec53cac (patch) | |
tree | 9646d9efc56a165b328b46f1c8b15b246c6f7db7 /dev-perl/Set-IntSpan | |
parent | Version bump. (diff) | |
download | gentoo-2-78cb8125bf0cfb960c2f7149f74b5ad8eec53cac.tar.gz gentoo-2-78cb8125bf0cfb960c2f7149f74b5ad8eec53cac.tar.bz2 gentoo-2-78cb8125bf0cfb960c2f7149f74b5ad8eec53cac.zip |
Version bump, thanks seemant
(Portage version: 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}" |