diff options
author | Torsten Veller <tove@gentoo.org> | 2010-07-15 11:47:28 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2010-07-15 11:47:28 +0000 |
commit | a9885db18afafa7ed0482bdc79f79f13152a633b (patch) | |
tree | 52461005bbd1dc2d6479cb5bf4378a3854d635a7 /dev-perl/Set-IntSpan | |
parent | Use eqawarn for the missing Module-Build dependency warning (diff) | |
download | gentoo-2-a9885db18afafa7ed0482bdc79f79f13152a633b.tar.gz gentoo-2-a9885db18afafa7ed0482bdc79f79f13152a633b.tar.bz2 gentoo-2-a9885db18afafa7ed0482bdc79f79f13152a633b.zip |
Version bump
(Portage version: 2.2_rc67_p226/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.14.ebuild | 16 |
2 files changed, 23 insertions, 2 deletions
diff --git a/dev-perl/Set-IntSpan/ChangeLog b/dev-perl/Set-IntSpan/ChangeLog index dbe9c64ec12a..f63d6dff86fb 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.30 2008/08/02 19:01:35 tove Exp $ +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Set-IntSpan/ChangeLog,v 1.31 2010/07/15 11:47:28 tove Exp $ + +*Set-IntSpan-1.14 (15 Jul 2010) + + 15 Jul 2010; Torsten Veller <tove@gentoo.org> +Set-IntSpan-1.14.ebuild: + Version bump 02 Aug 2008; Torsten Veller <tove@gentoo.org> -Set-IntSpan-1.08.ebuild, -Set-IntSpan-1.09.ebuild, -Set-IntSpan-1.10.ebuild, diff --git a/dev-perl/Set-IntSpan/Set-IntSpan-1.14.ebuild b/dev-perl/Set-IntSpan/Set-IntSpan-1.14.ebuild new file mode 100644 index 000000000000..846bbfb02cd9 --- /dev/null +++ b/dev-perl/Set-IntSpan/Set-IntSpan-1.14.ebuild @@ -0,0 +1,16 @@ +# Copyright 1999-2010 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.14.ebuild,v 1.1 2010/07/15 11:47:28 tove Exp $ + +EAPI=3 + +MODULE_AUTHOR=SWMCD +inherit perl-module + +DESCRIPTION="Manages sets of integers" + +SLOT="0" +KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~sparc ~x86" +IUSE="" + +SRC_TEST="do" |