diff options
author | Torsten Veller <tove@gentoo.org> | 2008-11-19 13:51:15 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2008-11-19 13:51:15 +0000 |
commit | ea9be42db7d576d15bb5540ac43a7f1c86eeba49 (patch) | |
tree | ff6087ae6086a217729cd8950ce54ce479534ac7 /dev-perl/GraphViz | |
parent | Move Module-Build to DEPEND only. Fix LICENSE (diff) | |
download | gentoo-2-ea9be42db7d576d15bb5540ac43a7f1c86eeba49.tar.gz gentoo-2-ea9be42db7d576d15bb5540ac43a7f1c86eeba49.tar.bz2 gentoo-2-ea9be42db7d576d15bb5540ac43a7f1c86eeba49.zip |
Move Module-Build to DEPEND only. Fix LICENSE
(Portage version: 2.2_rc14/cvs/Linux 2.6.26-tuxonice i686)
Diffstat (limited to 'dev-perl/GraphViz')
-rw-r--r-- | dev-perl/GraphViz/ChangeLog | 6 | ||||
-rw-r--r-- | dev-perl/GraphViz/GraphViz-2.02.ebuild | 14 | ||||
-rw-r--r-- | dev-perl/GraphViz/GraphViz-2.03.ebuild | 6 |
3 files changed, 15 insertions, 11 deletions
diff --git a/dev-perl/GraphViz/ChangeLog b/dev-perl/GraphViz/ChangeLog index 0faac8acb5e9..a031e6adc847 100644 --- a/dev-perl/GraphViz/ChangeLog +++ b/dev-perl/GraphViz/ChangeLog @@ -1,6 +1,10 @@ # 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.6 2008/11/18 15:02:25 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/GraphViz/ChangeLog,v 1.7 2008/11/19 13:51:15 tove Exp $ + + 19 Nov 2008; Torsten Veller <tove@gentoo.org> GraphViz-2.02.ebuild, + GraphViz-2.03.ebuild: + Move Module-Build to DEPEND only. Fix LICENSE 18 Nov 2008; Torsten Veller <tove@gentoo.org> GraphViz-2.02.ebuild: New virtuals: module-build diff --git a/dev-perl/GraphViz/GraphViz-2.02.ebuild b/dev-perl/GraphViz/GraphViz-2.02.ebuild index 6c98b1913416..3f3c178d1c7d 100644 --- a/dev-perl/GraphViz/GraphViz-2.02.ebuild +++ b/dev-perl/GraphViz/GraphViz-2.02.ebuild @@ -1,20 +1,20 @@ # 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.5 2008/11/18 15:02:25 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/GraphViz/GraphViz-2.02.ebuild,v 1.6 2008/11/19 13:51:15 tove Exp $ -inherit perl-module eutils +MODULE_AUTHOR=LBROCARD +inherit perl-module DESCRIPTION="GraphViz - Interface to the GraphViz graphing tool" -HOMEPAGE="http://search.cpan.org/~lbrocard/" -SRC_URI="http://search.cpan.org/CPAN/authors/id/L/LB/LBROCARD/${P}.tar.gz" -LICENSE="Artistic GPL-2" +LICENSE="|| ( Artistic GPL-2 )" SLOT="0" KEYWORDS="amd64 ~x86" IUSE="" SRC_TEST="do" -DEPEND="dev-lang/perl - >=virtual/perl-Module-Build-0.28 +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.03.ebuild b/dev-perl/GraphViz/GraphViz-2.03.ebuild index 2db851ad07fd..9e085f321a67 100644 --- a/dev-perl/GraphViz/GraphViz-2.03.ebuild +++ b/dev-perl/GraphViz/GraphViz-2.03.ebuild @@ -1,13 +1,13 @@ # 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.1 2008/08/02 10:43:27 tove Exp $ +# $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 eutils +inherit perl-module DESCRIPTION="GraphViz - Interface to the GraphViz graphing tool" -LICENSE="Artistic GPL-2" +LICENSE="|| ( Artistic GPL-2 )" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="" |