diff options
author | Alexis Ballier <aballier@gentoo.org> | 2011-10-05 19:25:23 +0000 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2011-10-05 19:25:23 +0000 |
commit | e0d8275d2923e95d2a354b94937e32322eb4cdc4 (patch) | |
tree | 0ab2a1ca6fc8d8ed5a2b506651f0de1283ac5409 /app-text/dvipng | |
parent | remove ptex dep as it is going away (diff) | |
download | gentoo-2-e0d8275d2923e95d2a354b94937e32322eb4cdc4.tar.gz gentoo-2-e0d8275d2923e95d2a354b94937e32322eb4cdc4.tar.bz2 gentoo-2-e0d8275d2923e95d2a354b94937e32322eb4cdc4.zip |
remove ptex dep as it is going away
(Portage version: 2.2.0_alpha61/cvs/Linux x86_64)
Diffstat (limited to 'app-text/dvipng')
-rw-r--r-- | app-text/dvipng/ChangeLog | 6 | ||||
-rw-r--r-- | app-text/dvipng/dvipng-1.13.ebuild | 6 | ||||
-rw-r--r-- | app-text/dvipng/dvipng-1.14.ebuild | 4 |
3 files changed, 10 insertions, 6 deletions
diff --git a/app-text/dvipng/ChangeLog b/app-text/dvipng/ChangeLog index 583ead147f8b..2256e0bd3479 100644 --- a/app-text/dvipng/ChangeLog +++ b/app-text/dvipng/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-text/dvipng # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/dvipng/ChangeLog,v 1.77 2011/08/28 13:15:15 grobian Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/dvipng/ChangeLog,v 1.78 2011/10/05 19:25:23 aballier Exp $ + + 05 Oct 2011; Alexis Ballier <aballier@gentoo.org> dvipng-1.13.ebuild, + dvipng-1.14.ebuild: + remove ptex dep as it is going away 28 Aug 2011; Fabian Groffen <grobian@gentoo.org> dvipng-1.14.ebuild, +files/dvipng-1.14-wait.patch: diff --git a/app-text/dvipng/dvipng-1.13.ebuild b/app-text/dvipng/dvipng-1.13.ebuild index d408c5ee33e9..745f5a80675a 100644 --- a/app-text/dvipng/dvipng-1.13.ebuild +++ b/app-text/dvipng/dvipng-1.13.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2010 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/dvipng/dvipng-1.13.ebuild,v 1.8 2010/10/02 12:41:08 grobian Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/dvipng/dvipng-1.13.ebuild,v 1.9 2011/10/05 19:25:23 aballier Exp $ EAPI="2" inherit eutils @@ -22,7 +22,7 @@ RDEPEND="media-libs/gd[jpeg,png] truetype? ( >=media-libs/freetype-2.1.5 )" DEPEND="${RDEPEND} virtual/texi2dvi - test? ( || ( dev-texlive/texlive-fontsrecommended app-text/ptex ) )" + test? ( dev-texlive/texlive-fontsrecommended )" src_configure() { if ! use t1lib; then diff --git a/app-text/dvipng/dvipng-1.14.ebuild b/app-text/dvipng/dvipng-1.14.ebuild index 2974acd0804c..fc85d842ef6c 100644 --- a/app-text/dvipng/dvipng-1.14.ebuild +++ b/app-text/dvipng/dvipng-1.14.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/dvipng/dvipng-1.14.ebuild,v 1.3 2011/08/28 13:15:15 grobian Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/dvipng/dvipng-1.14.ebuild,v 1.4 2011/10/05 19:25:23 aballier Exp $ EAPI="2" inherit eutils @@ -22,7 +22,7 @@ RDEPEND="media-libs/gd[jpeg,png] truetype? ( >=media-libs/freetype-2.1.5 )" DEPEND="${RDEPEND} virtual/texi2dvi - test? ( || ( dev-texlive/texlive-fontsrecommended app-text/ptex ) )" + test? ( dev-texlive/texlive-fontsrecommended )" src_prepare() { epatch "${FILESDIR}"/${P}-wait.patch |