diff options
author | Andreas K. Hüttel <dilfridge@gentoo.org> | 2015-02-21 00:29:38 +0000 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2015-02-21 00:29:38 +0000 |
commit | 426bc4607f33c2b551f2337c55f2d551104fefac (patch) | |
tree | 28cccc58ea64b42b448aa1ae5d0e4cc3b6999cd6 | |
parent | Remove KDE Frameworks 5.6.0 (diff) | |
download | gentoo-2-426bc4607f33c2b551f2337c55f2d551104fefac.tar.gz gentoo-2-426bc4607f33c2b551f2337c55f2d551104fefac.tar.bz2 gentoo-2-426bc4607f33c2b551f2337c55f2d551104fefac.zip |
Version bump
(Portage version: 2.2.17/cvs/Linux x86_64, signed Manifest commit with key EBE6A336BE19039C!)
-rw-r--r-- | dev-perl/Spiffy/ChangeLog | 10 | ||||
-rw-r--r-- | dev-perl/Spiffy/Spiffy-0.460.0.ebuild | 19 |
2 files changed, 27 insertions, 2 deletions
diff --git a/dev-perl/Spiffy/ChangeLog b/dev-perl/Spiffy/ChangeLog index 57f95903ed9f..abd661e8b836 100644 --- a/dev-perl/Spiffy/ChangeLog +++ b/dev-perl/Spiffy/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for dev-perl/Spiffy -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Spiffy/ChangeLog,v 1.36 2014/08/22 18:18:44 axs Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Spiffy/ChangeLog,v 1.37 2015/02/21 00:29:38 dilfridge Exp $ + +*Spiffy-0.460.0 (21 Feb 2015) + + 21 Feb 2015; Andreas K. Huettel <dilfridge@gentoo.org> + +Spiffy-0.460.0.ebuild: + Version bump *Spiffy-0.310.0-r1 (22 Aug 2014) diff --git a/dev-perl/Spiffy/Spiffy-0.460.0.ebuild b/dev-perl/Spiffy/Spiffy-0.460.0.ebuild new file mode 100644 index 000000000000..ef9d85c55e77 --- /dev/null +++ b/dev-perl/Spiffy/Spiffy-0.460.0.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Spiffy/Spiffy-0.460.0.ebuild,v 1.1 2015/02/21 00:29:38 dilfridge Exp $ + +EAPI=5 + +MODULE_AUTHOR=INGY +MODULE_VERSION=0.46 +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="" + +DEPEND=">=virtual/perl-ExtUtils-MakeMaker-6.300.0" + +SRC_TEST="do" |