summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Turner <mattst88@gentoo.org>2024-03-14 12:43:23 -0400
committerMatt Turner <mattst88@gentoo.org>2024-03-15 10:56:24 -0400
commitfaad7b29954ad532d78900826c8415c37e28125a (patch)
tree25d5299044b6941a4cd030503f8142cc59b6b47b /dev-perl/GraphViz/GraphViz-2.240.0-r1.ebuild
parentdev-perl/Graph: Drop old versions (diff)
downloadgentoo-faad7b29954ad532d78900826c8415c37e28125a.tar.gz
gentoo-faad7b29954ad532d78900826c8415c37e28125a.tar.bz2
gentoo-faad7b29954ad532d78900826c8415c37e28125a.zip
dev-perl/GraphViz: Drop old versions
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'dev-perl/GraphViz/GraphViz-2.240.0-r1.ebuild')
-rw-r--r--dev-perl/GraphViz/GraphViz-2.240.0-r1.ebuild35
1 files changed, 0 insertions, 35 deletions
diff --git a/dev-perl/GraphViz/GraphViz-2.240.0-r1.ebuild b/dev-perl/GraphViz/GraphViz-2.240.0-r1.ebuild
deleted file mode 100644
index f002d250aa34..000000000000
--- a/dev-perl/GraphViz/GraphViz-2.240.0-r1.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DIST_A_EXT=tgz
-DIST_AUTHOR=RSAVAGE
-DIST_VERSION=2.24
-DIST_EXAMPLES=("examples/*")
-inherit perl-module
-
-DESCRIPTION="Interface to AT&T's GraphViz"
-
-SLOT="0"
-KEYWORDS="amd64 ~arm ~riscv x86"
-
-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
-"
-BDEPEND="${RDEPEND}
- virtual/perl-ExtUtils-MakeMaker
- dev-perl/File-Which
- test? (
- >=virtual/perl-Test-Simple-1.1.2
- )
-"