diff options
author | 2015-06-21 16:18:36 +0000 | |
---|---|---|
committer | 2015-06-21 16:18:36 +0000 | |
commit | 3fb95d148ba7fcc58c5a36f76392e7a632d40981 (patch) | |
tree | 77d6b80b124a7fb533bcfd432944a1cf39fc4ee9 /dev-perl/Filter | |
parent | alpha stable wrt bug #550300 (diff) | |
download | gentoo-2-3fb95d148ba7fcc58c5a36f76392e7a632d40981.tar.gz gentoo-2-3fb95d148ba7fcc58c5a36f76392e7a632d40981.tar.bz2 gentoo-2-3fb95d148ba7fcc58c5a36f76392e7a632d40981.zip |
Version bump
(Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 0B08240A96F66571)
Diffstat (limited to 'dev-perl/Filter')
-rw-r--r-- | dev-perl/Filter/ChangeLog | 8 | ||||
-rw-r--r-- | dev-perl/Filter/Filter-1.450.0.ebuild | 17 | ||||
-rw-r--r-- | dev-perl/Filter/Filter-1.540.0.ebuild | 21 |
3 files changed, 28 insertions, 18 deletions
diff --git a/dev-perl/Filter/ChangeLog b/dev-perl/Filter/ChangeLog index f1edeafe87fe..af9a499b6e68 100644 --- a/dev-perl/Filter/ChangeLog +++ b/dev-perl/Filter/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for dev-perl/Filter # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Filter/ChangeLog,v 1.33 2015/03/09 12:16:00 zlogene Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Filter/ChangeLog,v 1.34 2015/06/21 16:18:36 dilfridge Exp $ + +*Filter-1.540.0 (21 Jun 2015) + + 21 Jun 2015; Andreas K. Huettel <dilfridge@gentoo.org> +Filter-1.540.0.ebuild, + -Filter-1.450.0.ebuild: + Version bump 09 Mar 2015; Mikle Kolyada <zlogene@gentoo.org> Filter-1.490.0.ebuild: Add ~ppc64 keyword diff --git a/dev-perl/Filter/Filter-1.450.0.ebuild b/dev-perl/Filter/Filter-1.450.0.ebuild deleted file mode 100644 index 43c059eb1ec1..000000000000 --- a/dev-perl/Filter/Filter-1.450.0.ebuild +++ /dev/null @@ -1,17 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Filter/Filter-1.450.0.ebuild,v 1.1 2014/07/07 18:38:50 dilfridge Exp $ - -EAPI=5 - -MODULE_AUTHOR=RURBAN -MODULE_VERSION=1.45 -inherit perl-module - -DESCRIPTION="Interface for creation of Perl Filters" - -SLOT="0" -KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc s390 sh sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x86-solaris" -IUSE="" - -SRC_TEST=do diff --git a/dev-perl/Filter/Filter-1.540.0.ebuild b/dev-perl/Filter/Filter-1.540.0.ebuild new file mode 100644 index 000000000000..5a9062f8a639 --- /dev/null +++ b/dev-perl/Filter/Filter-1.540.0.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Filter/Filter-1.540.0.ebuild,v 1.1 2015/06/21 16:18:36 dilfridge Exp $ + +EAPI=5 + +MODULE_AUTHOR=RURBAN +MODULE_VERSION=1.54 +inherit perl-module + +DESCRIPTION="Interface for creation of Perl Filters" + +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~x86-fbsd ~x86-interix ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +IUSE="" + +DEPEND=" + virtual/perl-ExtUtils-MakeMaker +" + +SRC_TEST="do parallel" |