remove ptex dep as it is going away
authorAlexis Ballier <aballier@gentoo.org>
Wed, 5 Oct 2011 18:46:53 +0000 (18:46 +0000)
committerAlexis Ballier <aballier@gentoo.org>
Wed, 5 Oct 2011 18:46:53 +0000 (18:46 +0000)
Package-Manager: portage-2.2.0_alpha61/cvs/Linux x86_64

13 files changed:
sci-mathematics/ginac/ChangeLog
sci-mathematics/ginac/ginac-1.5.5.ebuild
sci-mathematics/ginac/ginac-1.5.8.ebuild
sci-mathematics/ginac/ginac-1.6.0.ebuild
sci-mathematics/ginac/ginac-1.6.1.ebuild
sci-mathematics/nusmv/ChangeLog
sci-mathematics/nusmv/nusmv-2.3.1.ebuild
sci-mathematics/nusmv/nusmv-2.5.0.ebuild
sci-mathematics/nusmv/nusmv-2.5.2.ebuild
sci-mathematics/octave/ChangeLog
sci-mathematics/octave/octave-3.2.4-r1.ebuild
sci-mathematics/octave/octave-3.2.4-r3.ebuild
sci-mathematics/octave/octave-3.4.0-r2.ebuild

index 6a782666291187d9fc9f8114f9abf68f5702e90d..725d14951a5e5014e53aee5aae2135a28546a11f 100644 (file)
@@ -1,6 +1,10 @@
 # ChangeLog for sci-mathematics/ginac
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/ginac/ChangeLog,v 1.53 2011/07/26 17:42:36 bicatali Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/ginac/ChangeLog,v 1.54 2011/10/05 18:46:53 aballier Exp $
+
+  05 Oct 2011; Alexis Ballier <aballier@gentoo.org> ginac-1.5.5.ebuild,
+  ginac-1.5.8.ebuild, ginac-1.6.0.ebuild, ginac-1.6.1.ebuild:
+  remove ptex dep as it is going away
 
 *ginac-1.6.1 (26 Jul 2011)
 
index fbf51be6117a0c5cfab877ef61c42d2dcff6aaf6..5a5e27e20dc0ed9a8aa96fd1b7454fbb9b199408 100644 (file)
@@ -1,6 +1,6 @@
 # Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/ginac/ginac-1.5.5.ebuild,v 1.7 2011/04/25 15:05:49 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/ginac/ginac-1.5.5.ebuild,v 1.8 2011/10/05 18:46:53 aballier Exp $
 
 EAPI=2
 inherit eutils
