diff options
author | Michał Górny <mgorny@gentoo.org> | 2013-09-12 22:33:06 +0000 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2013-09-12 22:33:06 +0000 |
commit | 24d6f6d8e98453d947ed8b237721ad1aa585bc4a (patch) | |
tree | de3d139641fa04a2487feab8c2b081fdd4d86e55 /dev-tex/dot2tex | |
parent | Replace virtual/pyparsing dep with dev-python/pyparsing. The split versions w... (diff) | |
download | gentoo-2-24d6f6d8e98453d947ed8b237721ad1aa585bc4a.tar.gz gentoo-2-24d6f6d8e98453d947ed8b237721ad1aa585bc4a.tar.bz2 gentoo-2-24d6f6d8e98453d947ed8b237721ad1aa585bc4a.zip |
Replace virtual/pyparsing dep with dev-python/pyparsing. The split versions were removed and all in-tree versions support all impls now.
(Portage version: 2.2.3/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)
Diffstat (limited to 'dev-tex/dot2tex')
-rw-r--r-- | dev-tex/dot2tex/ChangeLog | 7 | ||||
-rw-r--r-- | dev-tex/dot2tex/dot2tex-2.8.7-r1.ebuild | 4 | ||||
-rw-r--r-- | dev-tex/dot2tex/dot2tex-2.8.7.ebuild | 6 |
3 files changed, 11 insertions, 6 deletions
diff --git a/dev-tex/dot2tex/ChangeLog b/dev-tex/dot2tex/ChangeLog index 26d2c495dc64..989ba6263b54 100644 --- a/dev-tex/dot2tex/ChangeLog +++ b/dev-tex/dot2tex/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-tex/dot2tex # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-tex/dot2tex/ChangeLog,v 1.32 2013/09/05 19:44:52 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-tex/dot2tex/ChangeLog,v 1.33 2013/09/12 22:33:06 mgorny Exp $ + + 12 Sep 2013; Michał Górny <mgorny@gentoo.org> dot2tex-2.8.7-r1.ebuild, + dot2tex-2.8.7.ebuild: + Replace virtual/pyparsing dep with dev-python/pyparsing. The split versions + were removed and all in-tree versions support all impls now. 05 Sep 2013; Michał Górny <mgorny@gentoo.org> dot2tex-2.8.7-r1.ebuild: Clean up PYTHON_COMPAT from old implementations. diff --git a/dev-tex/dot2tex/dot2tex-2.8.7-r1.ebuild b/dev-tex/dot2tex/dot2tex-2.8.7-r1.ebuild index dbcaf8f459c1..9a4a3d6c04df 100644 --- a/dev-tex/dot2tex/dot2tex-2.8.7-r1.ebuild +++ b/dev-tex/dot2tex/dot2tex-2.8.7-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-tex/dot2tex/dot2tex-2.8.7-r1.ebuild,v 1.2 2013/09/05 19:44:52 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-tex/dot2tex/dot2tex-2.8.7-r1.ebuild,v 1.3 2013/09/12 22:33:06 mgorny Exp $ EAPI=5 @@ -18,7 +18,7 @@ KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 IUSE="doc examples" DEPEND="" -RDEPEND="virtual/pyparsing[${PYTHON_USEDEP}] +RDEPEND="dev-python/pyparsing[${PYTHON_USEDEP}] media-gfx/pydot[${PYTHON_USEDEP}] media-gfx/graphviz" diff --git a/dev-tex/dot2tex/dot2tex-2.8.7.ebuild b/dev-tex/dot2tex/dot2tex-2.8.7.ebuild index f371f770c953..a49bc8a16118 100644 --- a/dev-tex/dot2tex/dot2tex-2.8.7.ebuild +++ b/dev-tex/dot2tex/dot2tex-2.8.7.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-tex/dot2tex/dot2tex-2.8.7.ebuild,v 1.20 2012/12/31 13:05:31 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-tex/dot2tex/dot2tex-2.8.7.ebuild,v 1.21 2013/09/12 22:33:06 mgorny Exp $ EAPI="3" PYTHON_DEPEND="2" @@ -19,7 +19,7 @@ KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 ~x86-fbsd IUSE="doc examples" DEPEND="" -RDEPEND="virtual/pyparsing +RDEPEND="dev-python/pyparsing media-gfx/pydot media-gfx/graphviz" |