diff options
author | Torsten Veller <tove@gentoo.org> | 2013-01-06 20:32:31 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2013-01-06 20:32:31 +0000 |
commit | 9c8d72c9d5d50ae980655f609613e197bc208e4b (patch) | |
tree | e9e723f702e67e366e2439f25d7fcba5b62e4062 /dev-perl/GraphViz | |
parent | Cleanup (diff) | |
download | gentoo-2-9c8d72c9d5d50ae980655f609613e197bc208e4b.tar.gz gentoo-2-9c8d72c9d5d50ae980655f609613e197bc208e4b.tar.bz2 gentoo-2-9c8d72c9d5d50ae980655f609613e197bc208e4b.zip |
Cleanup
(Portage version: 2.2.0_alpha149/cvs/Linux x86_64, signed Manifest commit with key 0x5772769F4E046AEC)
Diffstat (limited to 'dev-perl/GraphViz')
-rw-r--r-- | dev-perl/GraphViz/ChangeLog | 8 | ||||
-rw-r--r-- | dev-perl/GraphViz/GraphViz-2.02.ebuild | 20 | ||||
-rw-r--r-- | dev-perl/GraphViz/GraphViz-2.100.0.ebuild | 36 | ||||
-rw-r--r-- | dev-perl/GraphViz/GraphViz-2.110.0.ebuild | 36 | ||||
-rw-r--r-- | dev-perl/GraphViz/GraphViz-2.90.0.ebuild | 36 |
5 files changed, 6 insertions, 130 deletions
diff --git a/dev-perl/GraphViz/ChangeLog b/dev-perl/GraphViz/ChangeLog index 494faef5a685..012c27465c48 100644 --- a/dev-perl/GraphViz/ChangeLog +++ b/dev-perl/GraphViz/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-perl/GraphViz -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/GraphViz/ChangeLog,v 1.23 2012/12/08 12:07:33 tove Exp $ +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/GraphViz/ChangeLog,v 1.24 2013/01/06 20:32:31 tove Exp $ + + 06 Jan 2013; Torsten Veller <tove@gentoo.org> -GraphViz-2.02.ebuild, + -GraphViz-2.90.0.ebuild, -GraphViz-2.100.0.ebuild, -GraphViz-2.110.0.ebuild: + Cleanup *GraphViz-2.140.0 (08 Dec 2012) diff --git a/dev-perl/GraphViz/GraphViz-2.02.ebuild b/dev-perl/GraphViz/GraphViz-2.02.ebuild deleted file mode 100644 index 3f3c178d1c7d..000000000000 --- a/dev-perl/GraphViz/GraphViz-2.02.ebuild +++ /dev/null @@ -1,20 +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.02.ebuild,v 1.6 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" - -RDEPEND="dev-lang/perl - media-gfx/graphviz - dev-perl/IPC-Run" -DEPEND="${RDEPEND} - >=virtual/perl-Module-Build-0.28" diff --git a/dev-perl/GraphViz/GraphViz-2.100.0.ebuild b/dev-perl/GraphViz/GraphViz-2.100.0.ebuild deleted file mode 100644 index 2e7f4a807ba6..000000000000 --- a/dev-perl/GraphViz/GraphViz-2.100.0.ebuild +++ /dev/null @@ -1,36 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/GraphViz/GraphViz-2.100.0.ebuild,v 1.2 2012/10/14 18:27:40 armin76 Exp $ - -EAPI=4 - -MODULE_A_EXT=tgz -MODULE_AUTHOR=RSAVAGE -MODULE_VERSION=2.10 -inherit perl-module - -DESCRIPTION="GraphViz - Interface to the GraphViz graphing tool" - -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="test" - -RDEPEND="media-gfx/graphviz - dev-perl/IPC-Run" - #dev-perl/XML-Twig #used in GraphViz::XML -DEPEND="${RDEPEND} - virtual/perl-Module-Build - test? ( - virtual/perl-Test-Simple - >=dev-perl/Test-Pod-1.440.0 - ) -" - -SRC_TEST="do" - -src_install() { - perl-module_src_install - - insinto /usr/share/doc/${PF}/examples - doins "${S}"/examples/* || die -} diff --git a/dev-perl/GraphViz/GraphViz-2.110.0.ebuild b/dev-perl/GraphViz/GraphViz-2.110.0.ebuild deleted file mode 100644 index e875cbed11cd..000000000000 --- a/dev-perl/GraphViz/GraphViz-2.110.0.ebuild +++ /dev/null @@ -1,36 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/GraphViz/GraphViz-2.110.0.ebuild,v 1.2 2012/10/14 18:27:40 armin76 Exp $ - -EAPI=4 - -MODULE_A_EXT=tgz -MODULE_AUTHOR=RSAVAGE -MODULE_VERSION=2.11 -inherit perl-module - -DESCRIPTION="GraphViz - Interface to the GraphViz graphing tool" - -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="test" - -RDEPEND="media-gfx/graphviz - dev-perl/IPC-Run" - #dev-perl/XML-Twig #used in GraphViz::XML -DEPEND="${RDEPEND} - virtual/perl-Module-Build - test? ( - virtual/perl-Test-Simple - >=dev-perl/Test-Pod-1.440.0 - ) -" - -SRC_TEST="do" - -src_install() { - perl-module_src_install - - insinto /usr/share/doc/${PF}/examples - doins "${S}"/examples/* -} diff --git a/dev-perl/GraphViz/GraphViz-2.90.0.ebuild b/dev-perl/GraphViz/GraphViz-2.90.0.ebuild deleted file mode 100644 index 08139aa01b48..000000000000 --- a/dev-perl/GraphViz/GraphViz-2.90.0.ebuild +++ /dev/null @@ -1,36 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/GraphViz/GraphViz-2.90.0.ebuild,v 1.2 2012/10/14 18:27:40 armin76 Exp $ - -EAPI=4 - -MODULE_AUTHOR=RSAVAGE -MODULE_VERSION=2.09 -MODULE_A_EXT=tgz -inherit perl-module - -DESCRIPTION="GraphViz - Interface to the GraphViz graphing tool" - -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="test" - -RDEPEND="media-gfx/graphviz - dev-perl/IPC-Run" - #dev-perl/XML-Twig #used in GraphViz::XML -DEPEND="${RDEPEND} - virtual/perl-Module-Build - test? ( - virtual/perl-Test-Simple - >=dev-perl/Test-Pod-1.440.0 - ) -" - -SRC_TEST="do" - -src_install() { - perl-module_src_install - - insinto /usr/share/doc/${PF}/examples - doins "${S}"/examples/* || die -} |