public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in sci-visualization/epix: ChangeLog epix-1.2.1.ebuild epix-1.2.5.ebuild epix-1.2.6.ebuild
@ 2009-05-30  8:58 Ulrich Mueller (ulm)
  0 siblings, 0 replies; only message in thread
From: Ulrich Mueller (ulm) @ 2009-05-30  8:58 UTC (permalink / raw
  To: gentoo-commits

ulm         09/05/30 08:58:20

  Modified:             ChangeLog epix-1.2.1.ebuild epix-1.2.5.ebuild
                        epix-1.2.6.ebuild
  Log:
  Remove app-text/tetex from dependencies, bug 227443.
  (Portage version: 2.2_rc33/cvs/Linux i686)

Revision  Changes    Path
1.31                 sci-visualization/epix/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-visualization/epix/ChangeLog?rev=1.31&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-visualization/epix/ChangeLog?rev=1.31&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-visualization/epix/ChangeLog?r1=1.30&r2=1.31

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-visualization/epix/ChangeLog,v
retrieving revision 1.30
retrieving revision 1.31
diff -u -r1.30 -r1.31
--- ChangeLog	13 Apr 2009 17:27:38 -0000	1.30
+++ ChangeLog	30 May 2009 08:58:20 -0000	1.31
@@ -1,6 +1,10 @@
 # ChangeLog for sci-visualization/epix
-# Copyright 2002-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-visualization/epix/ChangeLog,v 1.30 2009/04/13 17:27:38 bicatali Exp $
+# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sci-visualization/epix/ChangeLog,v 1.31 2009/05/30 08:58:20 ulm Exp $
+
+  30 May 2009; Ulrich Mueller <ulm@gentoo.org> epix-1.2.1.ebuild,
+  epix-1.2.5.ebuild, epix-1.2.6.ebuild:
+  Remove app-text/tetex from dependencies, bug 227443.
 
 *epix-1.2.6 (13 Apr 2009)
 
@@ -26,7 +30,7 @@
 
   15 Jun 2008; Markus Dittrich <markusle@gentoo.org> -epix-1.0.7.ebuild,
   -epix-1.0.24.ebuild, +epix-1.2.4.ebuild:
-  Version bump (fixes gcc4.3 issues reported in #226965) and removed 
+  Version bump (fixes gcc4.3 issues reported in #226965) and removed
   old ebuilds.
 
   17 Mar 2008; Kenneth Prugh <ken69267@gentoo.org> epix-1.2.1.ebuild:
@@ -45,8 +49,8 @@
   Version bump and removed old version.
 
   11 Jan 2008; Markus Dittrich <markusle@gentoo.org> epix-1.2.1.ebuild:
-  Updated epix to the new latex-base virtual. Thanks much to Alexis 
-  Ballier <aballier@gentoo.org> for his help with figuring out the 
+  Updated epix to the new latex-base virtual. Thanks much to Alexis
+  Ballier <aballier@gentoo.org> for his help with figuring out the
   required latex dependencies.
 
 *epix-1.2.1 (05 Oct 2007)
@@ -128,7 +132,7 @@
 
   03 Jun 2006; Markus Dittrich <markusle@gentoo.org>
   +files/epix-doc-gentoo.patch, +epix-1.0.7.ebuild:
-  Bump to the most recent version which compiles fine with gcc-4.1 
+  Bump to the most recent version which compiles fine with gcc-4.1
   (see bug #135266).
 
   29 Jan 2006; Marcus D. Hanwell <cryos@gentoo.org> +metadata.xml,



1.6                  sci-visualization/epix/epix-1.2.1.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-visualization/epix/epix-1.2.1.ebuild?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-visualization/epix/epix-1.2.1.ebuild?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-visualization/epix/epix-1.2.1.ebuild?r1=1.5&r2=1.6

Index: epix-1.2.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-visualization/epix/epix-1.2.1.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- epix-1.2.1.ebuild	17 Mar 2008 02:19:29 -0000	1.5
+++ epix-1.2.1.ebuild	30 May 2009 08:58:20 -0000	1.6
@@ -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-visualization/epix/epix-1.2.1.ebuild,v 1.5 2008/03/17 02:19:29 ken69267 Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-visualization/epix/epix-1.2.1.ebuild,v 1.6 2009/05/30 08:58:20 ulm Exp $
 
 inherit elisp-common flag-o-matic toolchain-funcs bash-completion
 
@@ -18,7 +18,6 @@
 				dev-texlive/texlive-pictures
 				dev-texlive/texlive-latexextra
 				dev-tex/xcolor )
-			app-text/tetex
 			app-text/ptex )
 		emacs? ( virtual/emacs )"
 



1.4                  sci-visualization/epix/epix-1.2.5.ebuild

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

Index: epix-1.2.5.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-visualization/epix/epix-1.2.5.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- epix-1.2.5.ebuild	8 Nov 2008 18:26:46 -0000	1.3
+++ epix-1.2.5.ebuild	30 May 2009 08:58:20 -0000	1.4
@@ -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-visualization/epix/epix-1.2.5.ebuild,v 1.3 2008/11/08 18:26:46 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-visualization/epix/epix-1.2.5.ebuild,v 1.4 2009/05/30 08:58:20 ulm Exp $
 
 inherit elisp-common flag-o-matic toolchain-funcs bash-completion
 
@@ -18,7 +18,6 @@
 				dev-texlive/texlive-pictures
 				dev-texlive/texlive-latexextra
 				dev-tex/xcolor )
-			app-text/tetex
 			app-text/ptex )
 		emacs? ( virtual/emacs )"
 



1.2                  sci-visualization/epix/epix-1.2.6.ebuild

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

Index: epix-1.2.6.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-visualization/epix/epix-1.2.6.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- epix-1.2.6.ebuild	13 Apr 2009 17:27:38 -0000	1.1
+++ epix-1.2.6.ebuild	30 May 2009 08:58:20 -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-visualization/epix/epix-1.2.6.ebuild,v 1.1 2009/04/13 17:27:38 bicatali Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-visualization/epix/epix-1.2.6.ebuild,v 1.2 2009/05/30 08:58:20 ulm Exp $
 
 EAPI=2
 inherit elisp-common bash-completion autotools
@@ -19,7 +19,6 @@
 			   dev-texlive/texlive-pictures
 			   dev-texlive/texlive-latexextra
 			   dev-tex/xcolor )
-			app-text/tetex
 			app-text/ptex )
 		emacs? ( virtual/emacs )"
 RDEPEND="${DEPEND}"






^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2009-05-30  8:58 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-05-30  8:58 [gentoo-commits] gentoo-x86 commit in sci-visualization/epix: ChangeLog epix-1.2.1.ebuild epix-1.2.5.ebuild epix-1.2.6.ebuild Ulrich Mueller (ulm)

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