aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-perl/ExtUtils-CppGuess/ExtUtils-CppGuess-0.80.0.ebuild')
-rw-r--r--dev-perl/ExtUtils-CppGuess/ExtUtils-CppGuess-0.80.0.ebuild29
1 files changed, 0 insertions, 29 deletions
diff --git a/dev-perl/ExtUtils-CppGuess/ExtUtils-CppGuess-0.80.0.ebuild b/dev-perl/ExtUtils-CppGuess/ExtUtils-CppGuess-0.80.0.ebuild
deleted file mode 100644
index 94715a4..0000000
--- a/dev-perl/ExtUtils-CppGuess/ExtUtils-CppGuess-0.80.0.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=6
-
-DIST_AUTHOR="ETJ"
-DIST_VERSION="0.08"
-inherit perl-module
-
-DESCRIPTION="Guess C++ compiler and flags"
-
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="test"
-
-RDEPEND="dev-perl/Capture-Tiny"
-DEPEND="${RDEPEND}
- >=dev-perl/Module-Build-0.420.0
- test? (
- virtual/perl-autodie
- virtual/perl-Test-Simple
- virtual/perl-File-Path
- virtual/perl-File-Spec
- virtual/perl-ExtUtils-MakeMaker
- virtual/perl-ExtUtils-Manifest
- )"
-
-SRC_TEST=do