diff options
-rw-r--r-- | media-gfx/asymptote/ChangeLog | 6 | ||||
-rw-r--r-- | media-gfx/asymptote/asymptote-1.29.ebuild | 6 | ||||
-rw-r--r-- | media-gfx/asymptote/asymptote-1.41.ebuild | 4 |
3 files changed, 10 insertions, 6 deletions
diff --git a/media-gfx/asymptote/ChangeLog b/media-gfx/asymptote/ChangeLog index dce13c233b2d..5755d8dfe083 100644 --- a/media-gfx/asymptote/ChangeLog +++ b/media-gfx/asymptote/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for media-gfx/asymptote # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/asymptote/ChangeLog,v 1.19 2008/08/22 21:13:27 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/asymptote/ChangeLog,v 1.20 2008/09/04 07:52:46 opfer Exp $ + + 04 Sep 2008; Christian Faulhammer <opfer@gentoo.org> + asymptote-1.29.ebuild, asymptote-1.41.ebuild: + change dependency from virtual/tetex to virtual/latex-base 22 Aug 2008; Markus Meier <maekke@gentoo.org> metadata.xml: add GLEP 56 USE flag desc from use.local.desc diff --git a/media-gfx/asymptote/asymptote-1.29.ebuild b/media-gfx/asymptote/asymptote-1.29.ebuild index 7837d6368360..39b3889ceacb 100644 --- a/media-gfx/asymptote/asymptote-1.29.ebuild +++ b/media-gfx/asymptote/asymptote-1.29.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2007 Gentoo Foundation +# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/asymptote/asymptote-1.29.ebuild,v 1.4 2007/10/27 20:15:58 centic Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/asymptote/asymptote-1.29.ebuild,v 1.5 2008/09/04 07:52:46 opfer Exp $ inherit eutils elisp-common @@ -18,7 +18,7 @@ RDEPEND=">=sys-libs/readline-4.3-r5 >=sys-libs/ncurses-5.4-r5 dev-libs/libsigsegv boehm-gc? ( >=dev-libs/boehm-gc-6.7 <dev-libs/boehm-gc-7.0 ) - virtual/tetex + virtual/latex-base fftw? ( >=sci-libs/fftw-3.0.1 ) emacs? ( virtual/emacs ) gsl? ( sci-libs/gsl ) diff --git a/media-gfx/asymptote/asymptote-1.41.ebuild b/media-gfx/asymptote/asymptote-1.41.ebuild index dd057b163ab0..b39d8c58c880 100644 --- a/media-gfx/asymptote/asymptote-1.41.ebuild +++ b/media-gfx/asymptote/asymptote-1.41.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/asymptote/asymptote-1.41.ebuild,v 1.1 2008/02/10 20:41:34 centic Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/asymptote/asymptote-1.41.ebuild,v 1.2 2008/09/04 07:52:46 opfer Exp $ inherit eutils elisp-common latex-package @@ -19,7 +19,7 @@ RDEPEND=">=sys-libs/readline-4.3-r5 dev-libs/libsigsegv x11-misc/xdg-utils boehm-gc? ( >=dev-libs/boehm-gc-7.0 ) - virtual/tetex + virtual/latex-base fftw? ( >=sci-libs/fftw-3.0.1 ) emacs? ( virtual/emacs ) gsl? ( sci-libs/gsl ) |