summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2009-05-30 08:41:23 +0000
committerUlrich Müller <ulm@gentoo.org>2009-05-30 08:41:23 +0000
commita0641cf49f77284d2e9f258b95fa12dc9070d8a1 (patch)
treeae931913f90d4f6a7988967dc742cfc589505153 /sci-mathematics/octave
parentVersion bump. Update reference to tetex. Remove old versions. (diff)
downloadgentoo-2-a0641cf49f77284d2e9f258b95fa12dc9070d8a1.tar.gz
gentoo-2-a0641cf49f77284d2e9f258b95fa12dc9070d8a1.tar.bz2
gentoo-2-a0641cf49f77284d2e9f258b95fa12dc9070d8a1.zip
Remove app-text/tetex from dependencies, bug 227443.
(Portage version: 2.2_rc33/cvs/Linux i686)
Diffstat (limited to 'sci-mathematics/octave')
-rw-r--r--sci-mathematics/octave/ChangeLog14
-rw-r--r--sci-mathematics/octave/octave-3.0.2.ebuild5
-rw-r--r--sci-mathematics/octave/octave-3.0.3.ebuild3
3 files changed, 12 insertions, 10 deletions
diff --git a/sci-mathematics/octave/ChangeLog b/sci-mathematics/octave/ChangeLog
index d7bb76699361..8db8c07dcc81 100644
--- a/sci-mathematics/octave/ChangeLog
+++ b/sci-mathematics/octave/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for sci-mathematics/octave
# Copyright 2002-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/octave/ChangeLog,v 1.67 2009/04/20 20:01:36 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/octave/ChangeLog,v 1.68 2009/05/30 08:41:23 ulm Exp $
+
+ 30 May 2009; Ulrich Mueller <ulm@gentoo.org> octave-3.0.2.ebuild,
+ octave-3.0.3.ebuild:
+ Remove app-text/tetex from dependencies, bug 227443.
20 Apr 2009; Markus Meier <maekke@gentoo.org> octave-3.0.3:
x86 stable, bug #245707
@@ -388,7 +392,7 @@
28 Aug 2003; Jason Wever <weeve@gentoo.org> octave-2.1.49.ebuild:
Added ~sparc to keywords to fix bug 27486.
-*octave-2.1.49 (09 Jun 2003)
+*octave-2.1.49 (09 Jun 2003)
09 Jun 2003; George Shapovalov <george@gentoo.org> octave-2.1.49.ebuild :
new version,
ebuild now uses additional "static readline hdf5 zlib" use flags, hdf5 is local for now.
@@ -402,7 +406,7 @@
Also corrected default-1.0/packages profile entry, to pick up latest release in 2.0* series.
23 Feb 2003; George Shapovalov <george@gentoo.org> octave-2.0.17-r2.ebuild :
- looks like tetex is not an optional but required dependency for 2.0.17,
+ looks like tetex is not an optional but required dependency for 2.0.17,
added app-text/tetex to DEPEND (#7277)
02 Feb 2003; George Shapovalov <george@gentoo.org> octave-2.1.40.ebuild, octave-2.1.36-r1.ebuild :
@@ -410,7 +414,7 @@
fixed tetex optional dependency typo. Thanks to Daniel Karlsson <d.k@home.se> (#14685) for reporting this.
*octave-2.1.40 (13 Dec 2002)
-
+
10 Feb 2003; Peter Johanson <latexer@gentoo.org> octave-2.1.40.ebuild :
Added ~alpha to KEYWORDS.
@@ -440,7 +444,7 @@
19 Sep 2002; Owen Stampflee <owen@gentoo.org> :
Added PPC to KEYWORDS.
- 15 Jul 2002; Nick Hadaway <raker@gentoo.org>
+ 15 Jul 2002; Nick Hadaway <raker@gentoo.org>
octave-2.1.36.ebuild, files/digest-octave-2.1.36, files/filebuf.diff :
Updated to latest "unstable" version. Included a patch to compile
properly with gcc-3.x. After fixing the problem I found RedHat's
diff --git a/sci-mathematics/octave/octave-3.0.2.ebuild b/sci-mathematics/octave/octave-3.0.2.ebuild
index 2851cf97fcce..a97c028b50ec 100644
--- a/sci-mathematics/octave/octave-3.0.2.ebuild
+++ b/sci-mathematics/octave/octave-3.0.2.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2008 Gentoo Foundation
+# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/octave/octave-3.0.2.ebuild,v 1.1 2008/08/22 22:05:44 markusle Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/octave/octave-3.0.2.ebuild,v 1.2 2009/05/30 08:41:23 ulm Exp $
inherit flag-o-matic fortran xemacs-elisp-common
@@ -36,7 +36,6 @@ DEPEND="${RDEPEND}
virtual/latex-base
sys-apps/texinfo
|| ( dev-texlive/texlive-genericrecommended
- app-text/tetex
app-text/ptex )
dev-util/dejagnu
dev-util/gperf
diff --git a/sci-mathematics/octave/octave-3.0.3.ebuild b/sci-mathematics/octave/octave-3.0.3.ebuild
index 9621710cd428..deb8c6165ef1 100644
--- a/sci-mathematics/octave/octave-3.0.3.ebuild
+++ b/sci-mathematics/octave/octave-3.0.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/octave/octave-3.0.3.ebuild,v 1.6 2009/04/20 20:01:36 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/octave/octave-3.0.3.ebuild,v 1.7 2009/05/30 08:41:23 ulm Exp $
inherit flag-o-matic fortran xemacs-elisp-common
@@ -36,7 +36,6 @@ DEPEND="${RDEPEND}
virtual/latex-base
sys-apps/texinfo
|| ( dev-texlive/texlive-genericrecommended
- app-text/tetex
app-text/ptex )
dev-util/gperf
dev-util/pkgconfig"