diff options
author | Torsten Veller <tove@gentoo.org> | 2011-08-28 19:33:19 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2011-08-28 19:33:19 +0000 |
commit | 7e736326a9654409ee63b70af6b2d039e7709bd1 (patch) | |
tree | f841a5699fde81276589e74a6c267c4790150e5a /dev-perl/Spiffy | |
parent | Change version scheme (diff) | |
download | gentoo-2-7e736326a9654409ee63b70af6b2d039e7709bd1.tar.gz gentoo-2-7e736326a9654409ee63b70af6b2d039e7709bd1.tar.bz2 gentoo-2-7e736326a9654409ee63b70af6b2d039e7709bd1.zip |
Change version scheme
(Portage version: 2.2.0_alpha51/cvs/Linux x86_64)
Diffstat (limited to 'dev-perl/Spiffy')
-rw-r--r-- | dev-perl/Spiffy/ChangeLog | 9 | ||||
-rw-r--r-- | dev-perl/Spiffy/Spiffy-0.300.0.ebuild | 17 |
2 files changed, 24 insertions, 2 deletions
diff --git a/dev-perl/Spiffy/ChangeLog b/dev-perl/Spiffy/ChangeLog index f5dd2b89ea3a..8f8662080442 100644 --- a/dev-perl/Spiffy/ChangeLog +++ b/dev-perl/Spiffy/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-perl/Spiffy -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Spiffy/ChangeLog,v 1.22 2010/02/05 22:28:07 tove Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Spiffy/ChangeLog,v 1.23 2011/08/28 19:33:19 tove Exp $ + +*Spiffy-0.300.0 (28 Aug 2011) + + 28 Aug 2011; Torsten Veller <tove@gentoo.org> +Spiffy-0.300.0.ebuild: + Change version scheme 05 Feb 2010; Torsten Veller <tove@gentoo.org> Spiffy-0.30.ebuild: Fix LICENSE (#301969). Maintenance diff --git a/dev-perl/Spiffy/Spiffy-0.300.0.ebuild b/dev-perl/Spiffy/Spiffy-0.300.0.ebuild new file mode 100644 index 000000000000..7eaa03ecd75f --- /dev/null +++ b/dev-perl/Spiffy/Spiffy-0.300.0.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/Spiffy/Spiffy-0.300.0.ebuild,v 1.1 2011/08/28 19:33:19 tove Exp $ + +EAPI=4 + +MODULE_AUTHOR=INGY +MODULE_VERSION=0.30 +inherit perl-module + +DESCRIPTION="Spiffy Perl Interface Framework For You" + +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos" +IUSE="" + +SRC_TEST="do" |