@@ -19,8 +19,8 @@ DEPEND="${RDEPEND}
        dev-util/pkgconfig
        doc? ( app-doc/doxygen
                   media-gfx/transfig
-                  || ( dev-texlive/texlive-fontsrecommended
-                               app-text/ptex ) )"
+                  dev-texlive/texlive-fontsrecommended
+                )"
 
 src_prepare() {
        epatch "${FILESDIR}"/${PN}-1.5.1-pkgconfig.patch
index 468acdf95f45f778ed02708e1212ff91c812e7c2..a791398ab0d09a68c269853ebf8bf7e4c0694ff9 100644 (file)
@@ -1,6 +1,6 @@
 # Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/ginac/ginac-1.5.8.ebuild,v 1.5 2011/06/28 20:13:55 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/ginac/ginac-1.5.8.ebuild,v 1.6 2011/10/05 18:46:53 aballier Exp $
 
 EAPI=2
 inherit eutils
@@ -20,8 +20,8 @@ DEPEND="${RDEPEND}
        doc? ( app-doc/doxygen
                   media-gfx/transfig
                   virtual/texi2dvi
-                  || ( dev-texlive/texlive-fontsrecommended
-                               app-text/ptex ) )"
+                  dev-texlive/texlive-fontsrecommended
+                )"
 
 src_prepare() {
        epatch "${FILESDIR}"/${PN}-1.5.1-pkgconfig.patch
index 8c75df3b261db87000752fd0be5fcd1a46d83fd6..8ae56b2fe3f56d8e5f5a312c28a23d6f11e346d7 100644 (file)
@@ -1,6 +1,6 @@
 # Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/ginac/ginac-1.6.0.ebuild,v 1.1 2011/06/13 21:54:19 bicatali Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/ginac/ginac-1.6.0.ebuild,v 1.2 2011/10/05 18:46:53 aballier Exp $
 
 EAPI=4
 inherit eutils
@@ -20,8 +20,8 @@ DEPEND="${RDEPEND}
        doc? ( app-doc/doxygen
                   media-gfx/transfig
                   virtual/texi2dvi
-                  || ( dev-texlive/texlive-fontsrecommended
-                               app-text/ptex ) )"
+                  dev-texlive/texlive-fontsrecommended
+                )"
 
 src_prepare() {
        epatch "${FILESDIR}"/${PN}-1.5.1-pkgconfig.patch
index 8dc514dc1d3c81f012e0212712ecafa1dcfc46cb..efc11a13a73249df057d43c7af6a9282123efe04 100644 (file)
@@ -1,6 +1,6 @@
 # Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/ginac/ginac-1.6.1.ebuild,v 1.1 2011/07/26 17:42:36 bicatali Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/ginac/ginac-1.6.1.ebuild,v 1.2 2011/10/05 18:46:53 aballier Exp $
 
 EAPI=4
 inherit eutils
@@ -20,8 +20,8 @@ DEPEND="${RDEPEND}
        doc? ( app-doc/doxygen
                   media-gfx/transfig
                   virtual/texi2dvi
-                  || ( dev-texlive/texlive-fontsrecommended
-                               app-text/ptex ) )"
+                  dev-texlive/texlive-fontsrecommended
+                )"
 
 src_prepare() {
        epatch "${FILESDIR}"/${PN}-1.5.1-pkgconfig.patch
index 17c8f2266e3d6c26cb9b1ad205a194e09165a68c..5347c4e2c6f5dda21915c7429f6dafcc8ad7b6dc 100644 (file)
@@ -1,6 +1,10 @@
 # ChangeLog for sci-mathematics/nusmv
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/nusmv/ChangeLog,v 1.11 2011/01/01 17:49:54 phajdan.jr Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/nusmv/ChangeLog,v 1.12 2011/10/05 18:44:32 aballier Exp $
+
+  05 Oct 2011; Alexis Ballier <aballier@gentoo.org> nusmv-2.3.1.ebuild,
+  nusmv-2.5.0.ebuild, nusmv-2.5.2.ebuild:
+  remove ptex dep as it is going away
 
 *nusmv-2.5.2 (01 Jan 2011)
 
index a58d022c136a52d1625a94ecf78bd0a631ff6c99..76dfdb021a0e0f7ed390393f9fb3351b99782d43 100644 (file)
@@ -1,6 +1,6 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/nusmv/nusmv-2.3.1.ebuild,v 1.6 2010/01/13 16:48:53 bicatali Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/nusmv/nusmv-2.3.1.ebuild,v 1.7 2011/10/05 18:44:32 aballier Exp $
 
 inherit eutils toolchain-funcs
 
@@ -38,8 +38,7 @@ IUSE="minisat examples"
 RDEPEND="dev-libs/expat"
 DEPEND="${RDEPEND}
                virtual/latex-base
-               || ( ( dev-texlive/texlive-latexextra )
-                       app-text/ptex )
+               dev-texlive/texlive-latexextra
                app-text/ghostscript-gpl
                www-client/lynx
                dev-lang/perl"
index dd461fc55f7d79d04c1b059fc788bd8c1bafcd78..9db23a6f50e09c0336b37a632bbc100dd69196e9 100644 (file)
@@ -1,6 +1,6 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/nusmv/nusmv-2.5.0.ebuild,v 1.2 2010/07/13 02:22:15 phajdan.jr Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/nusmv/nusmv-2.5.0.ebuild,v 1.3 2011/10/05 18:44:32 aballier Exp $
 
 inherit eutils toolchain-funcs
 
@@ -38,8 +38,7 @@ IUSE="minisat examples"
 RDEPEND="dev-libs/expat"
 DEPEND="${RDEPEND}
                virtual/latex-base
-               || ( ( dev-texlive/texlive-latexextra )
-                       app-text/ptex )
+               dev-texlive/texlive-latexextra
                app-text/ghostscript-gpl
                www-client/lynx
                dev-lang/perl"
index 10bc8accef79207b1c5f38f4c3686caa412c8b10..25b7d2370ed5cdbc9662aeb1ed43a86ecfcd292d 100644 (file)
@@ -1,6 +1,6 @@
 # Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/nusmv/nusmv-2.5.2.ebuild,v 1.1 2011/01/01 17:49:54 phajdan.jr Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/nusmv/nusmv-2.5.2.ebuild,v 1.2 2011/10/05 18:44:32 aballier Exp $
 
 inherit eutils flag-o-matic toolchain-funcs
 
@@ -33,8 +33,7 @@ IUSE="minisat examples"
 RDEPEND="dev-libs/expat"
 DEPEND="${RDEPEND}
                virtual/latex-base
-               || ( ( dev-texlive/texlive-latexextra )
-                       app-text/ptex )
+               dev-texlive/texlive-latexextra
                app-text/ghostscript-gpl
                www-client/lynx
                dev-lang/perl"
index 6ae94b4d7e9adb64f5f83f0089d6f7e65eb270be..6aac2376c9d42b650db17eb9ae4d142d8536ce4e 100644 (file)
@@ -1,6 +1,10 @@
 # ChangeLog for sci-mathematics/octave
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/octave/ChangeLog,v 1.106 2011/07/25 10:13:48 angelos Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/octave/ChangeLog,v 1.107 2011/10/05 18:44:23 aballier Exp $
+
+  05 Oct 2011; Alexis Ballier <aballier@gentoo.org> octave-3.2.4-r1.ebuild,
+  octave-3.2.4-r3.ebuild, octave-3.4.0-r2.ebuild:
+  remove ptex dep as it is going away
 
   25 Jul 2011; Christoph Mende <angelos@gentoo.org> octave-3.2.4-r1.ebuild,
   octave-3.2.4-r3.ebuild, +files/octave-3.2.4-curl-headers.patch,
index 0ec6fcd2ca7dfe0ac5e1606f97cd21efcd9d42ba..9b16d17a03b131f104ac4d0f69741bfc8167d746 100644 (file)
@@ -1,6 +1,6 @@
 # Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/octave/octave-3.2.4-r1.ebuild,v 1.11 2011/07/25 10:13:48 angelos Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/octave/octave-3.2.4-r1.ebuild,v 1.12 2011/10/05 18:44:23 aballier Exp $
 
 EAPI="2"
 inherit flag-o-matic xemacs-elisp-common autotools
@@ -41,8 +41,7 @@ RDEPEND="dev-libs/libpcre
 DEPEND="${RDEPEND}
        virtual/latex-base
        sys-apps/texinfo
-       || ( dev-texlive/texlive-genericrecommended
-                app-text/ptex )
+       dev-texlive/texlive-genericrecommended
        dev-util/gperf
        dev-util/pkgconfig"
 
index fb929b388b49f666ae1b2069693b44ea1e8a6604..990f8e5a84f5cd070424e5b2ce7d83749d649145 100644 (file)
@@ -1,6 +1,6 @@
 # Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/octave/octave-3.2.4-r3.ebuild,v 1.5 2011/07/25 10:13:48 angelos Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/octave/octave-3.2.4-r3.ebuild,v 1.6 2011/10/05 18:44:23 aballier Exp $
 
 EAPI="2"
 inherit flag-o-matic xemacs-elisp-common autotools
@@ -42,8 +42,7 @@ RDEPEND="dev-libs/libpcre
 DEPEND="${RDEPEND}
        virtual/latex-base
        sys-apps/texinfo
-       || ( dev-texlive/texlive-genericrecommended
-                app-text/ptex )
+       dev-texlive/texlive-genericrecommended
        dev-util/gperf
        dev-util/pkgconfig"
 
index 17f5caaab66a68e85870963ad98cc7a1ab340f31..33247dee0426eccac027a0b5c4c986a43eacdbfd 100644 (file)
@@ -1,6 +1,6 @@
 # Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/octave/octave-3.4.0-r2.ebuild,v 1.2 2011/07/25 10:13:48 angelos Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/octave/octave-3.4.0-r2.ebuild,v 1.3 2011/10/05 18:44:23 aballier Exp $
 
 EAPI=4
 inherit eutils base autotools
@@ -41,8 +41,7 @@ RDEPEND="dev-libs/libpcre
 DEPEND="${RDEPEND}
        virtual/latex-base
        sys-apps/texinfo
-       || ( dev-texlive/texlive-genericrecommended
-                app-text/ptex )
+       dev-texlive/texlive-genericrecommended
        dev-util/gperf
        dev-util/pkgconfig"