summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-perl/GraphViz/GraphViz-2.03.ebuild')
-rw-r--r--dev-perl/GraphViz/GraphViz-2.03.ebuild26
1 files changed, 0 insertions, 26 deletions
diff --git a/dev-perl/GraphViz/GraphViz-2.03.ebuild b/dev-perl/GraphViz/GraphViz-2.03.ebuild
deleted file mode 100644
index 9e085f321a67..000000000000
--- a/dev-perl/GraphViz/GraphViz-2.03.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2008 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/GraphViz/GraphViz-2.03.ebuild,v 1.2 2008/11/19 13:51:15 tove Exp $
-
-MODULE_AUTHOR=LBROCARD
-inherit perl-module
-
-DESCRIPTION="GraphViz - Interface to the GraphViz graphing tool"
-
-LICENSE="|| ( Artistic GPL-2 )"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-SRC_TEST="do"
-
-DEPEND="dev-lang/perl
- media-gfx/graphviz
- dev-perl/IPC-Run"
- #dev-perl/XML-Twig #used in GraphViz::XML
-
-src_install() {
- perl-module_src_install
-
- insinto /usr/share/doc/${PF}/examples
- doins "${S}"/examples/* || die
-}