diff options
author | Patrick Lauer <patrick@gentoo.org> | 2013-08-25 10:52:48 +0000 |
---|---|---|
committer | Patrick Lauer <patrick@gentoo.org> | 2013-08-25 10:52:48 +0000 |
commit | 320254919920be625437f6cad17a018d5f662a57 (patch) | |
tree | a9e3a3b42e405b9116129d9f39ac696a32ea9ad4 /dev-perl/Set-IntSpan | |
parent | Bump (diff) | |
download | gentoo-2-320254919920be625437f6cad17a018d5f662a57.tar.gz gentoo-2-320254919920be625437f6cad17a018d5f662a57.tar.bz2 gentoo-2-320254919920be625437f6cad17a018d5f662a57.zip |
Bump
(Portage version: 2.2.1/cvs/Linux x86_64, unsigned Manifest commit)
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.190.0.ebuild | 17 |
2 files changed, 24 insertions, 2 deletions
diff --git a/dev-perl/Set-IntSpan/ChangeLog b/dev-perl/Set-IntSpan/ChangeLog index a2f3aaf7c1eb..b0f7d2d55fc1 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-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Set-IntSpan/ChangeLog,v 1.48 2012/11/30 06:07:23 bicatali Exp $ +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Set-IntSpan/ChangeLog,v 1.49 2013/08/25 10:52:48 patrick Exp $ + +*Set-IntSpan-1.190.0 (25 Aug 2013) + + 25 Aug 2013; Patrick Lauer <patrick@gentoo.org> +Set-IntSpan-1.190.0.ebuild: + Bump 30 Nov 2012; Sébastien Fabbro <bicatali@gentoo.org> Set-IntSpan-1.160.0.ebuild: diff --git a/dev-perl/Set-IntSpan/Set-IntSpan-1.190.0.ebuild b/dev-perl/Set-IntSpan/Set-IntSpan-1.190.0.ebuild new file mode 100644 index 000000000000..41e1b903e135 --- /dev/null +++ b/dev-perl/Set-IntSpan/Set-IntSpan-1.190.0.ebuild @@ -0,0 +1,17 @@ +# Copyright 1999-2013 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.190.0.ebuild,v 1.1 2013/08/25 10:52:48 patrick Exp $ + +EAPI=4 + +MODULE_AUTHOR=SWMCD +MODULE_VERSION=1.19 +inherit perl-module + +DESCRIPTION="Manages sets of integers" + +SLOT="0" +KEYWORDS="~alpha ~amd64 ~hppa ~ppc ~x86 ~amd64-linux ~x86-linux" +IUSE="" + +SRC_TEST="do" |