public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in sci-mathematics/maxima: maxima-5.14.0.ebuild maxima-5.17.1-r1.ebuild ChangeLog maxima-5.18.1.ebuild
@ 2009-05-30  6:46 Ulrich Mueller (ulm)
  0 siblings, 0 replies; 2+ messages in thread
From: Ulrich Mueller (ulm) @ 2009-05-30  6:46 UTC (permalink / raw
  To: gentoo-commits

ulm         09/05/30 06:46:38

  Modified:             maxima-5.14.0.ebuild maxima-5.17.1-r1.ebuild
                        ChangeLog maxima-5.18.1.ebuild
  Log:
  Remove app-text/tetex from dependencies, bug 227443.
  (Portage version: 2.2_rc33/cvs/Linux i686)

Revision  Changes    Path
1.8                  sci-mathematics/maxima/maxima-5.14.0.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-mathematics/maxima/maxima-5.14.0.ebuild?rev=1.8&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-mathematics/maxima/maxima-5.14.0.ebuild?rev=1.8&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-mathematics/maxima/maxima-5.14.0.ebuild?r1=1.7&r2=1.8

Index: maxima-5.14.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-mathematics/maxima/maxima-5.14.0.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- maxima-5.14.0.ebuild	18 Apr 2008 21:59:20 -0000	1.7
+++ maxima-5.14.0.ebuild	30 May 2009 06:46:38 -0000	1.8
@@ -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/maxima/maxima-5.14.0.ebuild,v 1.7 2008/04/18 21:59:20 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/maxima/maxima-5.14.0.ebuild,v 1.8 2009/05/30 06:46:38 ulm Exp $
 inherit eutils elisp-common
 
 DESCRIPTION="Free computer algebra environment based on Macsyma"
@@ -27,13 +27,10 @@
 	IUSE="${IUSE} linguas_${lang}"
 done
 
-# tetex>=3, so no use of virtual/latex-base (bug #203558)
 RDEPEND="X? ( x11-misc/xdg-utils
 			  sci-visualization/gnuplot
 			  tk? ( dev-lang/tk ) )
-	latex? ( || ( dev-texlive/texlive-latexrecommended
-				  >=app-text/tetex-3
-				  app-text/ptex ) )
+	latex? ( virtual/latex-base )
 	emacs? ( virtual/emacs latex? ( app-emacs/auctex ) )
 	xemacs? ( virtual/xemacs latex? ( app-xemacs/auctex ) )"
 



1.3                  sci-mathematics/maxima/maxima-5.17.1-r1.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-mathematics/maxima/maxima-5.17.1-r1.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-mathematics/maxima/maxima-5.17.1-r1.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-mathematics/maxima/maxima-5.17.1-r1.ebuild?r1=1.2&r2=1.3

Index: maxima-5.17.1-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-mathematics/maxima/maxima-5.17.1-r1.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- maxima-5.17.1-r1.ebuild	1 Apr 2009 21:05:37 -0000	1.2
+++ maxima-5.17.1-r1.ebuild	30 May 2009 06:46:38 -0000	1.3
@@ -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/maxima/maxima-5.17.1-r1.ebuild,v 1.2 2009/04/01 21:05:37 ulm Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/maxima/maxima-5.17.1-r1.ebuild,v 1.3 2009/05/30 06:46:38 ulm Exp $
 inherit eutils elisp-common
 
 DESCRIPTION="Free computer algebra environment based on Macsyma"
@@ -30,9 +30,7 @@
 RDEPEND="X? ( x11-misc/xdg-utils
 		 sci-visualization/gnuplot
 		 tk? ( dev-lang/tk ) )
