summaryrefslogtreecommitdiff
path: root/dev-perl/Devel-CheckOS/Devel-CheckOS-1.960.0.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'dev-perl/Devel-CheckOS/Devel-CheckOS-1.960.0.ebuild')
-rw-r--r--dev-perl/Devel-CheckOS/Devel-CheckOS-1.960.0.ebuild30
1 files changed, 0 insertions, 30 deletions
diff --git a/dev-perl/Devel-CheckOS/Devel-CheckOS-1.960.0.ebuild b/dev-perl/Devel-CheckOS/Devel-CheckOS-1.960.0.ebuild
deleted file mode 100644
index c3967011a8b0..000000000000
--- a/dev-perl/Devel-CheckOS/Devel-CheckOS-1.960.0.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DIST_AUTHOR=DCANTRELL
-DIST_VERSION=1.96
-inherit perl-module
-
-DESCRIPTION="Check what OS we're running on"
-
-SLOT="0"
-KEYWORDS="amd64 ppc sparc x86"
-
-RDEPEND="
- >=dev-perl/File-Find-Rule-0.280.0
-"
-BDEPEND="
- ${RDEPEND}
- >=virtual/perl-ExtUtils-MakeMaker-6.640.0
- test? (
- >=virtual/perl-File-Temp-0.190.0
- >=virtual/perl-Test-Simple-0.880.0
- dev-perl/Test-Warnings
- )
-"
-
-PERL_RM_FILES=(
- "t/pod.t"
-)