diff options
author | Torsten Veller <tove@gentoo.org> | 2011-01-12 16:23:25 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2011-01-12 16:23:25 +0000 |
commit | 7490fe829b6871383d405c61660afda660d02cb4 (patch) | |
tree | 01ef2111558e9c40d2ed25803e274d76e7380b91 /dev-perl/Set-IntSpan | |
parent | Stable on amd64 wrt bug #351345 (diff) | |
download | gentoo-2-7490fe829b6871383d405c61660afda660d02cb4.tar.gz gentoo-2-7490fe829b6871383d405c61660afda660d02cb4.tar.bz2 gentoo-2-7490fe829b6871383d405c61660afda660d02cb4.zip |
Version bump
(Portage version: 2.2.0_alpha14/cvs/Linux x86_64)
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.160.ebuild | 17 |
2 files changed, 24 insertions, 2 deletions
diff --git a/dev-perl/Set-IntSpan/ChangeLog b/dev-perl/Set-IntSpan/ChangeLog index ef722f386e65..24db1ce00ca4 100644 --- a/dev-perl/Set-IntSpan/ChangeLog +++ b/dev-perl/Set-IntSpan/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-perl/Set-IntSpan -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Set-IntSpan/ChangeLog,v 1.36 2010/11/13 19:52:09 armin76 Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Set-IntSpan/ChangeLog,v 1.37 2011/01/12 16:23:25 tove Exp $ + +*Set-IntSpan-1.160 (12 Jan 2011) + + 12 Jan 2011; Torsten Veller <tove@gentoo.org> +Set-IntSpan-1.160.ebuild: + Version bump 13 Nov 2010; Raúl Porcel <armin76@gentoo.org> Set-IntSpan-1.14.ebuild: alpha/ia64/sparc stable wrt #341865 diff --git a/dev-perl/Set-IntSpan/Set-IntSpan-1.160.ebuild b/dev-perl/Set-IntSpan/Set-IntSpan-1.160.ebuild new file mode 100644 index 000000000000..9e9ee6acefcf --- /dev/null +++ b/dev-perl/Set-IntSpan/Set-IntSpan-1.160.ebuild @@ -0,0 +1,17 @@ +# Copyright 1999-2011 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.160.ebuild,v 1.1 2011/01/12 16:23:25 tove Exp $ + +EAPI=3 + +MODULE_AUTHOR=SWMCD +MODULE_VERSION=1.16 +inherit perl-module + +DESCRIPTION="Manages sets of integers" + +SLOT="0" +KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~sparc ~x86" +IUSE="" + +SRC_TEST="do" |