From f4df0ebf96551fb0c5aa2482145192528d2f37ac Mon Sep 17 00:00:00 2001 From: Ian Stakenvicius Date: Fri, 22 Aug 2014 15:00:47 +0000 Subject: bumped EAPI to 5; committed directly to stable as no other changes present and revbump helps stable systems to keep from dieing on perl-5.18 upgrade (Portage version: 2.2.8-r1/cvs/Linux x86_64, RepoMan options: --force, signed Manifest commit with key 2B6559ED) --- dev-perl/crypt-cbc/ChangeLog | 9 ++++++++- dev-perl/crypt-cbc/crypt-cbc-2.330.0-r1.ebuild | 28 ++++++++++++++++++++++++++ dev-perl/crypt-cbc/crypt-cbc-2.330.0.ebuild | 28 -------------------------- 3 files changed, 36 insertions(+), 29 deletions(-) create mode 100644 dev-perl/crypt-cbc/crypt-cbc-2.330.0-r1.ebuild delete mode 100644 dev-perl/crypt-cbc/crypt-cbc-2.330.0.ebuild diff --git a/dev-perl/crypt-cbc/ChangeLog b/dev-perl/crypt-cbc/ChangeLog index 846a409481f3..279f9db148ad 100644 --- a/dev-perl/crypt-cbc/ChangeLog +++ b/dev-perl/crypt-cbc/ChangeLog @@ -1,6 +1,13 @@ # ChangeLog for dev-perl/crypt-cbc # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/crypt-cbc/ChangeLog,v 1.95 2014/07/26 14:41:30 dilfridge Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/crypt-cbc/ChangeLog,v 1.96 2014/08/22 15:00:47 axs Exp $ + +*crypt-cbc-2.330.0-r1 (22 Aug 2014) + + 22 Aug 2014; Ian Stakenvicius (_AxS_) + +crypt-cbc-2.330.0-r1.ebuild, -crypt-cbc-2.330.0.ebuild: + bumped EAPI to 5; committed directly to stable as no other changes present and + revbump helps stable systems to keep from dieing on perl-5.18 upgrade 26 Jul 2014; Andreas K. Huettel -crypt-cbc-2.300.0.ebuild, -crypt-cbc-2.310.0.ebuild, diff --git a/dev-perl/crypt-cbc/crypt-cbc-2.330.0-r1.ebuild b/dev-perl/crypt-cbc/crypt-cbc-2.330.0-r1.ebuild new file mode 100644 index 000000000000..1e45a6e61d1f --- /dev/null +++ b/dev-perl/crypt-cbc/crypt-cbc-2.330.0-r1.ebuild @@ -0,0 +1,28 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/crypt-cbc/crypt-cbc-2.330.0-r1.ebuild,v 1.1 2014/08/22 15:00:47 axs Exp $ + +EAPI=5 + +MY_PN=Crypt-CBC +MODULE_AUTHOR=LDS +MODULE_VERSION=2.33 +inherit perl-module + +DESCRIPTION="Encrypt Data with Cipher Block Chaining Mode" + +LICENSE="Artistic" +SLOT="0" +KEYWORDS="alpha amd64 hppa ia64 ~mips ppc ppc64 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris" +IUSE="test" + +RDEPEND="virtual/perl-Digest-MD5" +DEPEND="${RDEPEND} + test? ( + dev-perl/Crypt-Blowfish + dev-perl/Crypt-DES + dev-perl/crypt-idea + )" +# dev-perl/Crypt-Rijndael" + +SRC_TEST="do" diff --git a/dev-perl/crypt-cbc/crypt-cbc-2.330.0.ebuild b/dev-perl/crypt-cbc/crypt-cbc-2.330.0.ebuild deleted file mode 100644 index 440d6167e86a..000000000000 --- a/dev-perl/crypt-cbc/crypt-cbc-2.330.0.ebuild +++ /dev/null @@ -1,28 +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/crypt-cbc/crypt-cbc-2.330.0.ebuild,v 1.9 2014/03/15 05:20:11 zlogene Exp $ - -EAPI=4 - -MY_PN=Crypt-CBC -MODULE_AUTHOR=LDS -MODULE_VERSION=2.33 -inherit perl-module - -DESCRIPTION="Encrypt Data with Cipher Block Chaining Mode" - -LICENSE="Artistic" -SLOT="0" -KEYWORDS="alpha amd64 hppa ia64 ~mips ppc ppc64 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris" -IUSE="test" - -RDEPEND="virtual/perl-Digest-MD5" -DEPEND="${RDEPEND} - test? ( - dev-perl/Crypt-Blowfish - dev-perl/Crypt-DES - dev-perl/crypt-idea - )" -# dev-perl/Crypt-Rijndael" - -SRC_TEST="do" -- cgit v1.2.3-65-gdbad