idella4 14/07/02 13:48:27 Modified: pyx-0.12.1-r1.ebuild pyx-0.13.ebuild ChangeLog Log: add missing rdep texlive-basic, patch by fau, fixes Bug #516004 also by fau (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 0xB8072B0D)
Revision Changes Path 1.8 dev-python/pyx/pyx-0.12.1-r1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyx/pyx-0.12.1-r1.ebuild?rev=1.8&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyx/pyx-0.12.1-r1.ebuild?rev=1.8&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyx/pyx-0.12.1-r1.ebuild?r1=1.7&r2=1.8 Index: pyx-0.12.1-r1.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-python/pyx/pyx-0.12.1-r1.ebuild,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- pyx-0.12.1-r1.ebuild 29 Jun 2014 11:26:00 -0000 1.7 +++ pyx-0.12.1-r1.ebuild 2 Jul 2014 13:48:27 -0000 1.8 @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pyx/pyx-0.12.1-r1.ebuild,v 1.7 2014/06/29 11:26:00 idella4 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pyx/pyx-0.12.1-r1.ebuild,v 1.8 2014/07/02 13:48:27 idella4 Exp $ EAPI=5 PYTHON_COMPAT=( python2_7 pypy ) @@ -18,10 +18,12 @@ KEYWORDS="amd64 ~ia64 ~ppc ~ppc64 x86 ~amd64-linux ~x86-linux" IUSE="doc" -RDEPEND="virtual/tex-base" +RDEPEND="virtual/tex-base + dev-texlive/texlive-basic" + DEPEND="${RDEPEND} doc? ( virtual/latex-base - dev-python/sphinx[latex,${PYTHON_USEDEP}] )" + dev-python/sphinx[latex,${PYTHON_USEDEP}] )" S="${WORKDIR}/${MY_P}" 1.3 dev-python/pyx/pyx-0.13.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyx/pyx-0.13.ebuild?rev=1.3&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyx/pyx-0.13.ebuild?rev=1.3&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyx/pyx-0.13.ebuild?r1=1.2&r2=1.3 Index: pyx-0.13.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-python/pyx/pyx-0.13.ebuild,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- pyx-0.13.ebuild 29 Jun 2014 11:26:00 -0000 1.2 +++ pyx-0.13.ebuild 2 Jul 2014 13:48:27 -0000 1.3 @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pyx/pyx-0.13.ebuild,v 1.2 2014/06/29 11:26:00 idella4 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pyx/pyx-0.13.ebuild,v 1.3 2014/07/02 13:48:27 idella4 Exp $ EAPI=5 PYTHON_COMPAT=( python3_3 ) @@ -18,10 +18,12 @@ KEYWORDS="~amd64 ~ia64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux" IUSE="doc" -RDEPEND="virtual/tex-base" +RDEPEND="virtual/tex-base + dev-texlive/texlive-basic" + DEPEND="${RDEPEND} doc? ( virtual/latex-base - dev-python/sphinx[latex,${PYTHON_USEDEP}] )" + dev-python/sphinx[latex,${PYTHON_USEDEP}] )" S="${WORKDIR}/${MY_P}" 1.41 dev-python/pyx/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyx/ChangeLog?rev=1.41&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyx/ChangeLog?rev=1.41&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyx/ChangeLog?r1=1.40&r2=1.41 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-python/pyx/ChangeLog,v retrieving revision 1.40 retrieving revision 1.41 diff -u -r1.40 -r1.41 --- ChangeLog 29 Jun 2014 11:26:01 -0000 1.40 +++ ChangeLog 2 Jul 2014 13:48:27 -0000 1.41 @@ -1,6 +1,10 @@ # ChangeLog for dev-python/pyx # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pyx/ChangeLog,v 1.40 2014/06/29 11:26:01 idella4 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pyx/ChangeLog,v 1.41 2014/07/02 13:48:27 idella4 Exp $ + + 02 Jul 2014; Ian Delaney <[email protected]> pyx-0.12.1-r1.ebuild, + pyx-0.13.ebuild: + add missing rdep texlive-basic, patch by fau, fixes Bug #516004 also by fau 29 Jun 2014; Ian Delaney <[email protected]> pyx-0.12.1-r1.ebuild, pyx-0.13.ebuild:
