diff options
author | Ulrich Müller <ulm@gentoo.org> | 2009-05-30 09:14:11 +0000 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2009-05-30 09:14:11 +0000 |
commit | 68f8f3ae5396b4109fd1609ec0b3621dfad2980c (patch) | |
tree | 0b3ed1d041e66ba6a2b4b5a1c847e1205491f9ce /sci-mathematics/ginac | |
parent | Cleanup and remove Task-Weaken (diff) | |
download | gentoo-2-68f8f3ae5396b4109fd1609ec0b3621dfad2980c.tar.gz gentoo-2-68f8f3ae5396b4109fd1609ec0b3621dfad2980c.tar.bz2 gentoo-2-68f8f3ae5396b4109fd1609ec0b3621dfad2980c.zip |
Remove app-text/tetex from dependencies, bug 227443.
(Portage version: 2.2_rc33/cvs/Linux i686)
Diffstat (limited to 'sci-mathematics/ginac')
-rw-r--r-- | sci-mathematics/ginac/ChangeLog | 8 | ||||
-rw-r--r-- | sci-mathematics/ginac/ginac-1.4.3.ebuild | 3 | ||||
-rw-r--r-- | sci-mathematics/ginac/ginac-1.5.1.ebuild | 3 |
3 files changed, 8 insertions, 6 deletions
diff --git a/sci-mathematics/ginac/ChangeLog b/sci-mathematics/ginac/ChangeLog index 688f28c5d4c6..2385e285a578 100644 --- a/sci-mathematics/ginac/ChangeLog +++ b/sci-mathematics/ginac/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sci-mathematics/ginac -# Copyright 2002-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/ginac/ChangeLog,v 1.26 2009/04/06 12:21:32 bicatali Exp $ +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/ginac/ChangeLog,v 1.27 2009/05/30 09:14:11 ulm Exp $ + + 30 May 2009; Ulrich Mueller <ulm@gentoo.org> ginac-1.4.3.ebuild, + ginac-1.5.1.ebuild: + Remove app-text/tetex from dependencies, bug 227443. 06 Apr 2009; Sébastien Fabbro <bicatali@gentoo.org> ginac-1.5.1.ebuild: Removed reference pdf doxygen generation, see bug #264774 diff --git a/sci-mathematics/ginac/ginac-1.4.3.ebuild b/sci-mathematics/ginac/ginac-1.4.3.ebuild index 6f46ba7462be..2fcdd18ff8c8 100644 --- a/sci-mathematics/ginac/ginac-1.4.3.ebuild +++ b/sci-mathematics/ginac/ginac-1.4.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/ginac/ginac-1.4.3.ebuild,v 1.7 2009/03/27 22:48:22 fmccor Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/ginac/ginac-1.4.3.ebuild,v 1.8 2009/05/30 09:14:11 ulm Exp $ inherit eutils flag-o-matic toolchain-funcs @@ -19,7 +19,6 @@ DEPEND="${RDEPEND} doc? ( app-doc/doxygen media-gfx/transfig || ( dev-texlive/texlive-fontsrecommended - app-text/tetex app-text/ptex ) )" src_compile() { diff --git a/sci-mathematics/ginac/ginac-1.5.1.ebuild b/sci-mathematics/ginac/ginac-1.5.1.ebuild index 9d6b62d23e9f..ca534274caa0 100644 --- a/sci-mathematics/ginac/ginac-1.5.1.ebuild +++ b/sci-mathematics/ginac/ginac-1.5.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/ginac/ginac-1.5.1.ebuild,v 1.2 2009/04/06 12:21:32 bicatali Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/ginac/ginac-1.5.1.ebuild,v 1.3 2009/05/30 09:14:11 ulm Exp $ EAPI=2 inherit eutils @@ -20,7 +20,6 @@ DEPEND="${RDEPEND} doc? ( app-doc/doxygen media-gfx/transfig || ( dev-texlive/texlive-fontsrecommended - app-text/tetex app-text/ptex ) )" src_prepare() { |