commit: c269f91bb3676fad1b5e973182ae297c97dfeca1
Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Wed Aug 4 20:15:07 2021 +0000
Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Wed Aug 4 20:46:13 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c269f91b
dev-perl/Readonly-XS: EAPI=8 bump
Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>
...S-1.50.0-r1.ebuild => Readonly-XS-1.50.0-r2.ebuild} | 18 +++++++++---------
1 file changed, 9 insertions(+), 9 deletions(-)
diff --git a/dev-perl/Readonly-XS/Readonly-XS-1.50.0-r1.ebuild
b/dev-perl/Readonly-XS/Readonly-XS-1.50.0-r2.ebuild
similarity index 62%
rename from dev-perl/Readonly-XS/Readonly-XS-1.50.0-r1.ebuild
rename to dev-perl/Readonly-XS/Readonly-XS-1.50.0-r2.ebuild
index 2db56fd5798..d2d9b2a34a8 100644
--- a/dev-perl/Readonly-XS/Readonly-XS-1.50.0-r1.ebuild
+++ b/dev-perl/Readonly-XS/Readonly-XS-1.50.0-r2.ebuild
@@ -1,19 +1,19 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=5
+EAPI=8
-MODULE_AUTHOR=ROODE
-MODULE_VERSION=1.05
+DIST_AUTHOR=ROODE
+DIST_VERSION=1.05
inherit perl-module
DESCRIPTION="Companion module for Readonly.pm, to speed up read-only scalar
variables"
SLOT="0"
KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ppc ~ppc64 ~s390 ~sparc x86"
-IUSE=""
-RDEPEND="dev-perl/Readonly"
-DEPEND="${RDEPEND}"
-
-SRC_TEST=do
+RDEPEND="
+ dev-perl/Readonly
+"
+BDEPEND="${RDEPEND}
+"