diff options
author | Alexis Ballier <aballier@gentoo.org> | 2011-10-05 19:27:14 +0000 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2011-10-05 19:27:14 +0000 |
commit | 6a4833fbfb6f57ca3c0df7ced6ee49a6e68500c6 (patch) | |
tree | 7b6c58c660d4d6702e6e80ec057ff9847ffa4286 /app-text/active-dvi | |
parent | remove ptex dep as it is going away (diff) | |
download | gentoo-2-6a4833fbfb6f57ca3c0df7ced6ee49a6e68500c6.tar.gz gentoo-2-6a4833fbfb6f57ca3c0df7ced6ee49a6e68500c6.tar.bz2 gentoo-2-6a4833fbfb6f57ca3c0df7ced6ee49a6e68500c6.zip |
remove ptex dep as it is going away
(Portage version: 2.2.0_alpha61/cvs/Linux x86_64)
Diffstat (limited to 'app-text/active-dvi')
-rw-r--r-- | app-text/active-dvi/ChangeLog | 6 | ||||
-rw-r--r-- | app-text/active-dvi/active-dvi-1.8.ebuild | 8 | ||||
-rw-r--r-- | app-text/active-dvi/active-dvi-1.9.ebuild | 7 |
3 files changed, 13 insertions, 8 deletions
diff --git a/app-text/active-dvi/ChangeLog b/app-text/active-dvi/ChangeLog index c6a8631586fe..563cbd3cc184 100644 --- a/app-text/active-dvi/ChangeLog +++ b/app-text/active-dvi/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-text/active-dvi # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/active-dvi/ChangeLog,v 1.40 2011/07/24 12:02:03 xarthisius Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/active-dvi/ChangeLog,v 1.41 2011/10/05 19:27:14 aballier Exp $ + + 05 Oct 2011; Alexis Ballier <aballier@gentoo.org> active-dvi-1.8.ebuild, + active-dvi-1.9.ebuild: + remove ptex dep as it is going away 24 Jul 2011; Kacper Kowalik <xarthisius@gentoo.org> active-dvi-1.9.ebuild: Marked ~ppc wrt #316131 diff --git a/app-text/active-dvi/active-dvi-1.8.ebuild b/app-text/active-dvi/active-dvi-1.8.ebuild index 577d3187ee3a..86b3411865d1 100644 --- a/app-text/active-dvi/active-dvi-1.8.ebuild +++ b/app-text/active-dvi/active-dvi-1.8.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2009 Gentoo Foundation +# Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/active-dvi/active-dvi-1.8.ebuild,v 1.4 2009/12/26 19:39:04 pva Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/active-dvi/active-dvi-1.8.ebuild,v 1.5 2011/10/05 19:27:14 aballier Exp $ EAPI="2" @@ -25,8 +25,8 @@ RDEPEND=">=dev-lang/ocaml-3.10.0[ocamlopt?,tk?] app-text/ghostscript-gpl x11-libs/libXinerama" DEPEND="${RDEPEND} - || ( ( dev-texlive/texlive-pstricks dev-texlive/texlive-pictures ) - app-text/ptex ) + dev-texlive/texlive-pstricks + dev-texlive/texlive-pictures x11-proto/xineramaproto dev-ml/findlib dev-tex/hevea" diff --git a/app-text/active-dvi/active-dvi-1.9.ebuild b/app-text/active-dvi/active-dvi-1.9.ebuild index 9b200939debc..4db659d2198c 100644 --- a/app-text/active-dvi/active-dvi-1.9.ebuild +++ b/app-text/active-dvi/active-dvi-1.9.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/app-text/active-dvi/active-dvi-1.9.ebuild,v 1.4 2011/07/24 12:02:03 xarthisius Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/active-dvi/active-dvi-1.9.ebuild,v 1.5 2011/10/05 19:27:14 aballier Exp $ EAPI="2" @@ -25,8 +25,9 @@ RDEPEND=">=dev-lang/ocaml-3.11.2[ocamlopt?] app-text/ghostscript-gpl x11-libs/libXinerama" DEPEND="${RDEPEND} - || ( ( dev-texlive/texlive-pstricks dev-texlive/texlive-pictures dev-texlive/texlive-latexextra ) - app-text/ptex ) + dev-texlive/texlive-pstricks + dev-texlive/texlive-pictures + dev-texlive/texlive-latexextra x11-proto/xineramaproto dev-ml/findlib app-text/htmlc |