summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas K. Hüttel <dilfridge@gentoo.org>2021-05-28 23:05:36 +0200
committerAndreas K. Hüttel <dilfridge@gentoo.org>2021-05-28 23:29:49 +0200
commitc4eedef8bcaa0e129498a74df69518e182b741f7 (patch)
treef779dcbb806c50fb01f2b68ba67e6d353cff940e /dev-perl/ExtUtils-CppGuess/ExtUtils-CppGuess-0.140.0.ebuild
parentdev-perl/Exporter-Cluster: Remove old (diff)
downloadgentoo-c4eedef8bcaa0e129498a74df69518e182b741f7.tar.gz
gentoo-c4eedef8bcaa0e129498a74df69518e182b741f7.tar.bz2
gentoo-c4eedef8bcaa0e129498a74df69518e182b741f7.zip
dev-perl/ExtUtils-CppGuess: Remove old
Package-Manager: Portage-3.0.18, Repoman-3.0.2 Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
Diffstat (limited to 'dev-perl/ExtUtils-CppGuess/ExtUtils-CppGuess-0.140.0.ebuild')
-rw-r--r--dev-perl/ExtUtils-CppGuess/ExtUtils-CppGuess-0.140.0.ebuild31
1 files changed, 0 insertions, 31 deletions
diff --git a/dev-perl/ExtUtils-CppGuess/ExtUtils-CppGuess-0.140.0.ebuild b/dev-perl/ExtUtils-CppGuess/ExtUtils-CppGuess-0.140.0.ebuild
deleted file mode 100644
index ae5616e5a017..000000000000
--- a/dev-perl/ExtUtils-CppGuess/ExtUtils-CppGuess-0.140.0.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DIST_AUTHOR=ETJ
-DIST_VERSION=0.14
-inherit perl-module
-
-DESCRIPTION="Guess C++ compiler and flags"
-
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-RDEPEND="
- dev-perl/Capture-Tiny
-"
-BDEPEND="${RDEPEND}
- virtual/perl-ExtUtils-MakeMaker
- test? (
- virtual/perl-File-Path
- virtual/perl-Data-Dumper
- virtual/perl-ExtUtils-Manifest
- virtual/perl-File-Spec
- dev-perl/Module-Build
- >=virtual/perl-Test-Simple-0.880.0
- virtual/perl-autodie
- )
-"