From: "Ulrich Mueller (ulm)" <ulm@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [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
Date: Sat, 30 May 2009 06:46:38 +0000 [thread overview]
Message-ID: <E1MAIL0-0001Em-QN@stork.gentoo.org> (raw)
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
next reply other threads:[~2009-05-30 6:46 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-05-30 6:46 Ulrich Mueller (ulm) [this message]
-- strict thread matches above, loose matches on Subject: below --
2009-06-21 18:40 [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 Hans de Graaff (graaff)
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=E1MAIL0-0001Em-QN@stork.gentoo.org \
--to=ulm@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox