From c168cf1757e243c4056748505edadf5e06488aca Mon Sep 17 00:00:00 2001 From: "Andreas K. Hüttel" Date: Tue, 28 Sep 2021 20:22:45 +0200 Subject: dev-perl/Tie-EncryptedHash: EAPI=8 bump MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Package-Manager: Portage-3.0.23, Repoman-3.0.3 Signed-off-by: Andreas K. Hüttel --- .../Tie-EncryptedHash-1.240.0-r1.ebuild | 21 --------------------- .../Tie-EncryptedHash-1.240.0-r2.ebuild | 19 +++++++++++++++++++ 2 files changed, 19 insertions(+), 21 deletions(-) delete mode 100644 dev-perl/Tie-EncryptedHash/Tie-EncryptedHash-1.240.0-r1.ebuild create mode 100644 dev-perl/Tie-EncryptedHash/Tie-EncryptedHash-1.240.0-r2.ebuild (limited to 'dev-perl') diff --git a/dev-perl/Tie-EncryptedHash/Tie-EncryptedHash-1.240.0-r1.ebuild b/dev-perl/Tie-EncryptedHash/Tie-EncryptedHash-1.240.0-r1.ebuild deleted file mode 100644 index 3d858a418ec2..000000000000 --- a/dev-perl/Tie-EncryptedHash/Tie-EncryptedHash-1.240.0-r1.ebuild +++ /dev/null @@ -1,21 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -MODULE_AUTHOR=VIPUL -MODULE_VERSION=1.24 -inherit perl-module - -DESCRIPTION="Hashes (and objects based on hashes) with encrypting fields" - -SLOT="0" -KEYWORDS="~alpha amd64 ~hppa ~mips ~ppc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-solaris" -IUSE="" - -RDEPEND="dev-perl/Crypt-Blowfish - dev-perl/Crypt-DES - dev-perl/Crypt-CBC" -DEPEND="${RDEPEND}" - -SRC_TEST=do diff --git a/dev-perl/Tie-EncryptedHash/Tie-EncryptedHash-1.240.0-r2.ebuild b/dev-perl/Tie-EncryptedHash/Tie-EncryptedHash-1.240.0-r2.ebuild new file mode 100644 index 000000000000..99c6795736e1 --- /dev/null +++ b/dev-perl/Tie-EncryptedHash/Tie-EncryptedHash-1.240.0-r2.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DIST_AUTHOR=VIPUL +DIST_VERSION=1.24 +inherit perl-module + +DESCRIPTION="Hashes (and objects based on hashes) with encrypting fields" + +SLOT="0" +KEYWORDS="~alpha amd64 ~hppa ~mips ~ppc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-solaris" + +RDEPEND="dev-perl/Crypt-Blowfish + dev-perl/Crypt-DES + dev-perl/Crypt-CBC" +BDEPEND="${RDEPEND} +" -- cgit v1.2.3-65-gdbad