-	latex? ( || ( dev-texlive/texlive-latexrecommended
-				  >=app-text/tetex-3
-				  app-text/ptex ) )
+	latex? ( virtual/latex-base )
 	emacs? ( virtual/emacs
 		latex? ( app-emacs/auctex ) )
 	xemacs? ( virtual/xemacs



1.65                 sci-mathematics/maxima/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-mathematics/maxima/ChangeLog?rev=1.65&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-mathematics/maxima/ChangeLog?rev=1.65&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-mathematics/maxima/ChangeLog?r1=1.64&r2=1.65

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-mathematics/maxima/ChangeLog,v
retrieving revision 1.64
retrieving revision 1.65
diff -u -r1.64 -r1.65
--- ChangeLog	19 Apr 2009 22:03:35 -0000	1.64
+++ ChangeLog	30 May 2009 06:46:38 -0000	1.65
@@ -1,6 +1,10 @@
 # ChangeLog for sci-mathematics/maxima
-# Copyright 2002-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/maxima/ChangeLog,v 1.64 2009/04/19 22:03:35 grozin Exp $
+# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/maxima/ChangeLog,v 1.65 2009/05/30 06:46:38 ulm Exp $
+
+  30 May 2009; Ulrich Mueller <ulm@gentoo.org> maxima-5.14.0.ebuild,
+  maxima-5.17.1-r1.ebuild, maxima-5.18.1.ebuild:
+  Remove app-text/tetex from dependencies, bug 227443.
 
   20 Apr 2009; Andrey Grozin <grozin@gentoo.org> ChangeLog:
   Version bump



1.2                  sci-mathematics/maxima/maxima-5.18.1.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-mathematics/maxima/maxima-5.18.1.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-mathematics/maxima/maxima-5.18.1.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-mathematics/maxima/maxima-5.18.1.ebuild?r1=1.1&r2=1.2

Index: maxima-5.18.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-mathematics/maxima/maxima-5.18.1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- maxima-5.18.1.ebuild	19 Apr 2009 22:03:35 -0000	1.1
+++ maxima-5.18.1.ebuild	30 May 2009 06:46:38 -0000	1.2
@@ -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/maxima/maxima-5.18.1.ebuild,v 1.1 2009/04/19 22:03:35 grozin Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/maxima/maxima-5.18.1.ebuild,v 1.2 2009/05/30 06:46:38 ulm Exp $
 EAPI=2
 inherit eutils elisp-common
 
@@ -31,9 +31,7 @@
 RDEPEND="X? ( x11-misc/xdg-utils
 		 sci-visualization/gnuplot[gd]
 		 tk? ( dev-lang/tk ) )
