summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-perl/GraphViz/GraphViz-2.230.0.ebuild')
-rw-r--r--dev-perl/GraphViz/GraphViz-2.230.0.ebuild39
1 files changed, 0 insertions, 39 deletions
diff --git a/dev-perl/GraphViz/GraphViz-2.230.0.ebuild b/dev-perl/GraphViz/GraphViz-2.230.0.ebuild
deleted file mode 100644
index 79edec53b489..000000000000
--- a/dev-perl/GraphViz/GraphViz-2.230.0.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=6
-
-DIST_A_EXT=tgz
-DIST_AUTHOR=RSAVAGE
-DIST_VERSION=2.23
-DIST_EXAMPLES=("examples/*")
-inherit perl-module
-
-DESCRIPTION="Interface to AT&T's GraphViz"
-
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="test"
-
-RDEPEND="
- media-gfx/graphviz
- >=virtual/perl-Carp-1.10.0
- >=virtual/perl-Getopt-Long-2.340.0
- virtual/perl-IO
- >=dev-perl/IPC-Run-0.600.0
- >=dev-perl/libwww-perl-6
- >=dev-perl/Parse-RecDescent-1.965.1
- >=virtual/perl-Time-HiRes-1.510.0
- >=dev-perl/XML-Twig-3.520.0
- >=dev-perl/XML-XPath-1.130.0
-"
-# Note, we don't really require Test::Simple >=1.300...
-# https://rt.cpan.org/Ticket/Display.html?id=115236
-DEPEND="${RDEPEND}
- virtual/perl-ExtUtils-MakeMaker
- dev-perl/File-Which
- test? (
- >=virtual/perl-Test-Simple-1.1.14
- )
-"