diff options
author | Alexis Ballier <aballier@gentoo.org> | 2011-10-05 18:54:43 +0000 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2011-10-05 18:54:43 +0000 |
commit | 015c606cc881a2380753e7bcf0dc6e242a2a5a8e (patch) | |
tree | ce29621a3caf7cdb7dfc5eade60ee866a451b01a /sci-mathematics/coq | |
parent | remove ptex dep as it is going away (diff) | |
download | gentoo-2-015c606cc881a2380753e7bcf0dc6e242a2a5a8e.tar.gz gentoo-2-015c606cc881a2380753e7bcf0dc6e242a2a5a8e.tar.bz2 gentoo-2-015c606cc881a2380753e7bcf0dc6e242a2a5a8e.zip |
remove ptex dep as it is going away
(Portage version: 2.2.0_alpha61/cvs/Linux x86_64)
Diffstat (limited to 'sci-mathematics/coq')
-rw-r--r-- | sci-mathematics/coq/ChangeLog | 6 | ||||
-rw-r--r-- | sci-mathematics/coq/coq-8.3_p1.ebuild | 8 | ||||
-rw-r--r-- | sci-mathematics/coq/coq-8.3_p2.ebuild | 8 |
3 files changed, 13 insertions, 9 deletions
diff --git a/sci-mathematics/coq/ChangeLog b/sci-mathematics/coq/ChangeLog index f8cc3cfbfb38..eb83a476b86b 100644 --- a/sci-mathematics/coq/ChangeLog +++ b/sci-mathematics/coq/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sci-mathematics/coq # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/coq/ChangeLog,v 1.66 2011/08/13 12:53:00 tomka Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/coq/ChangeLog,v 1.67 2011/10/05 18:54:43 aballier Exp $ + + 05 Oct 2011; Alexis Ballier <aballier@gentoo.org> coq-8.3_p1.ebuild, + coq-8.3_p2.ebuild: + remove ptex dep as it is going away *coq-8.3_p2 (13 Aug 2011) diff --git a/sci-mathematics/coq/coq-8.3_p1.ebuild b/sci-mathematics/coq/coq-8.3_p1.ebuild index 1b618e487845..f5ad7858e4c3 100644 --- a/sci-mathematics/coq/coq-8.3_p1.ebuild +++ b/sci-mathematics/coq/coq-8.3_p1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/coq/coq-8.3_p1.ebuild,v 1.5 2011/06/03 15:02:14 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/coq/coq-8.3_p1.ebuild,v 1.6 2011/10/05 18:54:43 aballier Exp $ EAPI="2" @@ -27,9 +27,9 @@ DEPEND="${RDEPEND} virtual/latex-base dev-tex/hevea dev-tex/xcolor - || ( dev-texlive/texlive-pictures app-text/ptex ) - || ( dev-texlive/texlive-mathextra app-text/ptex ) - || ( dev-texlive/texlive-latexextra app-text/ptex ) + dev-texlive/texlive-pictures + dev-texlive/texlive-mathextra + dev-texlive/texlive-latexextra )" S=${WORKDIR}/${MY_P} diff --git a/sci-mathematics/coq/coq-8.3_p2.ebuild b/sci-mathematics/coq/coq-8.3_p2.ebuild index 38438f4fd8ce..24cd4b890f10 100644 --- a/sci-mathematics/coq/coq-8.3_p2.ebuild +++ b/sci-mathematics/coq/coq-8.3_p2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/coq/coq-8.3_p2.ebuild,v 1.1 2011/08/13 12:53:00 tomka Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/coq/coq-8.3_p2.ebuild,v 1.2 2011/10/05 18:54:43 aballier Exp $ EAPI="2" @@ -27,9 +27,9 @@ DEPEND="${RDEPEND} virtual/latex-base dev-tex/hevea dev-tex/xcolor - || ( dev-texlive/texlive-pictures app-text/ptex ) - || ( dev-texlive/texlive-mathextra app-text/ptex ) - || ( dev-texlive/texlive-latexextra app-text/ptex ) + dev-texlive/texlive-pictures + dev-texlive/texlive-mathextra + dev-texlive/texlive-latexextra )" S=${WORKDIR}/${MY_P} |