diff options
author | Torsten Veller <tove@gentoo.org> | 2009-05-02 11:08:56 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2009-05-02 11:08:56 +0000 |
commit | 2486da72819c741cd2667af077a738e8f455259c (patch) | |
tree | c189cb62bbb0924df2a639d50d6682889aa1bdc5 /dev-perl/GraphViz | |
parent | Cleanup (diff) | |
download | gentoo-2-2486da72819c741cd2667af077a738e8f455259c.tar.gz gentoo-2-2486da72819c741cd2667af077a738e8f455259c.tar.bz2 gentoo-2-2486da72819c741cd2667af077a738e8f455259c.zip |
Cleanup
(Portage version: 2.2_rc31/cvs/Linux i686)
Diffstat (limited to 'dev-perl/GraphViz')
-rw-r--r-- | dev-perl/GraphViz/ChangeLog | 7 | ||||
-rw-r--r-- | dev-perl/GraphViz/GraphViz-2.03.ebuild | 26 |
2 files changed, 5 insertions, 28 deletions
diff --git a/dev-perl/GraphViz/ChangeLog b/dev-perl/GraphViz/ChangeLog index 52336148a663..e0abde4c33a1 100644 --- a/dev-perl/GraphViz/ChangeLog +++ b/dev-perl/GraphViz/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-perl/GraphViz -# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/GraphViz/ChangeLog,v 1.8 2008/12/15 20:12:43 tove Exp $ +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/GraphViz/ChangeLog,v 1.9 2009/05/02 11:08:56 tove Exp $ + + 02 May 2009; Torsten Veller <tove@gentoo.org> -GraphViz-2.03.ebuild: + Cleanup *GraphViz-2.04 (15 Dec 2008) 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 -} |