public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in sci-mathematics/freemat: ChangeLog freemat-3.6.ebuild
@ 2008-07-27  2:11 Carsten Lohrke (carlo)
  0 siblings, 0 replies; 7+ messages in thread
From: Carsten Lohrke (carlo) @ 2008-07-27  2:11 UTC (permalink / raw
  To: gentoo-commits

carlo       08/07/27 02:11:21

  Modified:             ChangeLog freemat-3.6.ebuild
  Log:
   Fix broken split Qt 4.4 dependencies, cf. bug 217161 comment 11.
  (Portage version: 2.1.4.4)

Revision  Changes    Path
1.13                 sci-mathematics/freemat/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-mathematics/freemat/ChangeLog,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- ChangeLog	22 Jul 2008 09:06:45 -0000	1.12
+++ ChangeLog	27 Jul 2008 02:11:20 -0000	1.13
@@ -1,6 +1,9 @@
 # ChangeLog for sci-mathematics/freemat
 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/freemat/ChangeLog,v 1.12 2008/07/22 09:06:45 bicatali Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/freemat/ChangeLog,v 1.13 2008/07/27 02:11:20 carlo Exp $
+
+  27 Jul 2008; Carsten Lohrke <carlo@gentoo.org> freemat-3.6.ebuild:
+  Fix broken split Qt 4.4 dependencies, cf. bug 217161 comment 11.
 
   22 Jul 2008; Sébastien Fabbro <bicatali@gentoo.org>
   files/freemat-3.6-includes.patch:



1.4                  sci-mathematics/freemat/freemat-3.6.ebuild

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

Index: freemat-3.6.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-mathematics/freemat/freemat-3.6.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- freemat-3.6.ebuild	27 May 2008 21:40:26 -0000	1.3
+++ freemat-3.6.ebuild	27 Jul 2008 02:11:20 -0000	1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2008 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/freemat/freemat-3.6.ebuild,v 1.3 2008/05/27 21:40:26 grozin Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/freemat/freemat-3.6.ebuild,v 1.4 2008/07/27 02:11:20 carlo Exp $
 
 EAPI="1"
 inherit eutils autotools fdo-mime
@@ -17,8 +17,8 @@
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
 
-RDEPEND="|| ( >=x11-libs/qt-4.2:4
-			  ( x11-libs/qt-gui:4 x11-libs/qt-opengl:4 ) )
+RDEPEND="|| ( ( x11-libs/qt-gui:4 x11-libs/qt-opengl:4 ) 
+		 =x11-libs/qt-4.3*:4 )
 	dev-libs/libpcre
 	virtual/lapack
 	virtual/opengl






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

* [gentoo-commits] gentoo-x86 commit in sci-mathematics/freemat: ChangeLog freemat-3.6.ebuild
@ 2009-01-29  9:51 Sebastien Fabbro (bicatali)
  0 siblings, 0 replies; 7+ messages in thread
From: Sebastien Fabbro (bicatali) @ 2009-01-29  9:51 UTC (permalink / raw
  To: gentoo-commits

bicatali    09/01/29 09:51:13

  Modified:             ChangeLog freemat-3.6.ebuild
  Log:
  Added qt-svg dependency, switch to eapi 2
  (Portage version: 2.2_rc23/cvs/Linux x86_64)

Revision  Changes    Path
1.15                 sci-mathematics/freemat/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-mathematics/freemat/ChangeLog,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- ChangeLog	6 Aug 2008 20:27:08 -0000	1.14
+++ ChangeLog	29 Jan 2009 09:51:12 -0000	1.15
@@ -1,6 +1,9 @@
 # ChangeLog for sci-mathematics/freemat
-# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/freemat/ChangeLog,v 1.14 2008/08/06 20:27:08 ulm Exp $
+# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/freemat/ChangeLog,v 1.15 2009/01/29 09:51:12 bicatali Exp $
+
+  29 Jan 2009; Sébastien Fabbro <bicatali@gentoo.org> freemat-3.6.ebuild:
+  Added qt-svg dependency, switch to eapi 2
 
   06 Aug 2008; Ulrich Mueller <ulm@gentoo.org> metadata.xml:
   Add USE flag description to metadata wrt GLEP 56.



1.6                  sci-mathematics/freemat/freemat-3.6.ebuild

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

Index: freemat-3.6.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-mathematics/freemat/freemat-3.6.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- freemat-3.6.ebuild	27 Jul 2008 14:22:51 -0000	1.5
+++ freemat-3.6.ebuild	29 Jan 2009 09:51:13 -0000	1.6
@@ -1,8 +1,8 @@
-# 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/freemat/freemat-3.6.ebuild,v 1.5 2008/07/27 14:22:51 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/freemat/freemat-3.6.ebuild,v 1.6 2009/01/29 09:51:13 bicatali Exp $
 
-EAPI="1"
+EAPI="2"
 inherit eutils autotools fdo-mime
 
 MY_PN=FreeMat
@@ -17,35 +17,31 @@
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
 
-RDEPEND="|| ( ( x11-libs/qt-gui:4 x11-libs/qt-opengl:4 )
-		 =x11-libs/qt-4.3*:4 )
+RDEPEND="|| ( ( x11-libs/qt-gui:4 x11-libs/qt-opengl:4 x11-libs/qt-svg:4 )
+		 x11-libs/qt:4[opengl] )
 	dev-libs/libpcre
 	virtual/lapack
 	virtual/opengl
 	ncurses? ( >=sys-libs/ncurses-5.4 )
 	umfpack? ( sci-libs/umfpack )
 	arpack? ( sci-libs/arpack )
