diff options
author | Mikle Kolyada <zlogene@gentoo.org> | 2014-10-01 11:44:15 +0000 |
---|---|---|
committer | Mikle Kolyada <zlogene@gentoo.org> | 2014-10-01 11:44:15 +0000 |
commit | a4361e9ecdf17d07e6300664c00dfe0b4b735a6d (patch) | |
tree | 5a808f39481501166e717ec84b1c589c5a1f5a42 | |
parent | Add ~arm64 keyword (diff) | |
download | gentoo-2-a4361e9ecdf17d07e6300664c00dfe0b4b735a6d.tar.gz gentoo-2-a4361e9ecdf17d07e6300664c00dfe0b4b735a6d.tar.bz2 gentoo-2-a4361e9ecdf17d07e6300664c00dfe0b4b735a6d.zip |
Version bump
(Portage version: 2.2.8-r2/cvs/Linux x86_64, signed Manifest commit with key 0xC42EB5D6)
-rw-r--r-- | dev-perl/List-AllUtils/ChangeLog | 7 | ||||
-rw-r--r-- | dev-perl/List-AllUtils/List-AllUtils-0.80.0.ebuild | 23 |
2 files changed, 29 insertions, 1 deletions
diff --git a/dev-perl/List-AllUtils/ChangeLog b/dev-perl/List-AllUtils/ChangeLog index 1b467e0080f5..313c69882f8e 100644 --- a/dev-perl/List-AllUtils/ChangeLog +++ b/dev-perl/List-AllUtils/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-perl/List-AllUtils # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/List-AllUtils/ChangeLog,v 1.3 2014/08/26 17:06:20 axs Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/List-AllUtils/ChangeLog,v 1.4 2014/10/01 11:44:15 zlogene Exp $ + +*List-AllUtils-0.80.0 (01 Oct 2014) + + 01 Oct 2014; Mikle Kolyada <zlogene@gentoo.org> +List-AllUtils-0.80.0.ebuild: + Version bump *List-AllUtils-0.30.0-r1 (26 Aug 2014) diff --git a/dev-perl/List-AllUtils/List-AllUtils-0.80.0.ebuild b/dev-perl/List-AllUtils/List-AllUtils-0.80.0.ebuild new file mode 100644 index 000000000000..ebaed9e45f3d --- /dev/null +++ b/dev-perl/List-AllUtils/List-AllUtils-0.80.0.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/List-AllUtils/List-AllUtils-0.80.0.ebuild,v 1.1 2014/10/01 11:44:15 zlogene Exp $ + +EAPI=5 + +MODULE_AUTHOR=DROLSKY +MODULE_VERSION=0.08 +inherit perl-module + +DESCRIPTION='Combines List::Util and List::MoreUtils in one bite-sized package' + +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +RDEPEND=" + >=dev-perl/List-MoreUtils-0.280.0 + >=virtual/perl-Scalar-List-Utils-1.190.0 +" +DEPEND="${RDEPEND}" + +SRC_TEST="do" |