summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2012-12-31 13:05:33 +0000
committerMichał Górny <mgorny@gentoo.org>2012-12-31 13:05:33 +0000
commitb538e66858dd71a75b8f3f7d546d36e42742f15f (patch)
treef1169612b6c6257ceb990c4745c3cf5498603d8f /media-gfx
parentUse virtual/pyparsing. (diff)
downloadgentoo-2-b538e66858dd71a75b8f3f7d546d36e42742f15f.tar.gz
gentoo-2-b538e66858dd71a75b8f3f7d546d36e42742f15f.tar.bz2
gentoo-2-b538e66858dd71a75b8f3f7d546d36e42742f15f.zip
Use virtual/pyparsing.
(Portage version: 2.2.0_alpha149/cvs/Linux x86_64, signed Manifest commit with key 42B9401D)
Diffstat (limited to 'media-gfx')
-rw-r--r--media-gfx/pydot/ChangeLog7
-rw-r--r--media-gfx/pydot/pydot-1.0.23.ebuild6
-rw-r--r--media-gfx/pydot/pydot-1.0.25.ebuild4
-rw-r--r--media-gfx/pydot/pydot-1.0.28.ebuild4
4 files changed, 12 insertions, 9 deletions
diff --git a/media-gfx/pydot/ChangeLog b/media-gfx/pydot/ChangeLog
index 4eca8914b9ba..a2c4fb3da572 100644
--- a/media-gfx/pydot/ChangeLog
+++ b/media-gfx/pydot/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for media-gfx/pydot
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-gfx/pydot/ChangeLog,v 1.45 2012/05/12 04:09:37 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/pydot/ChangeLog,v 1.46 2012/12/31 13:05:33 mgorny Exp $
+
+ 31 Dec 2012; Michał Górny <mgorny@gentoo.org> pydot-1.0.23.ebuild,
+ pydot-1.0.25.ebuild, pydot-1.0.28.ebuild:
+ Use virtual/pyparsing.
12 May 2012; Alexis Ballier <aballier@gentoo.org> pydot-1.0.28.ebuild:
keyword ~amd64-fbsd
@@ -156,4 +160,3 @@
+files/pydot-0.9.10-quote.patch, +metadata.xml, +pydot-0.9.10.ebuild:
New ebuild for bug #106983 thanks to Tommie, Thomas Fullhart , lzap, tim,
Raimondo Giammanco, Sam Jacobson, David Grant, Alastair Tse, Jakub Moc
-
diff --git a/media-gfx/pydot/pydot-1.0.23.ebuild b/media-gfx/pydot/pydot-1.0.23.ebuild
index 2319eeabc5a1..3467b6a691bf 100644
--- a/media-gfx/pydot/pydot-1.0.23.ebuild
+++ b/media-gfx/pydot/pydot-1.0.23.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-gfx/pydot/pydot-1.0.23.ebuild,v 1.10 2011/10/04 17:43:59 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/pydot/pydot-1.0.23.ebuild,v 1.11 2012/12/31 13:05:33 mgorny Exp $
EAPI="3"
PYTHON_DEPEND="2"
@@ -18,7 +18,7 @@ SLOT="0"
KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 ~ppc-macos ~x64-macos ~x86-macos"
IUSE=""
-RDEPEND="dev-python/pyparsing
+RDEPEND="virtual/pyparsing
media-gfx/graphviz"
DEPEND="${RDEPEND}
dev-python/setuptools"
diff --git a/media-gfx/pydot/pydot-1.0.25.ebuild b/media-gfx/pydot/pydot-1.0.25.ebuild
index a968e99e87f3..dc5a16b19a15 100644
--- a/media-gfx/pydot/pydot-1.0.25.ebuild
+++ b/media-gfx/pydot/pydot-1.0.25.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-gfx/pydot/pydot-1.0.25.ebuild,v 1.10 2012/03/31 17:22:31 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/pydot/pydot-1.0.25.ebuild,v 1.11 2012/12/31 13:05:33 mgorny Exp $
EAPI="3"
PYTHON_DEPEND="2"
@@ -18,7 +18,7 @@ SLOT="0"
KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 ~x86-fbsd ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris"
IUSE=""
-RDEPEND="dev-python/pyparsing
+RDEPEND="virtual/pyparsing
media-gfx/graphviz"
DEPEND="${RDEPEND}
dev-python/setuptools"
diff --git a/media-gfx/pydot/pydot-1.0.28.ebuild b/media-gfx/pydot/pydot-1.0.28.ebuild
index 60cc5faf5b1d..5e71202bf98b 100644
--- a/media-gfx/pydot/pydot-1.0.28.ebuild
+++ b/media-gfx/pydot/pydot-1.0.28.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-gfx/pydot/pydot-1.0.28.ebuild,v 1.3 2012/05/12 04:09:37 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/pydot/pydot-1.0.28.ebuild,v 1.4 2012/12/31 13:05:33 mgorny Exp $
EAPI="3"
PYTHON_DEPEND="2"
@@ -18,7 +18,7 @@ SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris"
IUSE=""
-RDEPEND="dev-python/pyparsing
+RDEPEND="virtual/pyparsing
media-gfx/graphviz"
DEPEND="${RDEPEND}
dev-python/setuptools"