-	latex? ( || ( dev-texlive/texlive-latexrecommended
-				  >=app-text/tetex-3
-				  app-text/ptex ) )
+	latex? ( virtual/latex-base )
 	emacs? ( virtual/emacs
 		latex? ( app-emacs/auctex ) )
 	xemacs? ( virtual/xemacs






^ permalink raw reply	[flat|nested] 2+ messages in thread

* [gentoo-commits] gentoo-x86 commit in sci-mathematics/maxima: maxima-5.14.0.ebuild maxima-5.17.1-r1.ebuild ChangeLog maxima-5.18.1.ebuild
@ 2009-06-21 18:40 Hans de Graaff (graaff)
  0 siblings, 0 replies; 2+ messages in thread
From: Hans de Graaff (graaff) @ 2009-06-21 18:40 UTC (permalink / raw
  To: gentoo-commits

graaff      09/06/21 18:40:33

  Modified:             maxima-5.14.0.ebuild maxima-5.17.1-r1.ebuild
                        ChangeLog maxima-5.18.1.ebuild
  Log:
  Rename virtual/xemacs -> app-editors/xemacs.
  (Portage version: 2.1.6.13/cvs/Linux x86_64, RepoMan options: --force)

Revision  Changes    Path
1.9                  sci-mathematics/maxima/maxima-5.14.0.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-mathematics/maxima/maxima-5.14.0.ebuild?rev=1.9&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-mathematics/maxima/maxima-5.14.0.ebuild?rev=1.9&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-mathematics/maxima/maxima-5.14.0.ebuild?r1=1.8&r2=1.9

Index: maxima-5.14.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-mathematics/maxima/maxima-5.14.0.ebuild,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- maxima-5.14.0.ebuild	30 May 2009 06:46:38 -0000	1.8
+++ maxima-5.14.0.ebuild	21 Jun 2009 18:40:32 -0000	1.9
@@ -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/maxima/maxima-5.14.0.ebuild,v 1.8 2009/05/30 06:46:38 ulm Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/maxima/maxima-5.14.0.ebuild,v 1.9 2009/06/21 18:40:32 graaff Exp $
 inherit eutils elisp-common
 
 DESCRIPTION="Free computer algebra environment based on Macsyma"
@@ -32,7 +32,7 @@
 			  tk? ( dev-lang/tk ) )
 	latex? ( virtual/latex-base )
 	emacs? ( virtual/emacs latex? ( app-emacs/auctex ) )
-	xemacs? ( virtual/xemacs latex? ( app-xemacs/auctex ) )"
+	xemacs? ( app-editors/xemacs latex? ( app-xemacs/auctex ) )"
 
 # create lisp dependencies
 for LISP in ${SUPP_LISPS}; do



1.4                  sci-mathematics/maxima/maxima-5.17.1-r1.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-mathematics/maxima/maxima-5.17.1-r1.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-mathematics/maxima/maxima-5.17.1-r1.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-mathematics/maxima/maxima-5.17.1-r1.ebuild?r1=1.3&r2=1.4

Index: maxima-5.17.1-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-mathematics/maxima/maxima-5.17.1-r1.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- maxima-5.17.1-r1.ebuild	30 May 2009 06:46:38 -0000	1.3
+++ maxima-5.17.1-r1.ebuild	21 Jun 2009 18:40:32 -0000	1.4
@@ -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/maxima/maxima-5.17.1-r1.ebuild,v 1.3 2009/05/30 06:46:38 ulm Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/maxima/maxima-5.17.1-r1.ebuild,v 1.4 2009/06/21 18:40:32 graaff Exp $
 inherit eutils elisp-common
 
 DESCRIPTION="Free computer algebra environment based on Macsyma"
@@ -33,7 +33,7 @@
 	latex? ( virtual/latex-base )
 	emacs? ( virtual/emacs
 		latex? ( app-emacs/auctex ) )
-	xemacs? ( virtual/xemacs
+	xemacs? ( app-editors/xemacs
 		latex? ( app-emacs/auctex ) )"
 
 PDEPEND="emacs? ( app-emacs/imaxima )"



1.66                 sci-mathematics/maxima/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-mathematics/maxima/ChangeLog?rev=1.66&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-mathematics/maxima/ChangeLog?rev=1.66&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-mathematics/maxima/ChangeLog?r1=1.65&r2=1.66

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-mathematics/maxima/ChangeLog,v
retrieving revision 1.65
retrieving revision 1.66
diff -u -r1.65 -r1.66
--- ChangeLog	30 May 2009 06:46:38 -0000	1.65
+++ ChangeLog	21 Jun 2009 18:40:32 -0000	1.66
@@ -1,6 +1,11 @@
 # ChangeLog for sci-mathematics/maxima
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/maxima/ChangeLog,v 1.65 2009/05/30 06:46:38 ulm Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/maxima/ChangeLog,v 1.66 2009/06/21 18:40:32 graaff Exp $
+
+  21 Jun 2009; Hans de Graaff <graaff@gentoo.org> maxima-5.14.0.ebuild,
+  maxima-5.17.1-r1.ebuild, maxima-5.18.1.ebuild:
+  Rename virtual/xemacs -> app-editors/xemacs because the virtual has been
+  removed.
 
   30 May 2009; Ulrich Mueller <ulm@gentoo.org> maxima-5.14.0.ebuild,
   maxima-5.17.1-r1.ebuild, maxima-5.18.1.ebuild:



1.3                  sci-mathematics/maxima/maxima-5.18.1.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-mathematics/maxima/maxima-5.18.1.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-mathematics/maxima/maxima-5.18.1.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-mathematics/maxima/maxima-5.18.1.ebuild?r1=1.2&r2=1.3

Index: maxima-5.18.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-mathematics/maxima/maxima-5.18.1.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- maxima-5.18.1.ebuild	30 May 2009 06:46:38 -0000	1.2
+++ maxima-5.18.1.ebuild	21 Jun 2009 18:40:32 -0000	1.3
@@ -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/maxima/maxima-5.18.1.ebuild,v 1.2 2009/05/30 06:46:38 ulm Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/maxima/maxima-5.18.1.ebuild,v 1.3 2009/06/21 18:40:32 graaff Exp $
 EAPI=2
 inherit eutils elisp-common
 
@@ -34,7 +34,7 @@
 	latex? ( virtual/latex-base )
 	emacs? ( virtual/emacs
 		latex? ( app-emacs/auctex ) )
-	xemacs? ( virtual/xemacs
+	xemacs? ( app-editors/xemacs
 		latex? ( app-emacs/auctex ) )"
 
 PDEPEND="emacs? ( app-emacs/imaxima )"






^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2009-06-21 18:40 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-05-30  6:46 [gentoo-commits] gentoo-x86 commit in sci-mathematics/maxima: maxima-5.14.0.ebuild maxima-5.17.1-r1.ebuild ChangeLog maxima-5.18.1.ebuild Ulrich Mueller (ulm)
  -- strict thread matches above, loose matches on Subject: below --
2009-06-21 18:40 Hans de Graaff (graaff)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox