commit: 4fb890503607c296b2e2691f28b51d90ee02b5eb
Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Fri Oct 15 18:53:54 2021 +0000
Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Fri Oct 15 18:55:59 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4fb89050
dev-perl/Crypt-CipherSaber: EAPI=8 bump
Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>
...Saber-1.10.0-r1.ebuild => Crypt-CipherSaber-1.10.0-r2.ebuild} | 9 ++++-----
1 file changed, 4 insertions(+), 5 deletions(-)
diff --git a/dev-perl/Crypt-CipherSaber/Crypt-CipherSaber-1.10.0-r1.ebuild
b/dev-perl/Crypt-CipherSaber/Crypt-CipherSaber-1.10.0-r2.ebuild
similarity index 80%
rename from dev-perl/Crypt-CipherSaber/Crypt-CipherSaber-1.10.0-r1.ebuild
rename to dev-perl/Crypt-CipherSaber/Crypt-CipherSaber-1.10.0-r2.ebuild
index fe61b23df93..958f8de0be7 100644
--- a/dev-perl/Crypt-CipherSaber/Crypt-CipherSaber-1.10.0-r1.ebuild
+++ b/dev-perl/Crypt-CipherSaber/Crypt-CipherSaber-1.10.0-r2.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=6
+EAPI=8
DIST_AUTHOR=CHROMATIC
DIST_VERSION=1.01
@@ -11,19 +11,18 @@ DESCRIPTION="Perl module implementing CipherSaber
encryption"
SLOT="0"
KEYWORDS="~amd64 ~x86"
-IUSE="test"
-RESTRICT="!test? ( test )"
RDEPEND="
>=virtual/perl-Scalar-List-Utils-1.4.2
"
-DEPEND="${RDEPEND}
+BDEPEND="${RDEPEND}
dev-perl/Module-Build
test? (
>=virtual/perl-Test-Simple-0.600.0
>=dev-perl/Test-Warn-0.300.0
)
"
+
PATCHES=(
"${FILESDIR}/${P}-newline-iv.patch"
)