public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: sci-visualization/qtiplot/
@ 2015-09-25 18:36 Justin Lecher
  0 siblings, 0 replies; 5+ messages in thread
From: Justin Lecher @ 2015-09-25 18:36 UTC (permalink / raw
  To: gentoo-commits

commit:     42d93e3639b0c71c462e840197eb32e0cd9dad44
Author:     Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Fri Sep 25 18:34:36 2015 +0000
Commit:     Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Fri Sep 25 18:34:36 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=42d93e36

sci-visualization/qtiplot: Use optfeature

Package-Manager: portage-2.2.21
Signed-off-by: Justin Lecher <jlec <AT> gentoo.org>

 sci-visualization/qtiplot/qtiplot-0.9.8.9-r2.ebuild | 10 +++-------
 sci-visualization/qtiplot/qtiplot-0.9.8.9-r3.ebuild | 10 +++-------
 2 files changed, 6 insertions(+), 14 deletions(-)

diff --git a/sci-visualization/qtiplot/qtiplot-0.9.8.9-r2.ebuild b/sci-visualization/qtiplot/qtiplot-0.9.8.9-r2.ebuild
index 330c1ed..f93b945 100644
--- a/sci-visualization/qtiplot/qtiplot-0.9.8.9-r2.ebuild
+++ b/sci-visualization/qtiplot/qtiplot-0.9.8.9-r2.ebuild
@@ -44,7 +44,7 @@ CDEPEND="
 	>=dev-libs/boost-1.35.0:=
 	dev-libs/quazip
 	media-libs/libpng:=
-	sci-libs/alglib
+	sci-libs/alglib:=
 	sci-libs/gsl
 	sci-libs/tamu_anova
 	latex? ( dev-tex/qtexengine )
@@ -224,12 +224,8 @@ src_install() {
 
 pkg_postinst() {
 	if use python; then
-		elog "You might want to emerge"
-		elog "\t dev-python/pygsl"
-		elog "\t dev-python/rpy"
-		elog "\t sci-libs/scipy and"
-		elog "\t dev-python/sympy"
-		elog "to gain full python support."
+		optfeature "Enhanced python support" \
+			dev-python/pygsl dev-python/rpy sci-libs/scipy dev-python/sympy
 	fi
 
 	fdo-mime_desktop_database_update

diff --git a/sci-visualization/qtiplot/qtiplot-0.9.8.9-r3.ebuild b/sci-visualization/qtiplot/qtiplot-0.9.8.9-r3.ebuild
index bcce114..eec88b2 100644
--- a/sci-visualization/qtiplot/qtiplot-0.9.8.9-r3.ebuild
+++ b/sci-visualization/qtiplot/qtiplot-0.9.8.9-r3.ebuild
@@ -44,7 +44,7 @@ CDEPEND="
 	>=dev-libs/boost-1.35.0:=
 	dev-libs/quazip
 	media-libs/libpng:=
-	sci-libs/alglib
+	sci-libs/alglib:=
 	sci-libs/gsl
 	sci-libs/tamu_anova
 	latex? ( dev-tex/qtexengine )
@@ -226,12 +226,8 @@ src_install() {
 
 pkg_postinst() {
 	if use python; then
-		elog "You might want to emerge"
-		elog "\t dev-python/pygsl"
-		elog "\t dev-python/rpy"
-		elog "\t sci-libs/scipy and"
-		elog "\t dev-python/sympy"
-		elog "to gain full python support."
+		optfeature "Enhanced python support" \
+			dev-python/pygsl dev-python/rpy sci-libs/scipy dev-python/sympy
 	fi
 
 	fdo-mime_desktop_database_update


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

* [gentoo-commits] repo/gentoo:master commit in: sci-visualization/qtiplot/
@ 2016-07-13 21:38 Michael Palimaka
  0 siblings, 0 replies; 5+ messages in thread
From: Michael Palimaka @ 2016-07-13 21:38 UTC (permalink / raw
  To: gentoo-commits

commit:     4bf17f81d6e0bd8a3ef5edbb5625c199f824e24c
Author:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Wed Jul 13 21:26:37 2016 +0000
Commit:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Wed Jul 13 21:38:03 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4bf17f81

sci-visualization/qtiplot: amd64/x86 stable

Gentoo-bug: 541498

Package-Manager: portage-2.3.0

 sci-visualization/qtiplot/qtiplot-0.9.8.9-r3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sci-visualization/qtiplot/qtiplot-0.9.8.9-r3.ebuild b/sci-visualization/qtiplot/qtiplot-0.9.8.9-r3.ebuild
index 060eeae..b1cf5ec 100644
--- a/sci-visualization/qtiplot/qtiplot-0.9.8.9-r3.ebuild
+++ b/sci-visualization/qtiplot/qtiplot-0.9.8.9-r3.ebuild
@@ -17,7 +17,7 @@ SRC_URI="
 
 LICENSE="GPL-2 GPL-3"
 SLOT="0"
-KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux"
 IUSE="bindist doc mono latex python"
 
 LANGS="cn cz de es fr ja ro ru sv"


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

* [gentoo-commits] repo/gentoo:master commit in: sci-visualization/qtiplot/
@ 2016-10-29 11:08 Michael Palimaka
  0 siblings, 0 replies; 5+ messages in thread
From: Michael Palimaka @ 2016-10-29 11:08 UTC (permalink / raw
  To: gentoo-commits

commit:     bd79470ee3957e36d70f16b668309872e8290db3
Author:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Sat Oct 29 11:08:33 2016 +0000
Commit:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Sat Oct 29 11:08:38 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bd79470e

sci-visualization/qtiplot: add dev-libs/quazip USE dependency

Package-Manager: portage-2.3.2

 sci-visualization/qtiplot/qtiplot-0.9.8.9-r2.ebuild | 2 +-
 sci-visualization/qtiplot/qtiplot-0.9.8.9-r3.ebuild | 2 +-
 sci-visualization/qtiplot/qtiplot-0.9.8.9-r4.ebuild | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/sci-visualization/qtiplot/qtiplot-0.9.8.9-r2.ebuild b/sci-visualization/qtiplot/qtiplot-0.9.8.9-r2.ebuild
index e2db5e6..c302c66 100644
--- a/sci-visualization/qtiplot/qtiplot-0.9.8.9-r2.ebuild
+++ b/sci-visualization/qtiplot/qtiplot-0.9.8.9-r2.ebuild
@@ -42,7 +42,7 @@ CDEPEND="
 	>=x11-libs/gl2ps-1.3.5[png]
 	>=dev-cpp/muParser-1.32
 	>=dev-libs/boost-1.35.0:=
-	dev-libs/quazip
+	dev-libs/quazip[qt4]
 	media-libs/libpng:=
 	sci-libs/alglib:=
 	<sci-libs/gsl-2

diff --git a/sci-visualization/qtiplot/qtiplot-0.9.8.9-r3.ebuild b/sci-visualization/qtiplot/qtiplot-0.9.8.9-r3.ebuild
index b1cf5ec..bca6b6f 100644
--- a/sci-visualization/qtiplot/qtiplot-0.9.8.9-r3.ebuild
+++ b/sci-visualization/qtiplot/qtiplot-0.9.8.9-r3.ebuild
@@ -42,7 +42,7 @@ CDEPEND="
 	>=x11-libs/gl2ps-1.3.5[png]
 	>=dev-cpp/muParser-1.32
 	>=dev-libs/boost-1.35.0:=
-	dev-libs/quazip
+	dev-libs/quazip[qt4]
 	media-libs/libpng:=
 	sci-libs/alglib:=
 	<sci-libs/gsl-2

diff --git a/sci-visualization/qtiplot/qtiplot-0.9.8.9-r4.ebuild b/sci-visualization/qtiplot/qtiplot-0.9.8.9-r4.ebuild
index 5163a6a..a55cf93 100644
--- a/sci-visualization/qtiplot/qtiplot-0.9.8.9-r4.ebuild
+++ b/sci-visualization/qtiplot/qtiplot-0.9.8.9-r4.ebuild
@@ -43,7 +43,7 @@ CDEPEND="
 	>=x11-libs/gl2ps-1.3.5[png]
 	>=dev-cpp/muParser-1.32
 	>=dev-libs/boost-1.35.0:=
-	dev-libs/quazip
+	dev-libs/quazip[qt4]
 	media-libs/libpng:=
 	sci-libs/alglib:=
 	>=sci-libs/gsl-2


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

* [gentoo-commits] repo/gentoo:master commit in: sci-visualization/qtiplot/
@ 2017-11-25 17:42 David Seifert
  0 siblings, 0 replies; 5+ messages in thread
From: David Seifert @ 2017-11-25 17:42 UTC (permalink / raw
  To: gentoo-commits

commit:     3621f1c8a22d433cbb7305979aab824961c24db8
Author:     David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Sat Nov 25 16:53:38 2017 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Sat Nov 25 17:41:39 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3621f1c8

sci-visualization/qtiplot: [QA] Consistent whitespace in metadata.xml

 sci-visualization/qtiplot/metadata.xml | 22 +++++++++++-----------
 1 file changed, 11 insertions(+), 11 deletions(-)

diff --git a/sci-visualization/qtiplot/metadata.xml b/sci-visualization/qtiplot/metadata.xml
index 9a33f746ffd..4c7ab3c06f6 100644
--- a/sci-visualization/qtiplot/metadata.xml
+++ b/sci-visualization/qtiplot/metadata.xml
@@ -1,15 +1,15 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
-  <maintainer type="project">
-    <email>sci@gentoo.org</email>
-    <name>Gentoo Science Project</name>
-  </maintainer>
-  <longdescription>
-	Data analysis and scientific plotting package. This is a clone of the
-	popular Origin software available on another well known platform implemented
-	in Qt with powerful 2D and 3D data plotting, ASCII import and powerful
-	spreadsheet data manipulation using column logic. Curve fitting and other
-	statistical tools are also available.
-  </longdescription>
+	<maintainer type="project">
+		<email>sci@gentoo.org</email>
+		<name>Gentoo Science Project</name>
+	</maintainer>
+	<longdescription>
+		Data analysis and scientific plotting package. This is a clone of the
+		popular Origin software available on another well known platform implemented
+		in Qt with powerful 2D and 3D data plotting, ASCII import and powerful
+		spreadsheet data manipulation using column logic. Curve fitting and other
+		statistical tools are also available.
+	</longdescription>
 </pkgmetadata>


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

* [gentoo-commits] repo/gentoo:master commit in: sci-visualization/qtiplot/
@ 2018-01-09 15:51 Ulrich Müller
  0 siblings, 0 replies; 5+ messages in thread
From: Ulrich Müller @ 2018-01-09 15:51 UTC (permalink / raw
  To: gentoo-commits

commit:     287bedd9240a9cb43447ebf0d16d1eddad0a2feb
Author:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Tue Jan  9 14:52:16 2018 +0000
Commit:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Tue Jan  9 15:37:26 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=287bedd9

sci-visualization/qtiplot: Add linguas_* as local USE flags.

Package-Manager: Portage-2.3.19, Repoman-2.3.6

 sci-visualization/qtiplot/metadata.xml | 11 +++++++++++
 1 file changed, 11 insertions(+)

diff --git a/sci-visualization/qtiplot/metadata.xml b/sci-visualization/qtiplot/metadata.xml
index 4c7ab3c06f6..d4db0da9a89 100644
--- a/sci-visualization/qtiplot/metadata.xml
+++ b/sci-visualization/qtiplot/metadata.xml
@@ -12,4 +12,15 @@
 		spreadsheet data manipulation using column logic. Curve fitting and other
 		statistical tools are also available.
 	</longdescription>
+	<use>
+		<flag name="linguas_cs">Czech locale</flag>
+		<flag name="linguas_de">German locale</flag>
+		<flag name="linguas_es">Spanish locale</flag>
+		<flag name="linguas_fr">French locale</flag>
+		<flag name="linguas_ja">Japanese locale</flag>
+		<flag name="linguas_ro">Romanian locale</flag>
+		<flag name="linguas_ru">Russian locale</flag>
+		<flag name="linguas_sv">Swedish locale</flag>
+		<flag name="linguas_zh_CN">Chinese locale for China</flag>
+	</use>
 </pkgmetadata>


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

end of thread, other threads:[~2018-01-09 15:51 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-11-25 17:42 [gentoo-commits] repo/gentoo:master commit in: sci-visualization/qtiplot/ David Seifert
  -- strict thread matches above, loose matches on Subject: below --
2018-01-09 15:51 Ulrich Müller
2016-10-29 11:08 Michael Palimaka
2016-07-13 21:38 Michael Palimaka
2015-09-25 18:36 Justin Lecher

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