diff options
author | Alexis Ballier <aballier@gentoo.org> | 2011-10-05 18:46:53 +0000 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2011-10-05 18:46:53 +0000 |
commit | c42c18154af098c9c7b3b0a27bd363d65c5a476c (patch) | |
tree | b1f87bd07ab8b406fd5bc2cb880903e64d083438 /sci-mathematics | |
parent | remove ptex dep as it is going away (diff) | |
download | gentoo-2-c42c18154af098c9c7b3b0a27bd363d65c5a476c.tar.gz gentoo-2-c42c18154af098c9c7b3b0a27bd363d65c5a476c.tar.bz2 gentoo-2-c42c18154af098c9c7b3b0a27bd363d65c5a476c.zip |
remove ptex dep as it is going away
(Portage version: 2.2.0_alpha61/cvs/Linux x86_64)
Diffstat (limited to 'sci-mathematics')
-rw-r--r-- | sci-mathematics/ginac/ChangeLog | 6 | ||||
-rw-r--r-- | sci-mathematics/ginac/ginac-1.5.5.ebuild | 6 | ||||
-rw-r--r-- | sci-mathematics/ginac/ginac-1.5.8.ebuild | 6 | ||||
-rw-r--r-- | sci-mathematics/ginac/ginac-1.6.0.ebuild | 6 | ||||
-rw-r--r-- | sci-mathematics/ginac/ginac-1.6.1.ebuild | 6 |
5 files changed, 17 insertions, 13 deletions
diff --git a/sci-mathematics/ginac/ChangeLog b/sci-mathematics/ginac/ChangeLog index 6a7826662911..725d14951a5e 100644 --- a/sci-mathematics/ginac/ChangeLog +++ b/sci-mathematics/ginac/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sci-mathematics/ginac # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/ginac/ChangeLog,v 1.53 2011/07/26 17:42:36 bicatali Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/ginac/ChangeLog,v 1.54 2011/10/05 18:46:53 aballier Exp $ + + 05 Oct 2011; Alexis Ballier <aballier@gentoo.org> ginac-1.5.5.ebuild, + ginac-1.5.8.ebuild, ginac-1.6.0.ebuild, ginac-1.6.1.ebuild: + remove ptex dep as it is going away *ginac-1.6.1 (26 Jul 2011) diff --git a/sci-mathematics/ginac/ginac-1.5.5.ebuild b/sci-mathematics/ginac/ginac-1.5.5.ebuild index fbf51be6117a..5a5e27e20dc0 100644 --- a/sci-mathematics/ginac/ginac-1.5.5.ebuild +++ b/sci-mathematics/ginac/ginac-1.5.5.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/ginac/ginac-1.5.5.ebuild,v 1.7 2011/04/25 15:05:49 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/ginac/ginac-1.5.5.ebuild,v 1.8 2011/10/05 18:46:53 aballier Exp $ EAPI=2 inherit eutils @@ -19,8 +19,8 @@ DEPEND="${RDEPEND} dev-util/pkgconfig doc? ( app-doc/doxygen media-gfx/transfig - || ( dev-texlive/texlive-fontsrecommended - app-text/ptex ) )" + dev-texlive/texlive-fontsrecommended + )" src_prepare() { epatch "${FILESDIR}"/${PN}-1.5.1-pkgconfig.patch diff --git a/sci-mathematics/ginac/ginac-1.5.8.ebuild b/sci-mathematics/ginac/ginac-1.5.8.ebuild index 468acdf95f45..a791398ab0d0 100644 --- a/sci-mathematics/ginac/ginac-1.5.8.ebuild +++ b/sci-mathematics/ginac/ginac-1.5.8.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/ginac/ginac-1.5.8.ebuild,v 1.5 2011/06/28 20:13:55 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/ginac/ginac-1.5.8.ebuild,v 1.6 2011/10/05 18:46:53 aballier Exp $ EAPI=2 inherit eutils @@ -20,8 +20,8 @@ DEPEND="${RDEPEND} doc? ( app-doc/doxygen media-gfx/transfig virtual/texi2dvi - || ( dev-texlive/texlive-fontsrecommended - app-text/ptex ) )" + dev-texlive/texlive-fontsrecommended + )" src_prepare() { epatch "${FILESDIR}"/${PN}-1.5.1-pkgconfig.patch diff --git a/sci-mathematics/ginac/ginac-1.6.0.ebuild b/sci-mathematics/ginac/ginac-1.6.0.ebuild index 8c75df3b261d..8ae56b2fe3f5 100644 --- a/sci-mathematics/ginac/ginac-1.6.0.ebuild +++ b/sci-mathematics/ginac/ginac-1.6.0.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/ginac/ginac-1.6.0.ebuild,v 1.1 2011/06/13 21:54:19 bicatali Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/ginac/ginac-1.6.0.ebuild,v 1.2 2011/10/05 18:46:53 aballier Exp $ EAPI=4 inherit eutils @@ -20,8 +20,8 @@ DEPEND="${RDEPEND} doc? ( app-doc/doxygen media-gfx/transfig virtual/texi2dvi - || ( dev-texlive/texlive-fontsrecommended - app-text/ptex ) )" + dev-texlive/texlive-fontsrecommended + )" src_prepare() { epatch "${FILESDIR}"/${PN}-1.5.1-pkgconfig.patch diff --git a/sci-mathematics/ginac/ginac-1.6.1.ebuild b/sci-mathematics/ginac/ginac-1.6.1.ebuild index 8dc514dc1d3c..efc11a13a732 100644 --- a/sci-mathematics/ginac/ginac-1.6.1.ebuild +++ b/sci-mathematics/ginac/ginac-1.6.1.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/ginac/ginac-1.6.1.ebuild,v 1.1 2011/07/26 17:42:36 bicatali Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/ginac/ginac-1.6.1.ebuild,v 1.2 2011/10/05 18:46:53 aballier Exp $ EAPI=4 inherit eutils @@ -20,8 +20,8 @@ DEPEND="${RDEPEND} doc? ( app-doc/doxygen media-gfx/transfig virtual/texi2dvi - || ( dev-texlive/texlive-fontsrecommended - app-text/ptex ) )" + dev-texlive/texlive-fontsrecommended + )" src_prepare() { epatch "${FILESDIR}"/${PN}-1.5.1-pkgconfig.patch |