diff options
author | Torsten Veller <tove@gentoo.org> | 2008-08-02 18:57:11 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2008-08-02 18:57:11 +0000 |
commit | e3d7baa8d9d36ed62c72e06d48c8075f7a11bd5a (patch) | |
tree | 87ab00a2e167033c8cbc1581ea311323b54ba837 /dev-perl/Set-IntSpan | |
parent | Stable on ppc64; bug #233675 (diff) | |
download | gentoo-2-e3d7baa8d9d36ed62c72e06d48c8075f7a11bd5a.tar.gz gentoo-2-e3d7baa8d9d36ed62c72e06d48c8075f7a11bd5a.tar.bz2 gentoo-2-e3d7baa8d9d36ed62c72e06d48c8075f7a11bd5a.zip |
Version bump
(Portage version: 2.2_rc6/cvs/Linux 2.6.26-tuxonice i686)
Diffstat (limited to 'dev-perl/Set-IntSpan')
-rw-r--r-- | dev-perl/Set-IntSpan/ChangeLog | 7 | ||||
-rw-r--r-- | dev-perl/Set-IntSpan/Set-IntSpan-1.13.ebuild | 17 |
2 files changed, 23 insertions, 1 deletions
diff --git a/dev-perl/Set-IntSpan/ChangeLog b/dev-perl/Set-IntSpan/ChangeLog index eefc518c27d7..3ab20783f14b 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-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Set-IntSpan/ChangeLog,v 1.28 2008/03/19 03:13:49 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Set-IntSpan/ChangeLog,v 1.29 2008/08/02 18:57:11 tove Exp $ + +*Set-IntSpan-1.13 (02 Aug 2008) + + 02 Aug 2008; Torsten Veller <tove@gentoo.org> +Set-IntSpan-1.13.ebuild: + Version bump 19 Mar 2008; Jeroen Roovers <jer@gentoo.org> Set-IntSpan-1.12.ebuild: Stable for HPPA too. diff --git a/dev-perl/Set-IntSpan/Set-IntSpan-1.13.ebuild b/dev-perl/Set-IntSpan/Set-IntSpan-1.13.ebuild new file mode 100644 index 000000000000..f78baede4147 --- /dev/null +++ b/dev-perl/Set-IntSpan/Set-IntSpan-1.13.ebuild @@ -0,0 +1,17 @@ +# Copyright 1999-2008 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.13.ebuild,v 1.1 2008/08/02 18:57:11 tove Exp $ + +MODULE_AUTHOR=SWMCD +inherit perl-module + +DESCRIPTION="Manages sets of integers" + +SLOT="0" +LICENSE="|| ( Artistic GPL-2 )" +KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~sparc ~x86" +IUSE="" + +DEPEND="dev-lang/perl" + +SRC_TEST="do" |