commit:     3b5b8999c7b8768b4301e034a7a10869c446eea3
Author:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Sat Jun 28 09:38:20 2025 +0000
Commit:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Sat Jun 28 09:47:56 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3b5b8999

dev-perl/Statistics-Basic: EAPI bump; simplify deps

Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>

 ...-1.661.100.ebuild => Statistics-Basic-1.661.100-r1.ebuild} | 11 +++--------
 1 file changed, 3 insertions(+), 8 deletions(-)

diff --git a/dev-perl/Statistics-Basic/Statistics-Basic-1.661.100.ebuild 
b/dev-perl/Statistics-Basic/Statistics-Basic-1.661.100-r1.ebuild
similarity index 69%
rename from dev-perl/Statistics-Basic/Statistics-Basic-1.661.100.ebuild
rename to dev-perl/Statistics-Basic/Statistics-Basic-1.661.100-r1.ebuild
index 206b990c8a02..78f6ad4a31e6 100644
--- a/dev-perl/Statistics-Basic/Statistics-Basic-1.661.100.ebuild
+++ b/dev-perl/Statistics-Basic/Statistics-Basic-1.661.100-r1.ebuild
@@ -1,7 +1,7 @@
-# Copyright 2020-2024 Gentoo Authors
+# Copyright 2020-2025 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=7
+EAPI=8
 
 DIST_AUTHOR=JETTERO
 DIST_VERSION=1.6611
@@ -10,16 +10,11 @@ inherit perl-module
 DESCRIPTION="A collection of very basic statistics modules"
 SLOT="0"
 KEYWORDS="amd64 x86"
-IUSE="test"
-RESTRICT="!test? ( test )"
 
 RDEPEND="
        >=dev-perl/Number-Format-1.420.0
-       virtual/perl-Scalar-List-Utils
-"
-BDEPEND="${RDEPEND}
-       virtual/perl-ExtUtils-MakeMaker
 "
+BDEPEND="${RDEPEND}"
 PATCHES=(
        "${FILESDIR}/${PN}-${DIST_VERSION}-no-dot-inc.patch"
 )

Reply via email to