-	fftw? ( >=sci-libs/fftw-3:3.0 )
+	fftw? ( sci-libs/fftw:3.0 )
 	portaudio? ( media-libs/portaudio )
 	ffcall? ( dev-libs/ffcall )"
 
 DEPEND="${RDEPEND}
 	dev-util/pkgconfig"
 
-QT4_BUILT_WITH_USE_CHECK="opengl"
-
 S="${WORKDIR}/${MY_P}"
 
-src_unpack() {
-	unpack ${A}
-	cd "${S}"
+src_prepare() {
 	# allow enable/disable for configure
 	epatch "${FILESDIR}"/${P}-optional-deps.patch
 	epatch "${FILESDIR}"/${P}-includes.patch
 	eautoreconf
 }
 
-src_compile() {
+src_configure() {
 	econf \
 		--with-blas="$(pkg-config --libs blas)" \
 		--with-lapack="$(pkg-config --libs lapack)" \
@@ -54,9 +50,7 @@
 		$(use_enable arpack) \
 		$(use_enable fftw) \
 		$(use_enable portaudio) \
-		$(use_enable ffcall) \
-		|| die "econf failed"
-	emake || die "emake failed"
+		$(use_enable ffcall)
 }
 
 src_install() {
@@ -66,7 +60,7 @@
 	make_desktop_entry FreeMat FreeMat
 }
 
-pkg_postint() {
+pkg_postinst() {
 	fdo-mime_desktop_database_update
 	elog "Before using ${MY_PN}, do (as a normal user)"
 	elog "FreeMat -i /usr/share/${MY_P}"






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

* [gentoo-commits] gentoo-x86 commit in sci-mathematics/freemat: ChangeLog freemat-3.6.ebuild
@ 2009-07-25  2:31 Mark Loeser (halcy0n)
  0 siblings, 0 replies; 7+ messages in thread
From: Mark Loeser (halcy0n) @ 2009-07-25  2:31 UTC (permalink / raw
  To: gentoo-commits

halcy0n     09/07/25 02:31:15

  Modified:             ChangeLog freemat-3.6.ebuild
  Log:
  Patch to fix compilation with gcc-4.4 by Martin Väth <vaeth AT mathematik.uni-wuerzburg DOT de>; bug #269278
  (Portage version: 2.2_rc33/cvs/Linux x86_64)

Revision  Changes    Path
1.16                 sci-mathematics/freemat/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-mathematics/freemat/ChangeLog,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- ChangeLog	29 Jan 2009 09:51:12 -0000	1.15
+++ ChangeLog	25 Jul 2009 02:31:15 -0000	1.16
@@ -1,6 +1,11 @@
 # ChangeLog for sci-mathematics/freemat
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/freemat/ChangeLog,v 1.15 2009/01/29 09:51:12 bicatali Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/freemat/ChangeLog,v 1.16 2009/07/25 02:31:15 halcy0n Exp $
+
+  25 Jul 2009; Mark Loeser <halcy0n@gentoo.org> freemat-3.6.ebuild,
+  +files/freemat-3.6-gcc44.patch:
+  Patch to fix compilation with gcc-4.4 by Martin Väth <vaeth AT
+  mathematik.uni-wuerzburg DOT de>; bug #269278
 
   29 Jan 2009; Sébastien Fabbro <bicatali@gentoo.org> freemat-3.6.ebuild:
   Added qt-svg dependency, switch to eapi 2



1.7                  sci-mathematics/freemat/freemat-3.6.ebuild

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

Index: freemat-3.6.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-mathematics/freemat/freemat-3.6.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- freemat-3.6.ebuild	29 Jan 2009 09:51:13 -0000	1.6
+++ freemat-3.6.ebuild	25 Jul 2009 02:31:15 -0000	1.7
@@ -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/freemat/freemat-3.6.ebuild,v 1.6 2009/01/29 09:51:13 bicatali Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/freemat/freemat-3.6.ebuild,v 1.7 2009/07/25 02:31:15 halcy0n Exp $
 
 EAPI="2"
 inherit eutils autotools fdo-mime
@@ -38,6 +38,7 @@
 	# allow enable/disable for configure
 	epatch "${FILESDIR}"/${P}-optional-deps.patch
 	epatch "${FILESDIR}"/${P}-includes.patch
+	epatch "${FILESDIR}"/${P}-gcc44.patch
 	eautoreconf
 }
 






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

* [gentoo-commits] gentoo-x86 commit in sci-mathematics/freemat: ChangeLog freemat-3.6.ebuild
@ 2009-08-07 17:07 Sebastien Fabbro (bicatali)
  0 siblings, 0 replies; 7+ messages in thread
From: Sebastien Fabbro (bicatali) @ 2009-08-07 17:07 UTC (permalink / raw
  To: gentoo-commits

bicatali    09/08/07 17:07:14

  Modified:             ChangeLog freemat-3.6.ebuild
  Log:
  Added virtualx for testing on Xvfb and test use flags. Closing bug #280228
  (Portage version: 2.2_rc36/cvs/Linux x86_64)

Revision  Changes    Path
1.17                 sci-mathematics/freemat/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-mathematics/freemat/ChangeLog,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- ChangeLog	25 Jul 2009 02:31:15 -0000	1.16
+++ ChangeLog	7 Aug 2009 17:07:14 -0000	1.17
@@ -1,6 +1,9 @@
 # ChangeLog for sci-mathematics/freemat
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/freemat/ChangeLog,v 1.16 2009/07/25 02:31:15 halcy0n Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/freemat/ChangeLog,v 1.17 2009/08/07 17:07:14 bicatali Exp $
+
+  07 Aug 2009; Sébastien Fabbro <bicatali@gentoo.org> freemat-3.6.ebuild:
+  Added virtualx for testing on Xvfb and test use flags. Closing bug #280228
 
   25 Jul 2009; Mark Loeser <halcy0n@gentoo.org> freemat-3.6.ebuild,
   +files/freemat-3.6-gcc44.patch:



1.8                  sci-mathematics/freemat/freemat-3.6.ebuild

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

Index: freemat-3.6.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-mathematics/freemat/freemat-3.6.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- freemat-3.6.ebuild	25 Jul 2009 02:31:15 -0000	1.7
+++ freemat-3.6.ebuild	7 Aug 2009 17:07:14 -0000	1.8
@@ -1,9 +1,9 @@
 # Copyright 1999-2009 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/freemat/freemat-3.6.ebuild,v 1.7 2009/07/25 02:31:15 halcy0n Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/freemat/freemat-3.6.ebuild,v 1.8 2009/08/07 17:07:14 bicatali Exp $
 
 EAPI="2"
-inherit eutils autotools fdo-mime
+inherit eutils autotools fdo-mime virtualx
 
 MY_PN=FreeMat
 MY_P=${MY_PN}-${PV}
@@ -12,7 +12,7 @@
 HOMEPAGE="http://freemat.sourceforge.net/"
 SRC_URI="mirror://sourceforge/freemat/${MY_P}.tar.gz"
 
-IUSE="+arpack ffcall +fftw ncurses portaudio +umfpack"
+IUSE="+arpack ffcall +fftw ncurses portaudio test +umfpack"
 LICENSE="GPL-2"
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
@@ -30,7 +30,10 @@
 	ffcall? ( dev-libs/ffcall )"
 
 DEPEND="${RDEPEND}
-	dev-util/pkgconfig"
+	dev-util/pkgconfig
+	test? (
+		media-fonts/font-misc-misc
+		media-fonts/font-cursor-misc )"
 
 S="${WORKDIR}/${MY_P}"
 
@@ -54,6 +57,10 @@
 		$(use_enable ffcall)
 }
 
+src_test () {
+	Xemake check || die "emake check failed"
+}
+
 src_install() {
 	emake DESTDIR="${D}" install || die "emake install failed"
 	dodoc AUTHORS ChangeLog || die "dodoc failed"






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

* [gentoo-commits] gentoo-x86 commit in sci-mathematics/freemat: ChangeLog freemat-3.6.ebuild
@ 2009-10-06 17:37 Dominik Kapusta (ayoy)
  0 siblings, 0 replies; 7+ messages in thread
From: Dominik Kapusta (ayoy) @ 2009-10-06 17:37 UTC (permalink / raw
  To: gentoo-commits

ayoy        09/10/06 17:37:17

  Modified:             ChangeLog freemat-3.6.ebuild
  Log:
  Removed alternative dependency on Qt metapackage
  (Portage version: 2.2_rc43/cvs/Linux x86_64)

Revision  Changes    Path
1.18                 sci-mathematics/freemat/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-mathematics/freemat/ChangeLog,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- ChangeLog	7 Aug 2009 17:07:14 -0000	1.17
+++ ChangeLog	6 Oct 2009 17:37:16 -0000	1.18
@@ -1,6 +1,9 @@
 # ChangeLog for sci-mathematics/freemat
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/freemat/ChangeLog,v 1.17 2009/08/07 17:07:14 bicatali Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/freemat/ChangeLog,v 1.18 2009/10/06 17:37:16 ayoy Exp $
+
+  06 Oct 2009; Dominik Kapusta <ayoy@gentoo.org> freemat-3.6.ebuild:
+  Removed alternative dependency on Qt metapackage
 
   07 Aug 2009; Sébastien Fabbro <bicatali@gentoo.org> freemat-3.6.ebuild:
   Added virtualx for testing on Xvfb and test use flags. Closing bug #280228



1.9                  sci-mathematics/freemat/freemat-3.6.ebuild

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

Index: freemat-3.6.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-mathematics/freemat/freemat-3.6.ebuild,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- freemat-3.6.ebuild	7 Aug 2009 17:07:14 -0000	1.8
+++ freemat-3.6.ebuild	6 Oct 2009 17:37:16 -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/freemat/freemat-3.6.ebuild,v 1.8 2009/08/07 17:07:14 bicatali Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/freemat/freemat-3.6.ebuild,v 1.9 2009/10/06 17:37:16 ayoy Exp $
 
 EAPI="2"
 inherit eutils autotools fdo-mime virtualx
@@ -17,8 +17,9 @@
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
 
-RDEPEND="|| ( ( x11-libs/qt-gui:4 x11-libs/qt-opengl:4 x11-libs/qt-svg:4 )
-		 x11-libs/qt:4[opengl] )
+RDEPEND="x11-libs/qt-gui:4
+	x11-libs/qt-opengl:4
+	x11-libs/qt-svg:4
 	dev-libs/libpcre
 	virtual/lapack
 	virtual/opengl






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

* [gentoo-commits] gentoo-x86 commit in sci-mathematics/freemat: ChangeLog freemat-3.6.ebuild
@ 2009-11-27 18:40 Sebastien Fabbro (bicatali)
  0 siblings, 0 replies; 7+ messages in thread
From: Sebastien Fabbro (bicatali) @ 2009-11-27 18:40 UTC (permalink / raw
  To: gentoo-commits

bicatali    09/11/27 18:40:15

  Modified:             ChangeLog freemat-3.6.ebuild
  Log:
  Forced disable of llvm, bug #294779)
  (Portage version: 2.2_rc52/cvs/Linux x86_64)

Revision  Changes    Path
1.20                 sci-mathematics/freemat/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-mathematics/freemat/ChangeLog,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -r1.19 -r1.20
--- ChangeLog	23 Nov 2009 23:47:59 -0000	1.19
+++ ChangeLog	27 Nov 2009 18:40:14 -0000	1.20
@@ -1,6 +1,9 @@
 # ChangeLog for sci-mathematics/freemat
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/freemat/ChangeLog,v 1.19 2009/11/23 23:47:59 bicatali Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/freemat/ChangeLog,v 1.20 2009/11/27 18:40:14 bicatali Exp $
+
+  27 Nov 2009; Sébastien Fabbro <bicatali@gentoo.org> freemat-3.6.ebuild:
+  Forced disable of llvm, bug #294779)
 
 *freemat-4.0 (24 Nov 2009)
 



1.10                 sci-mathematics/freemat/freemat-3.6.ebuild

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

Index: freemat-3.6.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-mathematics/freemat/freemat-3.6.ebuild,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- freemat-3.6.ebuild	6 Oct 2009 17:37:16 -0000	1.9
+++ freemat-3.6.ebuild	27 Nov 2009 18:40:14 -0000	1.10
@@ -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/freemat/freemat-3.6.ebuild,v 1.9 2009/10/06 17:37:16 ayoy Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/freemat/freemat-3.6.ebuild,v 1.10 2009/11/27 18:40:14 bicatali Exp $
 
 EAPI="2"
 inherit eutils autotools fdo-mime virtualx
@@ -55,7 +55,8 @@
 		$(use_enable arpack) \
 		$(use_enable fftw) \
 		$(use_enable portaudio) \
-		$(use_enable ffcall)
+		$(use_enable ffcall) \
+		LLVM_CONFIG=no
 }
 
 src_test () {






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

* [gentoo-commits] gentoo-x86 commit in sci-mathematics/freemat: ChangeLog freemat-3.6.ebuild
@ 2011-11-25 21:03 Sebastien Fabbro (bicatali)
  0 siblings, 0 replies; 7+ messages in thread
From: Sebastien Fabbro (bicatali) @ 2011-11-25 21:03 UTC (permalink / raw
  To: gentoo-commits

bicatali    11/11/25 21:03:57

  Modified:             ChangeLog
  Removed:              freemat-3.6.ebuild
  Log:
  Removed old
  
  (Portage version: 2.1.10.37/cvs/Linux x86_64)

Revision  Changes    Path
1.23                 sci-mathematics/freemat/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/freemat/ChangeLog?rev=1.23&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/freemat/ChangeLog?rev=1.23&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/freemat/ChangeLog?r1=1.22&r2=1.23

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-mathematics/freemat/ChangeLog,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -r1.22 -r1.23
--- ChangeLog	5 May 2010 16:11:17 -0000	1.22
+++ ChangeLog	25 Nov 2011 21:03:56 -0000	1.23
@@ -1,6 +1,11 @@
 # ChangeLog for sci-mathematics/freemat
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/freemat/ChangeLog,v 1.22 2010/05/05 16:11:17 bicatali Exp $
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/freemat/ChangeLog,v 1.23 2011/11/25 21:03:56 bicatali Exp $
+
+  25 Nov 2011; Sébastien Fabbro <bicatali@gentoo.org> -freemat-3.6.ebuild,
+  -files/freemat-3.6-gcc44.patch, -files/freemat-3.6-includes.patch,
+  -files/freemat-3.6-optional-deps.patch:
+  Removed old
 
   05 May 2010; Sébastien Fabbro <bicatali@gentoo.org> freemat-4.0.ebuild,
   +files/freemat-4.0-gcc45.patch:






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

end of thread, other threads:[~2011-11-25 21:04 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-07-25  2:31 [gentoo-commits] gentoo-x86 commit in sci-mathematics/freemat: ChangeLog freemat-3.6.ebuild Mark Loeser (halcy0n)
  -- strict thread matches above, loose matches on Subject: below --
2011-11-25 21:03 Sebastien Fabbro (bicatali)
2009-11-27 18:40 Sebastien Fabbro (bicatali)
2009-10-06 17:37 Dominik Kapusta (ayoy)
2009-08-07 17:07 Sebastien Fabbro (bicatali)
2009-01-29  9:51 Sebastien Fabbro (bicatali)
2008-07-27  2:11 Carsten Lohrke (carlo)

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