diff options
author | Torsten Veller <tove@gentoo.org> | 2010-11-06 16:42:41 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2010-11-06 16:42:41 +0000 |
commit | 85967556921db498ed4d2840ba4081a2a88c2fe1 (patch) | |
tree | 771307d05bbb1d94dc59514677bc2119df86272c /dev-perl/Set-IntSpan | |
parent | add patch for linking against glu from Florent D'halluin (bug #344351) (diff) | |
download | gentoo-2-85967556921db498ed4d2840ba4081a2a88c2fe1.tar.gz gentoo-2-85967556921db498ed4d2840ba4081a2a88c2fe1.tar.bz2 gentoo-2-85967556921db498ed4d2840ba4081a2a88c2fe1.zip |
Version bump
(Portage version: 2.2.0_alpha4/cvs/Linux x86_64)
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.15.ebuild | 16 |
2 files changed, 22 insertions, 1 deletions
diff --git a/dev-perl/Set-IntSpan/ChangeLog b/dev-perl/Set-IntSpan/ChangeLog index 4eb1884f9ce4..dd047e1e487f 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.34 2010/11/05 13:18:01 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Set-IntSpan/ChangeLog,v 1.35 2010/11/06 16:42:41 tove Exp $ + +*Set-IntSpan-1.15 (06 Nov 2010) + + 06 Nov 2010; Torsten Veller <tove@gentoo.org> +Set-IntSpan-1.15.ebuild: + Version bump 05 Nov 2010; Markos Chandras <hwoarang@gentoo.org> Set-IntSpan-1.14.ebuild: diff --git a/dev-perl/Set-IntSpan/Set-IntSpan-1.15.ebuild b/dev-perl/Set-IntSpan/Set-IntSpan-1.15.ebuild new file mode 100644 index 000000000000..06833b6cfb00 --- /dev/null +++ b/dev-perl/Set-IntSpan/Set-IntSpan-1.15.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.15.ebuild,v 1.1 2010/11/06 16:42:41 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" |