public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in sci-visualization/qtiplot: ChangeLog qtiplot-0.9.6.2.ebuild
@ 2008-05-21  8:51 Andrey Grozin (grozin)
  0 siblings, 0 replies; 6+ messages in thread
From: Andrey Grozin (grozin) @ 2008-05-21  8:51 UTC (permalink / raw
  To: gentoo-commits

grozin      08/05/21 08:51:31

  Modified:             ChangeLog
  Added:                qtiplot-0.9.6.2.ebuild
  Log:
  Version bump. fdo-mime_desktop_database_update added
  (Portage version: 2.1.4.4)

Revision  Changes    Path
1.24                 sci-visualization/qtiplot/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-visualization/qtiplot/ChangeLog,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -r1.23 -r1.24
--- ChangeLog	18 May 2008 16:26:49 -0000	1.23
+++ ChangeLog	21 May 2008 08:51:31 -0000	1.24
@@ -1,6 +1,13 @@
 # ChangeLog for sci-visualization/qtiplot
 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-visualization/qtiplot/ChangeLog,v 1.23 2008/05/18 16:26:49 grozin Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-visualization/qtiplot/ChangeLog,v 1.24 2008/05/21 08:51:31 grozin Exp $
+
+*qtiplot-0.9.6.2 (21 May 2008)
+
+  21 May 2008; Andrey Grozin <grozin@gentoo.org>
+  +files/qtiplot-0.9.6.2-fitplugins.patch, +files/qtiplot-0.9.6.2-pro.patch,
+  +qtiplot-0.9.6.2.ebuild:
+  Version bump. fdo-mime_desktop_database_update added
 
 *qtiplot-0.9.6 (19 May 2008)
 



1.1                  sci-visualization/qtiplot/qtiplot-0.9.6.2.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-visualization/qtiplot/qtiplot-0.9.6.2.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-visualization/qtiplot/qtiplot-0.9.6.2.ebuild?rev=1.1&content-type=text/plain

Index: qtiplot-0.9.6.2.ebuild
===================================================================
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sci-visualization/qtiplot/qtiplot-0.9.6.2.ebuild,v 1.1 2008/05/21 08:51:31 grozin Exp $

EAPI="1"
inherit eutils multilib qt4 fdo-mime

DESCRIPTION="Qt based clone of the Origin plotting package"
HOMEPAGE="http://soft.proindependent.com/qtiplot.html"
SRC_URI="http://soft.proindependent.com/src/${P}.tar.bz2
	doc? ( mirror://gentoo/${P}-manual-en.tar.bz2 )"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~ppc64 ~x86"
IUSE="python doc bindist"

LANGS="de es fr ja ru sv"
for l in ${LANGS}; do
	IUSE="${IUSE} linguas_${l}"
done

CDEPEND=">=x11-libs/qwt-5.1
	>=x11-libs/qwtplot3d-0.2.7
	>=dev-cpp/muParser-1.28
	>=sci-libs/liborigin-20080225
	!bindist? ( sci-libs/gsl )
	bindist? ( <sci-libs/gsl-1.10 )"

DEPEND="${CDEPEND}
	dev-util/pkgconfig
	python? ( >=dev-python/sip-4.5.2 )"

RDEPEND="${CDEPEND}
	python? ( >=dev-lang/python-2.5
		dev-python/PyQt4
		dev-python/pygsl
		sci-libs/scipy )"

src_unpack() {
	unpack ${A}
	cd "${S}"
	epatch "${FILESDIR}"/${P}-pro.patch
	epatch "${FILESDIR}"/${P}-fitplugins.patch

	sed -i \
		-e '/manual/d'\
		-e '/3rd/d' \
		qtiplot.pro || die "sed qtiplot.pro failed"
	sed -i \
		-e '/manual/d' \
		-e "s:doc/${PN}:doc/${PF}:" \
		qtiplot/qtiplot.pro || die " sed for qtiplot/qtiplot.pro failed"

	if ! use python; then
		sed -i \
			-e '/^SCRIPTING_LANGS += Python/d' \
			-e '/sipcmd/d' \
			qtiplot/qtiplot.pro || die "sed for python option failed"
	fi

	# the lib$$suff did not work in the fitRational*.pro files
	sed -i \
		-e "s|/usr/lib\$\${libsuff}|/usr/$(get_libdir)|g" \
		fitPlugins/fit*/fitRational*.pro \
		|| die "sed fitRational* failed"

	for l in ${LANGS}; do
		if ! use linguas_${l}; then
			sed -i \
				-e "s:translations/qtiplot_${l}.ts::" \
				-e "s:translations/qtiplot_${l}.qm::" \
				qtiplot/qtiplot.pro || die
		fi
	done
}

src_compile() {
	eqmake4 || die "eqmake4 failed"
	emake || die "emake failed"
}

src_install() {
	emake INSTALL_ROOT="${D}" install || die 'emake install failed'
	rm -f "${D}"/usr/share/${PN}/translations/*.ts

	newicon qtiplot_logo.png qtiplot.png
	make_desktop_entry qtiplot QtiPlot qtiplot

	if use doc; then
		insinto /usr/share/doc/${PF}/html
		doins -r "${WORKDIR}"/qtiplot-manual-en/* \
			|| die "install manual failed"
		rm -rf "${D}"/usr/share/doc/${PF}/html/*/.svn
	fi
}

pkg_postinst() {
	if use doc; then
		elog "On the first start, do Help -> Choose Help Folder"
		elog "and select /usr/share/doc/${PF}/html"
		elog "Also do View -> Preferences, in the tab File Locations"
		elog "set Python Configuration Files to /usr/share/${PN}"
		elog "and Translations to /usr/share/${PN}/translations"
	fi
}

pkg_postinst() {
	fdo-mime_desktop_database_update
}

pkg_postrm() {
	fdo-mime_desktop_database_update
}



-- 
gentoo-commits@lists.gentoo.org mailing list



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

* [gentoo-commits] gentoo-x86 commit in sci-visualization/qtiplot: ChangeLog qtiplot-0.9.6.2.ebuild
@ 2008-05-24  9:08 Andrey Grozin (grozin)
  0 siblings, 0 replies; 6+ messages in thread
From: Andrey Grozin (grozin) @ 2008-05-24  9:08 UTC (permalink / raw
  To: gentoo-commits

grozin      08/05/24 09:08:16

  Modified:             ChangeLog qtiplot-0.9.6.2.ebuild
  Log:
  A minor ebuild fix
  (Portage version: 2.1.4.4)

Revision  Changes    Path
1.25                 sci-visualization/qtiplot/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-visualization/qtiplot/ChangeLog,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -r1.24 -r1.25
--- ChangeLog	21 May 2008 08:51:31 -0000	1.24
+++ ChangeLog	24 May 2008 09:08:15 -0000	1.25
@@ -1,6 +1,9 @@
 # ChangeLog for sci-visualization/qtiplot
 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-visualization/qtiplot/ChangeLog,v 1.24 2008/05/21 08:51:31 grozin Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-visualization/qtiplot/ChangeLog,v 1.25 2008/05/24 09:08:15 grozin Exp $
+
+  24 May 2008; Andrey Grozin <grozin@gentoo.org> qtiplot-0.9.6.2.ebuild:
+  A minor ebuild fix
 
 *qtiplot-0.9.6.2 (21 May 2008)
 



1.3                  sci-visualization/qtiplot/qtiplot-0.9.6.2.ebuild

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

Index: qtiplot-0.9.6.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-visualization/qtiplot/qtiplot-0.9.6.2.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- qtiplot-0.9.6.2.ebuild	21 May 2008 15:53:01 -0000	1.2
+++ qtiplot-0.9.6.2.ebuild	24 May 2008 09:08:15 -0000	1.3
@@ -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-visualization/qtiplot/qtiplot-0.9.6.2.ebuild,v 1.2 2008/05/21 15:53:01 grozin Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-visualization/qtiplot/qtiplot-0.9.6.2.ebuild,v 1.3 2008/05/24 09:08:15 grozin Exp $
 
 EAPI="1"
 inherit eutils multilib qt4 fdo-mime
@@ -96,6 +96,7 @@
 }
 
 pkg_postinst() {
+	fdo-mime_desktop_database_update
 	if use doc; then
 		elog "On the first start, do Help -> Choose Help Folder"
 		elog "and select /usr/share/doc/${PF}/html"
@@ -105,10 +106,6 @@
 	fi
 }
 
-pkg_postinst() {
-	fdo-mime_desktop_database_update
-}
-
 pkg_postrm() {
 	fdo-mime_desktop_database_update
 }



-- 
gentoo-commits@lists.gentoo.org mailing list



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

* [gentoo-commits] gentoo-x86 commit in sci-visualization/qtiplot: ChangeLog qtiplot-0.9.6.2.ebuild
@ 2008-05-27 21:09 Andrey Grozin (grozin)
  0 siblings, 0 replies; 6+ messages in thread
From: Andrey Grozin (grozin) @ 2008-05-27 21:09 UTC (permalink / raw
  To: gentoo-commits

grozin      08/05/27 21:09:44

  Modified:             ChangeLog qtiplot-0.9.6.2.ebuild
  Log:
  Python files are now installed to the proper place and compiled (bugs #223671, #223673)
  (Portage version: 2.1.4.4)

Revision  Changes    Path
1.27                 sci-visualization/qtiplot/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-visualization/qtiplot/ChangeLog,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -r1.26 -r1.27
--- ChangeLog	24 May 2008 17:02:04 -0000	1.26
+++ ChangeLog	27 May 2008 21:09:44 -0000	1.27
@@ -1,6 +1,11 @@
 # ChangeLog for sci-visualization/qtiplot
 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-visualization/qtiplot/ChangeLog,v 1.26 2008/05/24 17:02:04 grozin Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-visualization/qtiplot/ChangeLog,v 1.27 2008/05/27 21:09:44 grozin Exp $
+
+  28 May 2008; Andrey Grozin <grozin@gentoo.org>
+  files/qtiplot-0.9.6.2-pro.patch, qtiplot-0.9.6.2.ebuild:
+  Python files are now installed to the proper place and compiled (bugs
+  #223671, #223673)
 
   25 May 2008; Andrey Grozin <grozin@gentoo.org>
   files/qtiplot-0.9.6.2-pro.patch:



1.4                  sci-visualization/qtiplot/qtiplot-0.9.6.2.ebuild

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

Index: qtiplot-0.9.6.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-visualization/qtiplot/qtiplot-0.9.6.2.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- qtiplot-0.9.6.2.ebuild	24 May 2008 09:08:15 -0000	1.3
+++ qtiplot-0.9.6.2.ebuild	27 May 2008 21:09:44 -0000	1.4
@@ -1,9 +1,9 @@
 # Copyright 1999-2008 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-visualization/qtiplot/qtiplot-0.9.6.2.ebuild,v 1.3 2008/05/24 09:08:15 grozin Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-visualization/qtiplot/qtiplot-0.9.6.2.ebuild,v 1.4 2008/05/27 21:09:44 grozin Exp $
 
 EAPI="1"
-inherit eutils multilib qt4 fdo-mime
+inherit eutils multilib qt4 fdo-mime python
 
 DESCRIPTION="Qt based clone of the Origin plotting package"
 HOMEPAGE="http://soft.proindependent.com/qtiplot.html"
@@ -47,9 +47,13 @@
 		-e '/manual/d'\
 		-e '/3rd/d' \
 		qtiplot.pro || die "sed qtiplot.pro failed"
+
+	python_version
+
 	sed -i \
 		-e '/manual/d' \
 		-e "s:doc/${PN}:doc/${PF}:" \
+		-e "s:local/${PN}:$(get_libdir)/python${PYVER}/site-packages:" \
 		qtiplot/qtiplot.pro || die " sed for qtiplot/qtiplot.pro failed"
 
 	if ! use python; then
@@ -83,6 +87,7 @@
 src_install() {
 	emake INSTALL_ROOT="${D}" install || die 'emake install failed'
 	rm -f "${D}"/usr/share/${PN}/translations/*.ts
+	use python && chmod -x "${D}"/usr/$(get_libdir)/python${PYVER}/site-packages/qti_wordlist.txt
 
 	newicon qtiplot_logo.png qtiplot.png
 	make_desktop_entry qtiplot QtiPlot qtiplot
@@ -97,15 +102,25 @@
 
 pkg_postinst() {
 	fdo-mime_desktop_database_update
+
+	if use python; then
+		python_version
+		for pymod in qtiplotrc qtiUtil; do
+			python_mod_compile "${ROOT}"usr/$(get_libdir)/python${PYVER}/site-packages/${pymod}.py
+		done
+	fi
+
 	if use doc; then
 		elog "On the first start, do Help -> Choose Help Folder"
 		elog "and select /usr/share/doc/${PF}/html"
-		elog "Also do View -> Preferences, in the tab File Locations"
-		elog "set Python Configuration Files to /usr/share/${PN}"
-		elog "and Translations to /usr/share/${PN}/translations"
 	fi
 }
 
 pkg_postrm() {
 	fdo-mime_desktop_database_update
+
+	if use python; then
+		python_version
+		python_mod_cleanup
+	fi
 }



-- 
gentoo-commits@lists.gentoo.org mailing list



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

* [gentoo-commits] gentoo-x86 commit in sci-visualization/qtiplot: ChangeLog qtiplot-0.9.6.2.ebuild
@ 2008-05-29 14:44 Ali Polatel (hawking)
  0 siblings, 0 replies; 6+ messages in thread
From: Ali Polatel (hawking) @ 2008-05-29 14:44 UTC (permalink / raw
  To: gentoo-commits

hawking     08/05/29 14:44:44

  Modified:             ChangeLog qtiplot-0.9.6.2.ebuild
  Log:
  python_mod_compile is ROOT aware and can take multiple files as argument.
  (Portage version: 2.1.5.2)

Revision  Changes    Path
1.28                 sci-visualization/qtiplot/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-visualization/qtiplot/ChangeLog,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -r1.27 -r1.28
--- ChangeLog	27 May 2008 21:09:44 -0000	1.27
+++ ChangeLog	29 May 2008 14:44:44 -0000	1.28
@@ -1,6 +1,9 @@
 # ChangeLog for sci-visualization/qtiplot
 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-visualization/qtiplot/ChangeLog,v 1.27 2008/05/27 21:09:44 grozin Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-visualization/qtiplot/ChangeLog,v 1.28 2008/05/29 14:44:44 hawking Exp $
+
+  29 May 2008; Ali Polatel <hawking@gentoo.org> qtiplot-0.9.6.2.ebuild:
+  python_mod_compile is ROOT aware and can take multiple files as argument.
 
   28 May 2008; Andrey Grozin <grozin@gentoo.org>
   files/qtiplot-0.9.6.2-pro.patch, qtiplot-0.9.6.2.ebuild:



1.5                  sci-visualization/qtiplot/qtiplot-0.9.6.2.ebuild

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

Index: qtiplot-0.9.6.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-visualization/qtiplot/qtiplot-0.9.6.2.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- qtiplot-0.9.6.2.ebuild	27 May 2008 21:09:44 -0000	1.4
+++ qtiplot-0.9.6.2.ebuild	29 May 2008 14:44:44 -0000	1.5
@@ -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-visualization/qtiplot/qtiplot-0.9.6.2.ebuild,v 1.4 2008/05/27 21:09:44 grozin Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-visualization/qtiplot/qtiplot-0.9.6.2.ebuild,v 1.5 2008/05/29 14:44:44 hawking Exp $
 
 EAPI="1"
 inherit eutils multilib qt4 fdo-mime python
@@ -105,9 +105,8 @@
 
 	if use python; then
 		python_version
-		for pymod in qtiplotrc qtiUtil; do
-			python_mod_compile "${ROOT}"usr/$(get_libdir)/python${PYVER}/site-packages/${pymod}.py
-		done
+		python_mod_compile \
+			/usr/$(get_libdir)/python${PYVER}/site-packages/qti{plotrc,Util}.py
 	fi
 
 	if use doc; then



-- 
gentoo-commits@lists.gentoo.org mailing list



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

* [gentoo-commits] gentoo-x86 commit in sci-visualization/qtiplot: ChangeLog qtiplot-0.9.6.2.ebuild
@ 2008-08-11 13:12 Markus Dittrich (markusle)
  0 siblings, 0 replies; 6+ messages in thread
From: Markus Dittrich (markusle) @ 2008-08-11 13:12 UTC (permalink / raw
  To: gentoo-commits

markusle    08/08/11 13:12:46

  Modified:             ChangeLog qtiplot-0.9.6.2.ebuild
  Log:
  Added dependencies/check for qt3support (fixes bug #234316).
  (Portage version: 2.2_rc5/cvs/Linux 2.6.26-SENTINEL-1 i686)

Revision  Changes    Path
1.30                 sci-visualization/qtiplot/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-visualization/qtiplot/ChangeLog,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -r1.29 -r1.30
--- ChangeLog	27 Jul 2008 22:23:40 -0000	1.29
+++ ChangeLog	11 Aug 2008 13:12:45 -0000	1.30
@@ -1,6 +1,9 @@
 # ChangeLog for sci-visualization/qtiplot
 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-visualization/qtiplot/ChangeLog,v 1.29 2008/07/27 22:23:40 carlo Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-visualization/qtiplot/ChangeLog,v 1.30 2008/08/11 13:12:45 markusle Exp $
+
+  11 Aug 2008; Markus Dittrich <markusle@gentoo.org> qtiplot-0.9.6.2.ebuild:
+  Added dependencies/check for qt3support (fixes bug #234316).
 
   27 Jul 2008; Carsten Lohrke <carlo@gentoo.org> qtiplot-0.7.7.ebuild,
   qtiplot-0.8.5.ebuild:



1.6                  sci-visualization/qtiplot/qtiplot-0.9.6.2.ebuild

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

Index: qtiplot-0.9.6.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-visualization/qtiplot/qtiplot-0.9.6.2.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- qtiplot-0.9.6.2.ebuild	29 May 2008 14:44:44 -0000	1.5
+++ qtiplot-0.9.6.2.ebuild	11 Aug 2008 13:12:45 -0000	1.6
@@ -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-visualization/qtiplot/qtiplot-0.9.6.2.ebuild,v 1.5 2008/05/29 14:44:44 hawking Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-visualization/qtiplot/qtiplot-0.9.6.2.ebuild,v 1.6 2008/08/11 13:12:45 markusle Exp $
 
 EAPI="1"
 inherit eutils multilib qt4 fdo-mime python
@@ -22,6 +22,8 @@
 
 CDEPEND=">=x11-libs/qwt-5.1
 	>=x11-libs/qwtplot3d-0.2.7
+	|| ( ( x11-libs/qt-gui:4 x11-libs/qt-qt3support:4 )
+		<x11-libs/qt-4.4:4 )
 	>=dev-cpp/muParser-1.28
 	>=sci-libs/liborigin-20080225
 	!bindist? ( sci-libs/gsl )
@@ -37,6 +39,8 @@
 		dev-python/pygsl
 		sci-libs/scipy )"
 
+QT4_BUILT_WITH_USE_CHECK="qt3support"
+
 src_unpack() {
 	unpack ${A}
 	cd "${S}"






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

* [gentoo-commits] gentoo-x86 commit in sci-visualization/qtiplot: ChangeLog qtiplot-0.9.6.2.ebuild
@ 2008-08-25 22:43 Markus Dittrich (markusle)
  0 siblings, 0 replies; 6+ messages in thread
From: Markus Dittrich (markusle) @ 2008-08-25 22:43 UTC (permalink / raw
  To: gentoo-commits

markusle    08/08/25 22:43:50

  Modified:             ChangeLog qtiplot-0.9.6.2.ebuild
  Log:
  Added missing dependency on x11-libs/qt-assistant:4 (fixes bug #235618).
  (Portage version: 2.2_rc8/cvs/Linux 2.6.26-SENTINEL-2 i686)

Revision  Changes    Path
1.31                 sci-visualization/qtiplot/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-visualization/qtiplot/ChangeLog,v
retrieving revision 1.30
retrieving revision 1.31
diff -u -r1.30 -r1.31
--- ChangeLog	11 Aug 2008 13:12:45 -0000	1.30
+++ ChangeLog	25 Aug 2008 22:43:50 -0000	1.31
@@ -1,6 +1,9 @@
 # ChangeLog for sci-visualization/qtiplot
 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-visualization/qtiplot/ChangeLog,v 1.30 2008/08/11 13:12:45 markusle Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-visualization/qtiplot/ChangeLog,v 1.31 2008/08/25 22:43:50 markusle Exp $
+
+  25 Aug 2008; Markus Dittrich <markusle@gentoo.org> qtiplot-0.9.6.2.ebuild:
+  Added missing dependency on x11-libs/qt-assistant:4 (fixes bug #235618).
 
   11 Aug 2008; Markus Dittrich <markusle@gentoo.org> qtiplot-0.9.6.2.ebuild:
   Added dependencies/check for qt3support (fixes bug #234316).



1.7                  sci-visualization/qtiplot/qtiplot-0.9.6.2.ebuild

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

Index: qtiplot-0.9.6.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-visualization/qtiplot/qtiplot-0.9.6.2.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- qtiplot-0.9.6.2.ebuild	11 Aug 2008 13:12:45 -0000	1.6
+++ qtiplot-0.9.6.2.ebuild	25 Aug 2008 22:43:50 -0000	1.7
@@ -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-visualization/qtiplot/qtiplot-0.9.6.2.ebuild,v 1.6 2008/08/11 13:12:45 markusle Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-visualization/qtiplot/qtiplot-0.9.6.2.ebuild,v 1.7 2008/08/25 22:43:50 markusle Exp $
 
 EAPI="1"
 inherit eutils multilib qt4 fdo-mime python
@@ -22,7 +22,8 @@
 
 CDEPEND=">=x11-libs/qwt-5.1
 	>=x11-libs/qwtplot3d-0.2.7
-	|| ( ( x11-libs/qt-gui:4 x11-libs/qt-qt3support:4 )
+	|| ( ( x11-libs/qt-gui:4 x11-libs/qt-qt3support:4
+			x11-libs/qt-assistant:4 )
 		<x11-libs/qt-4.4:4 )
 	>=dev-cpp/muParser-1.28
 	>=sci-libs/liborigin-20080225






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

end of thread, other threads:[~2008-08-25 22:43 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-05-21  8:51 [gentoo-commits] gentoo-x86 commit in sci-visualization/qtiplot: ChangeLog qtiplot-0.9.6.2.ebuild Andrey Grozin (grozin)
  -- strict thread matches above, loose matches on Subject: below --
2008-05-24  9:08 Andrey Grozin (grozin)
2008-05-27 21:09 Andrey Grozin (grozin)
2008-05-29 14:44 Ali Polatel (hawking)
2008-08-11 13:12 Markus Dittrich (markusle)
2008-08-25 22:43 Markus Dittrich (markusle)

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