summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTorsten Veller <tove@gentoo.org>2008-11-18 15:02:25 +0000
committerTorsten Veller <tove@gentoo.org>2008-11-18 15:02:25 +0000
commit186b36148b4a16a1ca000b10138c83af25d7a4bd (patch)
tree8223da88483d3f6149c6a7f03a9ced743b7a1afc
parent New virtuals: Compress-Zlib (diff)
downloadgentoo-2-186b36148b4a16a1ca000b10138c83af25d7a4bd.tar.gz
gentoo-2-186b36148b4a16a1ca000b10138c83af25d7a4bd.tar.bz2
gentoo-2-186b36148b4a16a1ca000b10138c83af25d7a4bd.zip
New virtuals: module-build
(Portage version: 2.2_rc14/cvs/Linux 2.6.26-tuxonice i686)
-rw-r--r--dev-perl/GraphViz/ChangeLog5
-rw-r--r--dev-perl/GraphViz/GraphViz-2.02.ebuild6
2 files changed, 7 insertions, 4 deletions
diff --git a/dev-perl/GraphViz/ChangeLog b/dev-perl/GraphViz/ChangeLog
index 1a3dd6941d8d..0faac8acb5e9 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.5 2008/08/02 10:43:27 tove Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/GraphViz/ChangeLog,v 1.6 2008/11/18 15:02:25 tove Exp $
+
+ 18 Nov 2008; Torsten Veller <tove@gentoo.org> GraphViz-2.02.ebuild:
+ New virtuals: module-build
*GraphViz-2.03 (02 Aug 2008)
diff --git a/dev-perl/GraphViz/GraphViz-2.02.ebuild b/dev-perl/GraphViz/GraphViz-2.02.ebuild
index 20b221cdb187..6c98b1913416 100644
--- a/dev-perl/GraphViz/GraphViz-2.02.ebuild
+++ b/dev-perl/GraphViz/GraphViz-2.02.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2007 Gentoo Foundation
+# 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.4 2007/01/15 22:32:51 mcummings Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/GraphViz/GraphViz-2.02.ebuild,v 1.5 2008/11/18 15:02:25 tove Exp $
inherit perl-module eutils
@@ -15,6 +15,6 @@ IUSE=""
SRC_TEST="do"
DEPEND="dev-lang/perl
- >=dev-perl/module-build-0.28
+ >=virtual/perl-Module-Build-0.28
media-gfx/graphviz
dev-perl/IPC-Run"