public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: sci-visualization/gwyddion/
@ 2016-01-13 18:29 Guilherme Amadio
  0 siblings, 0 replies; 29+ messages in thread
From: Guilherme Amadio @ 2016-01-13 18:29 UTC (permalink / raw
  To: gentoo-commits

commit:     0f23e5e245fff0bda02c6359814da3b0f9dd62c4
Author:     Guilherme Amadio <amadio <AT> gentoo <DOT> org>
AuthorDate: Wed Jan 13 18:29:08 2016 +0000
Commit:     Guilherme Amadio <amadio <AT> gentoo <DOT> org>
CommitDate: Wed Jan 13 18:29:31 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0f23e5e2

sci-visualization/gwyddion: version bump to 2.44 (bug #571604)

Package-Manager: portage-2.2.26

 sci-visualization/gwyddion/Manifest             |  1 +
 sci-visualization/gwyddion/gwyddion-2.44.ebuild | 90 +++++++++++++++++++++++++
 2 files changed, 91 insertions(+)

diff --git a/sci-visualization/gwyddion/Manifest b/sci-visualization/gwyddion/Manifest
index 16e036b..5d8336b 100644
--- a/sci-visualization/gwyddion/Manifest
+++ b/sci-visualization/gwyddion/Manifest
@@ -1 +1,2 @@
 DIST gwyddion-2.39.tar.xz 3130844 SHA256 f2346a706fa097e9186339f7e10b7837b20ce403b44bc7a85bc78b6b78a506d2 SHA512 5b9631c9eeb71a10d0be3533585eb61e8d27bc1147a1f3cf1ca333020271b579025ce752d302bd9474f1b3ed8c55ce679ac6a75bfb4a1093adef0727b824d435 WHIRLPOOL 90262b86d1bb01b6fdf5a67b447dc1177a523df368fbd040a87d7261e071844b86624dd6bb303c8a32302d16e5f7cb11e5f0744b2808e4f6d467cd27652efe23
+DIST gwyddion-2.44.tar.xz 3517624 SHA256 e7ee7545770a276e78fdff1b51e547d5d0ba39b94995da91e0d6797122b7eda5 SHA512 c80a0e4e9dde2f669763629d34dacc0015770c4704a10fc820f4d8e75b4f4275852162653f0c6c52674ed76162861af860de6741466d939066bfea3fb584d2ff WHIRLPOOL 56f78efb477da520a65473ce6be9eff88897198e8a80e5971a2280755fdc61925405c0a464572cf7887689746d140eefc855562569919bc17e057f472ac0b597

diff --git a/sci-visualization/gwyddion/gwyddion-2.44.ebuild b/sci-visualization/gwyddion/gwyddion-2.44.ebuild
new file mode 100644
index 0000000..94ca373
--- /dev/null
+++ b/sci-visualization/gwyddion/gwyddion-2.44.ebuild
@@ -0,0 +1,90 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+PYTHON_COMPAT=( python2_7 )
+AUTOTOOLS_IN_SOURCE_BUILD=1
+
+inherit autotools-utils fdo-mime gnome2-utils python-single-r1
+
+DESCRIPTION="Framework for Scanning Mode Microscopy data analysis"
+HOMEPAGE="http://gwyddion.net/"
+SRC_URI="http://gwyddion.net/download/${PV}/${P}.tar.xz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
+IUSE="doc fits fftw gnome kde nls opengl perl python ruby sourceview xml X"
+
+RDEPEND="
+	media-libs/libpng:0
+	x11-libs/cairo
+	x11-libs/gtk+:2
+	x11-libs/libXmu
+	x11-libs/pango
+	fits? ( sci-libs/cfitsio )
+	fftw? ( sci-libs/fftw:3.0 )
+	gnome? ( gnome-base/gconf:2 )
+	kde? ( kde-base/kdelibs:4 )
+	opengl? ( virtual/opengl x11-libs/gtkglext )
+	perl? ( dev-lang/perl )
+	python? (
+		${PYTHON_DEPS}
+		dev-python/pygtk:2[${PYTHON_USEDEP}]
+	)
+	ruby? ( dev-ruby/narray )
+	sourceview? ( x11-libs/gtksourceview:2.0 )
+	xml? ( dev-libs/libxml2:2 )"
+
+DEPEND="${RDEPEND}
+	virtual/pkgconfig
+	doc? ( dev-util/gtk-doc )
+"
+
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
+
+MAKEOPTS+=" V=1"
+
+pkg_setup() {
+	use python && python-single-r1_pkg_setup
+}
+
+src_configure() {
+	local myeconfargs=(
+		--disable-rpath
+		$(use_enable doc gtk-doc)
+		$(use_enable nls)
+		$(use_enable python pygwy)
+		$(use_enable fits cfitsio)
+		$(use_with perl)
+		$(use_with python)
+		$(use_with ruby)
+		$(use_with fftw fftw3)
+		$(use_with opengl gl) \
+		$(use_with sourceview gtksourceview)
+		$(use_with xml libxml2)
+		$(use_with X x)
+		$(use_with kde kde4-thumbnailer)
+	)
+	autotools-utils_src_configure
+}
+
+src_install() {
+	autotools-utils_src_install
+	use python && dodoc modules/pygwy/README.pygwy
+}
+
+pkg_postinst() {
+	use gnome && gnome2_gconf_install
+	fdo-mime_desktop_database_update
+}
+
+pkg_prerm() {
+	use gnome && gnome2_gconf_uninstall
+}
+
+pkg_postrm() {
+	fdo-mime_desktop_database_update
+}


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

* [gentoo-commits] repo/gentoo:master commit in: sci-visualization/gwyddion/
@ 2016-03-06 23:35 David Seifert
  0 siblings, 0 replies; 29+ messages in thread
From: David Seifert @ 2016-03-06 23:35 UTC (permalink / raw
  To: gentoo-commits

commit:     8ed17e7ff522dd8f8b3b916af5b28900c016578f
Author:     David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Sun Mar  6 23:29:42 2016 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Sun Mar  6 23:35:42 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8ed17e7f

sci-visualization/gwyddion: Remove multiple <use/> tags

Package-Manager: portage-2.2.27

 sci-visualization/gwyddion/metadata.xml | 10 ++++------
 1 file changed, 4 insertions(+), 6 deletions(-)

diff --git a/sci-visualization/gwyddion/metadata.xml b/sci-visualization/gwyddion/metadata.xml
index 7f9a3eb..9738783 100644
--- a/sci-visualization/gwyddion/metadata.xml
+++ b/sci-visualization/gwyddion/metadata.xml
@@ -14,12 +14,10 @@
 </longdescription>
   <use>
     <flag name="sourceview">
-    Enable support for <pkg>x11-libs/gtksourceview</pkg>
-  </flag>
-  </use>
-  <use>
+      Enable support for <pkg>x11-libs/gtksourceview</pkg>
+    </flag>
     <flag name="fits">
-    Enable FITS image import via <pkg>sci-libs/cfitsio</pkg>
-  </flag>
+      Enable FITS image import via <pkg>sci-libs/cfitsio</pkg>
+    </flag>
   </use>
 </pkgmetadata>


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

* [gentoo-commits] repo/gentoo:master commit in: sci-visualization/gwyddion/
@ 2017-02-02 20:29 Guilherme Amadio
  0 siblings, 0 replies; 29+ messages in thread
From: Guilherme Amadio @ 2017-02-02 20:29 UTC (permalink / raw
  To: gentoo-commits

commit:     bb6a0f0a0b28a53c60ea375c31e76db464e8ade8
Author:     Gerhard Bräunlich <wippbox <AT> gmx <DOT> net>
AuthorDate: Sun Jan 15 11:23:02 2017 +0000
Commit:     Guilherme Amadio <amadio <AT> gentoo <DOT> org>
CommitDate: Thu Feb  2 20:24:30 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bb6a0f0a

sci-visualization/gwyddion: Version bump to 2.47, EAPI bump 5 -> 6

Package-Manager: portage-2.3.0
Closes: https://github.com/gentoo/gentoo/pull/3688
Signed-off-by: Guilherme Amadio <amadio <AT> gentoo.org>

 sci-visualization/gwyddion/Manifest             |  1 +
 sci-visualization/gwyddion/gwyddion-2.47.ebuild | 85 +++++++++++++++++++++++++
 2 files changed, 86 insertions(+)

diff --git a/sci-visualization/gwyddion/Manifest b/sci-visualization/gwyddion/Manifest
index 0a88a1a..462d42c 100644
--- a/sci-visualization/gwyddion/Manifest
+++ b/sci-visualization/gwyddion/Manifest
@@ -1 +1,2 @@
 DIST gwyddion-2.44.tar.xz 3517624 SHA256 e7ee7545770a276e78fdff1b51e547d5d0ba39b94995da91e0d6797122b7eda5 SHA512 c80a0e4e9dde2f669763629d34dacc0015770c4704a10fc820f4d8e75b4f4275852162653f0c6c52674ed76162861af860de6741466d939066bfea3fb584d2ff WHIRLPOOL 56f78efb477da520a65473ce6be9eff88897198e8a80e5971a2280755fdc61925405c0a464572cf7887689746d140eefc855562569919bc17e057f472ac0b597
+DIST gwyddion-2.47.tar.xz 3974120 SHA256 e948abb3d281d49d3684e4c15d88c424dde11c71647bdbbba0a1d9fce74fa656 SHA512 a6bbda2d32ec013a9d6c7e2b6dbf2cef08d8f964099c0fda511bc92c16c943459f29d52f784a599466af65027aaae3aaeb1b79e56c40e39bc47019044eecd3e6 WHIRLPOOL a244f0ccb6e3ba7d53401df89c1a7279d6d21196c09b89da71a6a979c410f0b88a1f064da8c8a5d49629a7ef8d449ce2ec673e631bf486178f5435127ae8efdd

diff --git a/sci-visualization/gwyddion/gwyddion-2.47.ebuild b/sci-visualization/gwyddion/gwyddion-2.47.ebuild
new file mode 100644
index 00000000..502643d
--- /dev/null
+++ b/sci-visualization/gwyddion/gwyddion-2.47.ebuild
@@ -0,0 +1,85 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+PYTHON_COMPAT=( python2_7 )
+
+inherit fdo-mime gnome2-utils python-single-r1
+
+DESCRIPTION="Framework for Scanning Mode Microscopy data analysis"
+HOMEPAGE="http://gwyddion.net/"
+SRC_URI="http://gwyddion.net/download/${PV}/${P}.tar.xz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
+IUSE="doc fits fftw gnome kde nls opengl perl python ruby sourceview xml X"
+
+RDEPEND="
+	media-libs/libpng:0=
+	x11-libs/cairo
+	x11-libs/gtk+:2
+	x11-libs/libXmu
+	x11-libs/pango
+	fits? ( sci-libs/cfitsio )
+	fftw? ( sci-libs/fftw:3.0= )
+	gnome? ( gnome-base/gconf:2 )
+	kde? ( kde-frameworks/kdelibs:4 )
+	opengl? ( virtual/opengl x11-libs/gtkglext )
+	perl? ( dev-lang/perl:= )
+	python? (
+		${PYTHON_DEPS}
+		dev-python/pygtk:2[${PYTHON_USEDEP}]
+	)
+	ruby? ( dev-ruby/narray )
+	sourceview? ( x11-libs/gtksourceview:2.0 )
+	xml? ( dev-libs/libxml2:2 )"
+
+DEPEND="${RDEPEND}
+	virtual/pkgconfig
+	doc? ( dev-util/gtk-doc )
+"
+
+REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
+
+pkg_setup() {
+	use python && python-single-r1_pkg_setup
+}
+
+src_configure() {
+	econf \
+		--disable-rpath \
+		$(use_enable doc gtk-doc) \
+		$(use_enable nls) \
+		$(use_enable python pygwy) \
+		$(use_enable fits cfitsio) \
+		$(use_with perl) \
+		$(use_with python) \
+		$(use_with ruby) \
+		$(use_with fftw fftw3) \
+		$(use_with opengl gl) \
+		$(use_with sourceview gtksourceview) \
+		$(use_with xml libxml2) \
+		$(use_with X x) \
+		$(use_with kde kde4-thumbnailer)
+}
+
+src_install() {
+	default
+	use python && dodoc modules/pygwy/README.pygwy
+}
+
+pkg_postinst() {
+	use gnome && gnome2_gconf_install
+	fdo-mime_desktop_database_update
+}
+
+pkg_prerm() {
+	use gnome && gnome2_gconf_uninstall
+}
+
+pkg_postrm() {
+	fdo-mime_desktop_database_update
+}


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

* [gentoo-commits] repo/gentoo:master commit in: sci-visualization/gwyddion/
@ 2017-07-01 15:56 Andreas Sturmlechner
  0 siblings, 0 replies; 29+ messages in thread
From: Andreas Sturmlechner @ 2017-07-01 15:56 UTC (permalink / raw
  To: gentoo-commits

commit:     3dd42bafe44025543bb564354356ebfcba72645a
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sat Jul  1 14:55:21 2017 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sat Jul  1 15:56:33 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3dd42baf

sci-visualization/gwyddion: Drop USE=kde

It only builds obsolete kdelibs4-based thumbnailers.

Package-Manager: Portage-2.3.6, Repoman-2.3.1

 sci-visualization/gwyddion/gwyddion-2.44.ebuild | 7 +++----
 sci-visualization/gwyddion/gwyddion-2.47.ebuild | 7 +++----
 2 files changed, 6 insertions(+), 8 deletions(-)

diff --git a/sci-visualization/gwyddion/gwyddion-2.44.ebuild b/sci-visualization/gwyddion/gwyddion-2.44.ebuild
index 743ed36eb48..98103e3b4bb 100644
--- a/sci-visualization/gwyddion/gwyddion-2.44.ebuild
+++ b/sci-visualization/gwyddion/gwyddion-2.44.ebuild
@@ -15,7 +15,7 @@ SRC_URI="http://gwyddion.net/download/${PV}/${P}.tar.xz"
 LICENSE="GPL-2"
 SLOT="0"
 KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux"
-IUSE="doc fits fftw gnome kde nls opengl perl python ruby sourceview xml X"
+IUSE="doc fits fftw gnome nls opengl perl python ruby sourceview xml X"
 
 RDEPEND="
 	media-libs/libpng:0
@@ -26,7 +26,6 @@ RDEPEND="
 	fits? ( sci-libs/cfitsio )
 	fftw? ( sci-libs/fftw:3.0 )
 	gnome? ( gnome-base/gconf:2 )
-	kde? ( kde-frameworks/kdelibs:4 )
 	opengl? ( virtual/opengl x11-libs/gtkglext )
 	perl? ( dev-lang/perl )
 	python? (
@@ -53,6 +52,7 @@ pkg_setup() {
 src_configure() {
 	local myeconfargs=(
 		--disable-rpath
+		--without-kde4-thumbnailer
 		$(use_enable doc gtk-doc)
 		$(use_enable nls)
 		$(use_enable python pygwy)
@@ -61,11 +61,10 @@ src_configure() {
 		$(use_with python)
 		$(use_with ruby)
 		$(use_with fftw fftw3)
-		$(use_with opengl gl) \
+		$(use_with opengl gl)
 		$(use_with sourceview gtksourceview)
 		$(use_with xml libxml2)
 		$(use_with X x)
-		$(use_with kde kde4-thumbnailer)
 	)
 	autotools-utils_src_configure
 }

diff --git a/sci-visualization/gwyddion/gwyddion-2.47.ebuild b/sci-visualization/gwyddion/gwyddion-2.47.ebuild
index 0e8c461113e..cc4509980eb 100644
--- a/sci-visualization/gwyddion/gwyddion-2.47.ebuild
+++ b/sci-visualization/gwyddion/gwyddion-2.47.ebuild
@@ -14,7 +14,7 @@ SRC_URI="http://gwyddion.net/download/${PV}/${P}.tar.xz"
 LICENSE="GPL-2"
 SLOT="0"
 KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
-IUSE="doc fits fftw gnome kde nls opengl perl python ruby sourceview xml X"
+IUSE="doc fits fftw gnome nls opengl perl python ruby sourceview xml X"
 
 RDEPEND="
 	media-libs/libpng:0=
@@ -25,7 +25,6 @@ RDEPEND="
 	fits? ( sci-libs/cfitsio )
 	fftw? ( sci-libs/fftw:3.0= )
 	gnome? ( gnome-base/gconf:2 )
-	kde? ( kde-frameworks/kdelibs:4 )
 	opengl? ( virtual/opengl x11-libs/gtkglext )
 	perl? ( dev-lang/perl:= )
 	python? (
@@ -50,6 +49,7 @@ pkg_setup() {
 src_configure() {
 	econf \
 		--disable-rpath \
+		--without-kde4-thumbnailer \
 		$(use_enable doc gtk-doc) \
 		$(use_enable nls) \
 		$(use_enable python pygwy) \
@@ -61,8 +61,7 @@ src_configure() {
 		$(use_with opengl gl) \
 		$(use_with sourceview gtksourceview) \
 		$(use_with xml libxml2) \
-		$(use_with X x) \
-		$(use_with kde kde4-thumbnailer)
+		$(use_with X x)
 }
 
 src_install() {


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

* [gentoo-commits] repo/gentoo:master commit in: sci-visualization/gwyddion/
@ 2020-01-24  2:20 Andreas K. Hüttel
  0 siblings, 0 replies; 29+ messages in thread
From: Andreas K. Hüttel @ 2020-01-24  2:20 UTC (permalink / raw
  To: gentoo-commits

commit:     a96b770e4b0eb7888a2c34df51a96757b5fae357
Author:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Fri Jan 24 02:15:52 2020 +0000
Commit:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Fri Jan 24 02:19:50 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a96b770e

sci-visualization/gwyddion: Drop Phython (2) support

Package-Manager: Portage-2.3.85, Repoman-2.3.20
Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>

 ...wyddion-2.44.ebuild => gwyddion-2.44-r1.ebuild} | 18 ++++-----------
 ...wyddion-2.47.ebuild => gwyddion-2.47-r1.ebuild} | 27 ++++------------------
 2 files changed, 9 insertions(+), 36 deletions(-)

diff --git a/sci-visualization/gwyddion/gwyddion-2.44.ebuild b/sci-visualization/gwyddion/gwyddion-2.44-r1.ebuild
similarity index 78%
rename from sci-visualization/gwyddion/gwyddion-2.44.ebuild
rename to sci-visualization/gwyddion/gwyddion-2.44-r1.ebuild
index 98103e3b4bb..47c8b1ba085 100644
--- a/sci-visualization/gwyddion/gwyddion-2.44.ebuild
+++ b/sci-visualization/gwyddion/gwyddion-2.44-r1.ebuild
@@ -1,12 +1,11 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
 
-PYTHON_COMPAT=( python2_7 )
 AUTOTOOLS_IN_SOURCE_BUILD=1
 
-inherit autotools-utils fdo-mime gnome2-utils python-single-r1
+inherit autotools-utils fdo-mime gnome2-utils
 
 DESCRIPTION="Framework for Scanning Mode Microscopy data analysis"
 HOMEPAGE="http://gwyddion.net/"
@@ -15,7 +14,7 @@ SRC_URI="http://gwyddion.net/download/${PV}/${P}.tar.xz"
 LICENSE="GPL-2"
 SLOT="0"
 KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux"
-IUSE="doc fits fftw gnome nls opengl perl python ruby sourceview xml X"
+IUSE="doc fits fftw gnome nls opengl perl ruby sourceview xml X"
 
 RDEPEND="
 	media-libs/libpng:0
@@ -28,10 +27,6 @@ RDEPEND="
 	gnome? ( gnome-base/gconf:2 )
 	opengl? ( virtual/opengl x11-libs/gtkglext )
 	perl? ( dev-lang/perl )
-	python? (
-		${PYTHON_DEPS}
-		dev-python/pygtk:2[${PYTHON_USEDEP}]
-	)
 	ruby? ( dev-ruby/narray )
 	sourceview? ( x11-libs/gtksourceview:2.0 )
 	xml? ( dev-libs/libxml2:2 )"
@@ -45,10 +40,6 @@ REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 
 MAKEOPTS+=" V=1"
 
-pkg_setup() {
-	use python && python-single-r1_pkg_setup
-}
-
 src_configure() {
 	local myeconfargs=(
 		--disable-rpath
@@ -58,7 +49,7 @@ src_configure() {
 		$(use_enable python pygwy)
 		$(use_enable fits cfitsio)
 		$(use_with perl)
-		$(use_with python)
+		--without-python
 		$(use_with ruby)
 		$(use_with fftw fftw3)
 		$(use_with opengl gl)
@@ -71,7 +62,6 @@ src_configure() {
 
 src_install() {
 	autotools-utils_src_install
-	use python && dodoc modules/pygwy/README.pygwy
 }
 
 pkg_postinst() {

diff --git a/sci-visualization/gwyddion/gwyddion-2.47.ebuild b/sci-visualization/gwyddion/gwyddion-2.47-r1.ebuild
similarity index 72%
rename from sci-visualization/gwyddion/gwyddion-2.47.ebuild
rename to sci-visualization/gwyddion/gwyddion-2.47-r1.ebuild
index cc4509980eb..2ae4cecc209 100644
--- a/sci-visualization/gwyddion/gwyddion-2.47.ebuild
+++ b/sci-visualization/gwyddion/gwyddion-2.47-r1.ebuild
@@ -1,11 +1,9 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
 
-PYTHON_COMPAT=( python2_7 )
-
-inherit fdo-mime gnome2-utils python-single-r1
+inherit fdo-mime gnome2-utils
 
 DESCRIPTION="Framework for Scanning Mode Microscopy data analysis"
 HOMEPAGE="http://gwyddion.net/"
@@ -14,7 +12,7 @@ SRC_URI="http://gwyddion.net/download/${PV}/${P}.tar.xz"
 LICENSE="GPL-2"
 SLOT="0"
 KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
-IUSE="doc fits fftw gnome nls opengl perl python ruby sourceview xml X"
+IUSE="doc fits fftw gnome nls opengl perl ruby sourceview xml X"
 
 RDEPEND="
 	media-libs/libpng:0=
@@ -27,10 +25,6 @@ RDEPEND="
 	gnome? ( gnome-base/gconf:2 )
 	opengl? ( virtual/opengl x11-libs/gtkglext )
 	perl? ( dev-lang/perl:= )
-	python? (
-		${PYTHON_DEPS}
-		dev-python/pygtk:2[${PYTHON_USEDEP}]
-	)
 	ruby? ( dev-ruby/narray )
 	sourceview? ( x11-libs/gtksourceview:2.0 )
 	xml? ( dev-libs/libxml2:2 )"
@@ -40,22 +34,16 @@ DEPEND="${RDEPEND}
 	doc? ( dev-util/gtk-doc )
 "
 
-REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
-
-pkg_setup() {
-	use python && python-single-r1_pkg_setup
-}
-
 src_configure() {
 	econf \
 		--disable-rpath \
 		--without-kde4-thumbnailer \
 		$(use_enable doc gtk-doc) \
 		$(use_enable nls) \
-		$(use_enable python pygwy) \
+		--disable-pygwy \
 		$(use_enable fits cfitsio) \
 		$(use_with perl) \
-		$(use_with python) \
+		--without-python \
 		$(use_with ruby) \
 		$(use_with fftw fftw3) \
 		$(use_with opengl gl) \
@@ -64,11 +52,6 @@ src_configure() {
 		$(use_with X x)
 }
 
-src_install() {
-	default
-	use python && dodoc modules/pygwy/README.pygwy
-}
-
 pkg_postinst() {
 	use gnome && gnome2_gconf_install
 	fdo-mime_desktop_database_update


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

* [gentoo-commits] repo/gentoo:master commit in: sci-visualization/gwyddion/
@ 2020-01-24  2:20 Andreas K. Hüttel
  0 siblings, 0 replies; 29+ messages in thread
From: Andreas K. Hüttel @ 2020-01-24  2:20 UTC (permalink / raw
  To: gentoo-commits

commit:     c107ff4c9f84dda0117026c8980f941921541084
Author:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Fri Jan 24 02:17:01 2020 +0000
Commit:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Fri Jan 24 02:19:53 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c107ff4c

sci-visualization/gwyddion: Add myself to metadata

Package-Manager: Portage-2.3.85, Repoman-2.3.20
Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>

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

diff --git a/sci-visualization/gwyddion/metadata.xml b/sci-visualization/gwyddion/metadata.xml
index 97387838bbc..b4a33560f64 100644
--- a/sci-visualization/gwyddion/metadata.xml
+++ b/sci-visualization/gwyddion/metadata.xml
@@ -1,6 +1,10 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
+  <maintainer type="person">
+    <email>dilfridge@gentoo.org</email>
+    <name>Andreas K. Huettel</name>
+  </maintainer>
   <maintainer type="project">
     <email>sci@gentoo.org</email>
     <name>Gentoo Science Project</name>


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

* [gentoo-commits] repo/gentoo:master commit in: sci-visualization/gwyddion/
@ 2020-01-24 15:57 Agostino Sarubbo
  0 siblings, 0 replies; 29+ messages in thread
From: Agostino Sarubbo @ 2020-01-24 15:57 UTC (permalink / raw
  To: gentoo-commits

commit:     00a410b440b7bac06377192ce23ac3511849785a
Author:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Fri Jan 24 15:57:02 2020 +0000
Commit:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Fri Jan 24 15:57:02 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=00a410b4

sci-visualization/gwyddion: amd64 stable wrt bug #706220

Package-Manager: Portage-2.3.79, Repoman-2.3.16
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>

 sci-visualization/gwyddion/gwyddion-2.47-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sci-visualization/gwyddion/gwyddion-2.47-r1.ebuild b/sci-visualization/gwyddion/gwyddion-2.47-r1.ebuild
index d0ccf029613..d79ead6a58a 100644
--- a/sci-visualization/gwyddion/gwyddion-2.47-r1.ebuild
+++ b/sci-visualization/gwyddion/gwyddion-2.47-r1.ebuild
@@ -11,7 +11,7 @@ SRC_URI="http://gwyddion.net/download/${PV}/${P}.tar.xz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 ~x86 ~amd64-linux ~x86-linux"
 IUSE="doc fits fftw gnome nls opengl perl ruby sourceview xml X"
 
 RDEPEND="


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

* [gentoo-commits] repo/gentoo:master commit in: sci-visualization/gwyddion/
@ 2020-01-26  0:21 Andreas K. Hüttel
  0 siblings, 0 replies; 29+ messages in thread
From: Andreas K. Hüttel @ 2020-01-26  0:21 UTC (permalink / raw
  To: gentoo-commits

commit:     00c6e3b62b28d525f589f85d8649f832e229b70b
Author:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Sun Jan 26 00:19:47 2020 +0000
Commit:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Sun Jan 26 00:21:01 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=00c6e3b6

sci-visualization/gwyddion: Disable opengl to get rid of ancient dependency

Package-Manager: Portage-2.3.85, Repoman-2.3.20
Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>

 .../gwyddion/{gwyddion-2.55.ebuild => gwyddion-2.55-r1.ebuild}       | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/sci-visualization/gwyddion/gwyddion-2.55.ebuild b/sci-visualization/gwyddion/gwyddion-2.55-r1.ebuild
similarity index 91%
rename from sci-visualization/gwyddion/gwyddion-2.55.ebuild
rename to sci-visualization/gwyddion/gwyddion-2.55-r1.ebuild
index 38eb5f9eca4..7029da852fc 100644
--- a/sci-visualization/gwyddion/gwyddion-2.55.ebuild
+++ b/sci-visualization/gwyddion/gwyddion-2.55-r1.ebuild
@@ -12,7 +12,7 @@ SRC_URI="http://gwyddion.net/download/${PV}/${P}.tar.xz"
 LICENSE="GPL-2"
 SLOT="0"
 KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
-IUSE="doc fits gnome nls openexr opengl perl ruby sourceview xml X"
+IUSE="doc fits gnome nls openexr perl ruby sourceview xml X"
 
 RDEPEND="
 	>=dev-libs/glib-2.32
@@ -26,7 +26,6 @@ RDEPEND="
 	fits? ( sci-libs/cfitsio )
 	gnome? ( gnome-base/gconf:2 )
 	openexr? ( media-libs/openexr:= )
-	opengl? ( virtual/opengl x11-libs/gtkglext )
 	perl? ( dev-lang/perl:= )
 	ruby? ( dev-ruby/narray )
 	sourceview? ( x11-libs/gtksourceview:2.0 )
@@ -57,7 +56,7 @@ src_configure() {
 		$(use_with perl) \
 		--without-python \
 		$(use_with ruby) \
-		$(use_with opengl gl) \
+		--without-gl \
 		$(use_with openexr exr) \
 		$(use_with sourceview gtksourceview) \
 		$(use_with xml libxml2) \


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

* [gentoo-commits] repo/gentoo:master commit in: sci-visualization/gwyddion/
@ 2020-01-27 13:46 Agostino Sarubbo
  0 siblings, 0 replies; 29+ messages in thread
From: Agostino Sarubbo @ 2020-01-27 13:46 UTC (permalink / raw
  To: gentoo-commits

commit:     9e6883f9e2acbebb5bba1813b07e419b7885d0a2
Author:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Mon Jan 27 13:46:19 2020 +0000
Commit:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Mon Jan 27 13:46:19 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9e6883f9

sci-visualization/gwyddion: x86 stable wrt bug #706220

Package-Manager: Portage-2.3.84, Repoman-2.3.20
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>

 sci-visualization/gwyddion/gwyddion-2.47-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sci-visualization/gwyddion/gwyddion-2.47-r1.ebuild b/sci-visualization/gwyddion/gwyddion-2.47-r1.ebuild
index d79ead6a58a..1e7286e2d11 100644
--- a/sci-visualization/gwyddion/gwyddion-2.47-r1.ebuild
+++ b/sci-visualization/gwyddion/gwyddion-2.47-r1.ebuild
@@ -11,7 +11,7 @@ SRC_URI="http://gwyddion.net/download/${PV}/${P}.tar.xz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux"
 IUSE="doc fits fftw gnome nls opengl perl ruby sourceview xml X"
 
 RDEPEND="


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

* [gentoo-commits] repo/gentoo:master commit in: sci-visualization/gwyddion/
@ 2020-01-28  0:12 Andreas K. Hüttel
  0 siblings, 0 replies; 29+ messages in thread
From: Andreas K. Hüttel @ 2020-01-28  0:12 UTC (permalink / raw
  To: gentoo-commits

commit:     9047974e9efd64ae8eceede0b21992ad751616bb
Author:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Tue Jan 28 00:12:10 2020 +0000
Commit:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Tue Jan 28 00:12:10 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9047974e

sci-visualization/gwyddion: Remove old

Package-Manager: Portage-2.3.85, Repoman-2.3.20
Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>

 sci-visualization/gwyddion/Manifest                |  1 -
 sci-visualization/gwyddion/gwyddion-2.44-r1.ebuild | 78 ----------------------
 2 files changed, 79 deletions(-)

diff --git a/sci-visualization/gwyddion/Manifest b/sci-visualization/gwyddion/Manifest
index 703a0064d39..344cbeac8b5 100644
--- a/sci-visualization/gwyddion/Manifest
+++ b/sci-visualization/gwyddion/Manifest
@@ -1,3 +1,2 @@
-DIST gwyddion-2.44.tar.xz 3517624 BLAKE2B c32dd33e2fe6c6a09062807db1a25fd54d3becc12bb806a21572f992429cc52a2180221c5627ab49d44f24c13f9928e3825c1b833adff1523d0caa092829ecf7 SHA512 c80a0e4e9dde2f669763629d34dacc0015770c4704a10fc820f4d8e75b4f4275852162653f0c6c52674ed76162861af860de6741466d939066bfea3fb584d2ff
 DIST gwyddion-2.47.tar.xz 3974120 BLAKE2B c9a0241fe509a2f067c16f77d2b02885505d47c3ba0f25a44449e0d5ad05ce8596784392d8f1265823577aeebbab7ad9c96a39625b01bf11da3cebeb1c6453cc SHA512 a6bbda2d32ec013a9d6c7e2b6dbf2cef08d8f964099c0fda511bc92c16c943459f29d52f784a599466af65027aaae3aaeb1b79e56c40e39bc47019044eecd3e6
 DIST gwyddion-2.55.tar.xz 4607560 BLAKE2B 30489d980d3feb6986be4041b59c847673ee589674d5913b4508f28f072eb2f570b98f0b1be01dcf6e1d45e86607582967fd83fe3c859172fcdef3c7bffae741 SHA512 680c33b1f7d36de31274869e7f0af9c06030e04779d6b59f06860ae3f47db4ad45bbf3ee2219bb7b6c01807a807aeafa4f5d0aefe20601e0dda1011acf59fc8e

diff --git a/sci-visualization/gwyddion/gwyddion-2.44-r1.ebuild b/sci-visualization/gwyddion/gwyddion-2.44-r1.ebuild
deleted file mode 100644
index 47c8b1ba085..00000000000
--- a/sci-visualization/gwyddion/gwyddion-2.44-r1.ebuild
+++ /dev/null
@@ -1,78 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-AUTOTOOLS_IN_SOURCE_BUILD=1
-
-inherit autotools-utils fdo-mime gnome2-utils
-
-DESCRIPTION="Framework for Scanning Mode Microscopy data analysis"
-HOMEPAGE="http://gwyddion.net/"
-SRC_URI="http://gwyddion.net/download/${PV}/${P}.tar.xz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux"
-IUSE="doc fits fftw gnome nls opengl perl ruby sourceview xml X"
-
-RDEPEND="
-	media-libs/libpng:0
-	x11-libs/cairo
-	x11-libs/gtk+:2
-	x11-libs/libXmu
-	x11-libs/pango
-	fits? ( sci-libs/cfitsio )
-	fftw? ( sci-libs/fftw:3.0 )
-	gnome? ( gnome-base/gconf:2 )
-	opengl? ( virtual/opengl x11-libs/gtkglext )
-	perl? ( dev-lang/perl )
-	ruby? ( dev-ruby/narray )
-	sourceview? ( x11-libs/gtksourceview:2.0 )
-	xml? ( dev-libs/libxml2:2 )"
-
-DEPEND="${RDEPEND}
-	virtual/pkgconfig
-	doc? ( dev-util/gtk-doc )
-"
-
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-
-MAKEOPTS+=" V=1"
-
-src_configure() {
-	local myeconfargs=(
-		--disable-rpath
-		--without-kde4-thumbnailer
-		$(use_enable doc gtk-doc)
-		$(use_enable nls)
-		$(use_enable python pygwy)
-		$(use_enable fits cfitsio)
-		$(use_with perl)
-		--without-python
-		$(use_with ruby)
-		$(use_with fftw fftw3)
-		$(use_with opengl gl)
-		$(use_with sourceview gtksourceview)
-		$(use_with xml libxml2)
-		$(use_with X x)
-	)
-	autotools-utils_src_configure
-}
-
-src_install() {
-	autotools-utils_src_install
-}
-
-pkg_postinst() {
-	use gnome && gnome2_gconf_install
-	fdo-mime_desktop_database_update
-}
-
-pkg_prerm() {
-	use gnome && gnome2_gconf_uninstall
-}
-
-pkg_postrm() {
-	fdo-mime_desktop_database_update
-}


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

* [gentoo-commits] repo/gentoo:master commit in: sci-visualization/gwyddion/
@ 2020-02-23 12:22 Mikle Kolyada
  0 siblings, 0 replies; 29+ messages in thread
From: Mikle Kolyada @ 2020-02-23 12:22 UTC (permalink / raw
  To: gentoo-commits

commit:     7a05f8bef482a2521168f366e36945996be0f09a
Author:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Sun Feb 23 12:20:36 2020 +0000
Commit:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Sun Feb 23 12:20:36 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7a05f8be

sci-visualization/gwyddion: amd64 stable wrt bug #710156

Package-Manager: Portage-2.3.84, Repoman-2.3.20
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org>

 sci-visualization/gwyddion/gwyddion-2.55-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sci-visualization/gwyddion/gwyddion-2.55-r2.ebuild b/sci-visualization/gwyddion/gwyddion-2.55-r2.ebuild
index af6b4601506..a6fec219750 100644
--- a/sci-visualization/gwyddion/gwyddion-2.55-r2.ebuild
+++ b/sci-visualization/gwyddion/gwyddion-2.55-r2.ebuild
@@ -11,7 +11,7 @@ SRC_URI="http://gwyddion.net/download/${PV}/${P}.tar.xz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 ~x86 ~amd64-linux ~x86-linux"
 IUSE="doc fits gnome nls openexr perl ruby sourceview xml X"
 
 RDEPEND="


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

* [gentoo-commits] repo/gentoo:master commit in: sci-visualization/gwyddion/
@ 2020-02-24 12:58 Agostino Sarubbo
  0 siblings, 0 replies; 29+ messages in thread
From: Agostino Sarubbo @ 2020-02-24 12:58 UTC (permalink / raw
  To: gentoo-commits

commit:     b164b287fff409024742b2a39af3413d1fd9f642
Author:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Mon Feb 24 12:58:34 2020 +0000
Commit:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Mon Feb 24 12:58:34 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b164b287

sci-visualization/gwyddion: x86 stable wrt bug #710156

Package-Manager: Portage-2.3.84, Repoman-2.3.20
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>

 sci-visualization/gwyddion/gwyddion-2.55-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sci-visualization/gwyddion/gwyddion-2.55-r2.ebuild b/sci-visualization/gwyddion/gwyddion-2.55-r2.ebuild
index a6fec219750..81eb34a955a 100644
--- a/sci-visualization/gwyddion/gwyddion-2.55-r2.ebuild
+++ b/sci-visualization/gwyddion/gwyddion-2.55-r2.ebuild
@@ -11,7 +11,7 @@ SRC_URI="http://gwyddion.net/download/${PV}/${P}.tar.xz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux"
 IUSE="doc fits gnome nls openexr perl ruby sourceview xml X"
 
 RDEPEND="


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

* [gentoo-commits] repo/gentoo:master commit in: sci-visualization/gwyddion/
@ 2020-03-08 11:15 Andreas K. Hüttel
  0 siblings, 0 replies; 29+ messages in thread
From: Andreas K. Hüttel @ 2020-03-08 11:15 UTC (permalink / raw
  To: gentoo-commits

commit:     f9d09c480f9c48cdf2895bdd67a4218651b2bb58
Author:     Andreas K. Huettel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Sun Mar  8 11:13:55 2020 +0000
Commit:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Sun Mar  8 11:14:36 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f9d09c48

sci-visualization/gwyddion: Temporarily require gtk-doc, bug 710664

We use maintainer mode here anyway, just if gtk-doc isnt installed the
xml file is not regenerated... Hope there's a new release soon.

Closes: https://bugs.gentoo.org/710664
Package-Manager: Portage-2.3.89, Repoman-2.3.20
Signed-off-by: Andreas K. Huettel <dilfridge <AT> gentoo.org>

 .../gwyddion/{gwyddion-2.55-r2.ebuild => gwyddion-2.55-r3.ebuild}     | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/sci-visualization/gwyddion/gwyddion-2.55-r2.ebuild b/sci-visualization/gwyddion/gwyddion-2.55-r3.ebuild
similarity index 93%
rename from sci-visualization/gwyddion/gwyddion-2.55-r2.ebuild
rename to sci-visualization/gwyddion/gwyddion-2.55-r3.ebuild
index 81eb34a955a..24019e1a9a6 100644
--- a/sci-visualization/gwyddion/gwyddion-2.55-r2.ebuild
+++ b/sci-visualization/gwyddion/gwyddion-2.55-r3.ebuild
@@ -33,8 +33,10 @@ RDEPEND="
 
 DEPEND="${RDEPEND}
 	virtual/pkgconfig
-	doc? ( dev-util/gtk-doc )
+	dev-util/gtk-doc
 "
+# gtk-doc usually only needed for doc useflag, but our
+# mime patch requires it...
 
 PATCHES=(
 	"${FILESDIR}/${PN}-2.55-automagic.patch"


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

* [gentoo-commits] repo/gentoo:master commit in: sci-visualization/gwyddion/
@ 2020-03-09  8:45 Andreas K. Hüttel
  0 siblings, 0 replies; 29+ messages in thread
From: Andreas K. Hüttel @ 2020-03-09  8:45 UTC (permalink / raw
  To: gentoo-commits

commit:     5628be95760b5ce7f44393e7fff36483b9392ac5
Author:     Andreas K. Huettel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Mon Mar  9 08:21:44 2020 +0000
Commit:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Mon Mar  9 08:41:23 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5628be95

Revert "sci-visualization/gwyddion: Temporarily require gtk-doc, bug 710664"

Didn't work properly.
This reverts commit f9d09c480f9c48cdf2895bdd67a4218651b2bb58.

Signed-off-by: Andreas K. Huettel <dilfridge <AT> gentoo.org>

 .../gwyddion/{gwyddion-2.55-r3.ebuild => gwyddion-2.55-r2.ebuild}     | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/sci-visualization/gwyddion/gwyddion-2.55-r3.ebuild b/sci-visualization/gwyddion/gwyddion-2.55-r2.ebuild
similarity index 93%
rename from sci-visualization/gwyddion/gwyddion-2.55-r3.ebuild
rename to sci-visualization/gwyddion/gwyddion-2.55-r2.ebuild
index 24019e1a9a6..81eb34a955a 100644
--- a/sci-visualization/gwyddion/gwyddion-2.55-r3.ebuild
+++ b/sci-visualization/gwyddion/gwyddion-2.55-r2.ebuild
@@ -33,10 +33,8 @@ RDEPEND="
 
 DEPEND="${RDEPEND}
 	virtual/pkgconfig
-	dev-util/gtk-doc
+	doc? ( dev-util/gtk-doc )
 "
-# gtk-doc usually only needed for doc useflag, but our
-# mime patch requires it...
 
 PATCHES=(
 	"${FILESDIR}/${PN}-2.55-automagic.patch"


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

* [gentoo-commits] repo/gentoo:master commit in: sci-visualization/gwyddion/
@ 2020-10-09 20:01 Andreas K. Hüttel
  0 siblings, 0 replies; 29+ messages in thread
From: Andreas K. Hüttel @ 2020-10-09 20:01 UTC (permalink / raw
  To: gentoo-commits

commit:     7be55bd5591fd63574068471409914b18e401909
Author:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Fri Oct  9 20:01:18 2020 +0000
Commit:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Fri Oct  9 20:01:39 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7be55bd5

sci-visualization/gwyddion: Add gtk-doc related hack

This works around a mismatch between the ages-old m4 file
delivered with gwyddion and the newer one installed by
gtkdocize during eautoreconf ...

Closes: https://bugs.gentoo.org/741840
Package-Manager: Portage-3.0.4, Repoman-3.0.1
Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>

 sci-visualization/gwyddion/gwyddion-2.56.ebuild | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/sci-visualization/gwyddion/gwyddion-2.56.ebuild b/sci-visualization/gwyddion/gwyddion-2.56.ebuild
index de98686272c..85f881ab3d1 100644
--- a/sci-visualization/gwyddion/gwyddion-2.56.ebuild
+++ b/sci-visualization/gwyddion/gwyddion-2.56.ebuild
@@ -47,6 +47,9 @@ src_prepare() {
 }
 
 src_configure() {
+	# hack for bug 741840
+	use doc && export GTK_DOC_PATH=/usr/share/gtk-doc
+
 	econf \
 		--disable-rpath \
 		--without-kde4-thumbnailer \


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

* [gentoo-commits] repo/gentoo:master commit in: sci-visualization/gwyddion/
@ 2021-03-01 17:18 Thomas Deutschmann
  0 siblings, 0 replies; 29+ messages in thread
From: Thomas Deutschmann @ 2021-03-01 17:18 UTC (permalink / raw
  To: gentoo-commits

commit:     dd28efd10882da29c980de7841a55b6a365e1e09
Author:     Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
AuthorDate: Mon Mar  1 17:14:55 2021 +0000
Commit:     Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
CommitDate: Mon Mar  1 17:14:55 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dd28efd1

sci-visualization/gwyddion: x86 stable (bug #771342)

Package-Manager: Portage-3.0.16, Repoman-3.0.2
Signed-off-by: Thomas Deutschmann <whissi <AT> gentoo.org>

 sci-visualization/gwyddion/gwyddion-2.56.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/sci-visualization/gwyddion/gwyddion-2.56.ebuild b/sci-visualization/gwyddion/gwyddion-2.56.ebuild
index 85f881ab3d1..a272ce82df1 100644
--- a/sci-visualization/gwyddion/gwyddion-2.56.ebuild
+++ b/sci-visualization/gwyddion/gwyddion-2.56.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -11,7 +11,7 @@ SRC_URI="http://gwyddion.net/download/${PV}/${P}.tar.xz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~amd64 x86 ~amd64-linux ~x86-linux"
 IUSE="doc fits gnome hdf5 nls openexr perl ruby sourceview xml X"
 
 RDEPEND="


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

* [gentoo-commits] repo/gentoo:master commit in: sci-visualization/gwyddion/
@ 2021-03-01 23:42 Sam James
  0 siblings, 0 replies; 29+ messages in thread
From: Sam James @ 2021-03-01 23:42 UTC (permalink / raw
  To: gentoo-commits

commit:     482d5c1efc5cfeaba3153312e22ede821e274da7
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Mar  1 23:42:37 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Mar  1 23:42:37 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=482d5c1e

sci-visualization/gwyddion: Stabilize 2.56 amd64, #771342

Signed-off-by: Sam James <sam <AT> gentoo.org>

 sci-visualization/gwyddion/gwyddion-2.56.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sci-visualization/gwyddion/gwyddion-2.56.ebuild b/sci-visualization/gwyddion/gwyddion-2.56.ebuild
index a272ce82df1..2a71870ce0e 100644
--- a/sci-visualization/gwyddion/gwyddion-2.56.ebuild
+++ b/sci-visualization/gwyddion/gwyddion-2.56.ebuild
@@ -11,7 +11,7 @@ SRC_URI="http://gwyddion.net/download/${PV}/${P}.tar.xz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux"
 IUSE="doc fits gnome hdf5 nls openexr perl ruby sourceview xml X"
 
 RDEPEND="


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

* [gentoo-commits] repo/gentoo:master commit in: sci-visualization/gwyddion/
@ 2022-03-28 19:38 Andrew Ammerlaan
  0 siblings, 0 replies; 29+ messages in thread
From: Andrew Ammerlaan @ 2022-03-28 19:38 UTC (permalink / raw
  To: gentoo-commits

commit:     d8374fa58bdbe72c9bbaebd35cbef13520fd8163
Author:     Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
AuthorDate: Mon Mar 28 19:38:01 2022 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
CommitDate: Mon Mar 28 19:38:01 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d8374fa5

sci-visualization/gwyddion: add missing use_with jannson

Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> gentoo.org>

 sci-visualization/gwyddion/gwyddion-2.60.ebuild | 1 +
 1 file changed, 1 insertion(+)

diff --git a/sci-visualization/gwyddion/gwyddion-2.60.ebuild b/sci-visualization/gwyddion/gwyddion-2.60.ebuild
index ff875e5ab41d..4680d9f429f2 100644
--- a/sci-visualization/gwyddion/gwyddion-2.60.ebuild
+++ b/sci-visualization/gwyddion/gwyddion-2.60.ebuild
@@ -70,6 +70,7 @@ src_configure() {
 		$(use_with bzip2) \
 		$(use_with fits cfitsio) \
 		$(use_with hdf5) \
+		$(use_with jansson) \
 		$(use_with perl) \
 		$(use_with ruby) \
 		$(use_with openexr exr) \


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

* [gentoo-commits] repo/gentoo:master commit in: sci-visualization/gwyddion/
@ 2022-06-13 11:52 Andrew Ammerlaan
  0 siblings, 0 replies; 29+ messages in thread
From: Andrew Ammerlaan @ 2022-06-13 11:52 UTC (permalink / raw
  To: gentoo-commits

commit:     0db95041b8c4308c98ccef49af0faf21e59477b8
Author:     Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
AuthorDate: Mon Jun 13 11:51:55 2022 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
CommitDate: Mon Jun 13 11:52:16 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0db95041

sci-visualization/gwyddion: add 2.61

Bug: https://bugs.gentoo.org/851663
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> gentoo.org>

 sci-visualization/gwyddion/Manifest             |  1 +
 sci-visualization/gwyddion/gwyddion-2.61.ebuild | 89 +++++++++++++++++++++++++
 2 files changed, 90 insertions(+)

diff --git a/sci-visualization/gwyddion/Manifest b/sci-visualization/gwyddion/Manifest
index 17b49326cbea..707291aef688 100644
--- a/sci-visualization/gwyddion/Manifest
+++ b/sci-visualization/gwyddion/Manifest
@@ -1,2 +1,3 @@
 DIST gwyddion-2.56.tar.xz 4645620 BLAKE2B f4f2ce2bf119a24c3e1919b14db409a81ad286ef2242918f356d2b4c56b498f41cbafa03a136eac5d87b4905529e06982694f19bdf30933454e94d34526962c3 SHA512 cf4a40367ea5b0a671c5df70123ef93f6aecc25322af7eb05e4f32d40e54d9b0d48ddd1df9f2589c468eb511ada3f3ef409603c1513de33ba2482078a9415eae
 DIST gwyddion-2.60.tar.xz 4973404 BLAKE2B 6ded40f34bfcd70db2e897abc1f07b070aca78e08c90661ee4fe281d19f16337ca81b5a4e2adaeb29e1870e8194eb77976910a54248842c8474864065d64defd SHA512 e568df77ef580aaedfcdd1f746a78f3ca93676a07a331fc6e70f997780bb403d1c3967aa93440c7fa1f010bd01f5376700c869a38dacaf1f98b075c4c950cf54
+DIST gwyddion-2.61.tar.xz 4982092 BLAKE2B e4949558c52d2a6e97415b65e6816061c117868bdd2f39b341c3f740500f71dd38500323a389058b65f9c30feb9d5fd1e93bc29881b464cdb66981639fe280ed SHA512 c2fff49d52e4c439bf96e68be3534948c1fd48ade9b1e59e2d2d7d607170b5e7ce09e9cde3873ecca526de1561b028f39785dc363186f9f3d4ef0d259d313675

diff --git a/sci-visualization/gwyddion/gwyddion-2.61.ebuild b/sci-visualization/gwyddion/gwyddion-2.61.ebuild
new file mode 100644
index 000000000000..7a324f0066a3
--- /dev/null
+++ b/sci-visualization/gwyddion/gwyddion-2.61.ebuild
@@ -0,0 +1,89 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit autotools xdg
+
+DESCRIPTION="Framework for Scanning Mode Microscopy data analysis"
+HOMEPAGE="http://gwyddion.net/"
+SRC_URI="http://gwyddion.net/download/${PV}/${P}.tar.xz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
+IUSE="bzip2 doc fits jansson hdf5 nls openexr openmp perl ruby sourceview unique xml X zlib"
+
+RDEPEND="
+	>=dev-libs/glib-2.32
+	dev-libs/libzip
+	media-libs/libpng:0=
+	>=sci-libs/fftw-3.1:3.0=[openmp?]
+	virtual/libiconv
+	virtual/libintl
+	x11-libs/cairo
+	>=x11-libs/gtk+-2.18:2
+	x11-libs/libXmu
+	x11-libs/pango
+	bzip2? ( app-arch/bzip2 )
+	fits? ( sci-libs/cfitsio[bzip2?] )
+	jansson? ( dev-libs/jansson )
+	hdf5? ( sci-libs/hdf5[zlib?] )
+	openexr? ( media-libs/openexr:= )
+	perl? ( dev-lang/perl:= )
+	ruby? ( dev-ruby/narray )
+	unique? ( dev-libs/libunique:3 )
+	sourceview? ( x11-libs/gtksourceview:2.0 )
+	xml? ( dev-libs/libxml2:2 )
+	zlib? ( sys-libs/zlib )
+"
+
+DEPEND="${RDEPEND}"
+BDEPEND="
+	virtual/pkgconfig
+	doc? ( dev-util/gtk-doc )
+"
+
+PATCHES=(
+	"${FILESDIR}/${PN}-2.60-automagic.patch"
+)
+
+src_prepare() {
+	default
+	eautoreconf
+}
+
+# There are python bindings (--enable-pygwy) but they are py2 only
+# 3D opengl rendering requires deprecated GTK-2 x11-libs/gtkglext
+src_configure() {
+	# hack for bug 741840
+	use doc && export GTK_DOC_PATH=/usr/share/gtk-doc
+
+	econf \
+		--disable-rpath \
+		--without-kde4-thumbnailer \
+		$(use_enable doc gtk-doc) \
+		$(use_enable openmp) \
+		$(use_enable nls) \
+		--disable-pygwy \
+		--without-python \
+		$(use_with bzip2) \
+		$(use_with fits cfitsio) \
+		$(use_with hdf5) \
+		$(use_with jansson) \
+		$(use_with perl) \
+		$(use_with ruby) \
+		$(use_with openexr exr) \
+		--without-gl \
+		$(use_with sourceview gtksourceview) \
+		$(use_with unique) \
+		$(use_with xml libxml2) \
+		$(use_with X x) \
+		$(use_with zlib) \
+		--with-zip=libzip
+}
+
+src_install() {
+	default
+	find "${ED}" -type f -name "*.la" -delete || die
+}


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

* [gentoo-commits] repo/gentoo:master commit in: sci-visualization/gwyddion/
@ 2022-06-13 21:00 Jakov Smolić
  0 siblings, 0 replies; 29+ messages in thread
From: Jakov Smolić @ 2022-06-13 21:00 UTC (permalink / raw
  To: gentoo-commits

commit:     19e1c9dd3a5192f760822751d7b2b18c967665a2
Author:     Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
AuthorDate: Mon Jun 13 21:00:20 2022 +0000
Commit:     Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
CommitDate: Mon Jun 13 21:00:20 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=19e1c9dd

sci-visualization/gwyddion: Stabilize 2.60 amd64, #851699

Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org>

 sci-visualization/gwyddion/gwyddion-2.60.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sci-visualization/gwyddion/gwyddion-2.60.ebuild b/sci-visualization/gwyddion/gwyddion-2.60.ebuild
index 4680d9f429f2..16fe367e2ff1 100644
--- a/sci-visualization/gwyddion/gwyddion-2.60.ebuild
+++ b/sci-visualization/gwyddion/gwyddion-2.60.ebuild
@@ -11,7 +11,7 @@ SRC_URI="http://gwyddion.net/download/${PV}/${P}.tar.xz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 ~x86 ~amd64-linux ~x86-linux"
 IUSE="bzip2 doc fits jansson hdf5 nls openexr openmp perl ruby sourceview unique xml X zlib"
 
 RDEPEND="


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

* [gentoo-commits] repo/gentoo:master commit in: sci-visualization/gwyddion/
@ 2022-06-13 21:23 Sam James
  0 siblings, 0 replies; 29+ messages in thread
From: Sam James @ 2022-06-13 21:23 UTC (permalink / raw
  To: gentoo-commits

commit:     2a11f914a51d594cd24ee8e5508777dcf8d1c7ce
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Jun 13 21:23:00 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Jun 13 21:23:00 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2a11f914

sci-visualization/gwyddion: Stabilize 2.60 x86, #851699

Signed-off-by: Sam James <sam <AT> gentoo.org>

 sci-visualization/gwyddion/gwyddion-2.60.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sci-visualization/gwyddion/gwyddion-2.60.ebuild b/sci-visualization/gwyddion/gwyddion-2.60.ebuild
index 16fe367e2ff1..1b65cd80be57 100644
--- a/sci-visualization/gwyddion/gwyddion-2.60.ebuild
+++ b/sci-visualization/gwyddion/gwyddion-2.60.ebuild
@@ -11,7 +11,7 @@ SRC_URI="http://gwyddion.net/download/${PV}/${P}.tar.xz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux"
 IUSE="bzip2 doc fits jansson hdf5 nls openexr openmp perl ruby sourceview unique xml X zlib"
 
 RDEPEND="


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

* [gentoo-commits] repo/gentoo:master commit in: sci-visualization/gwyddion/
@ 2023-03-04  8:44 Arthur Zamarin
  0 siblings, 0 replies; 29+ messages in thread
From: Arthur Zamarin @ 2023-03-04  8:44 UTC (permalink / raw
  To: gentoo-commits

commit:     739bf507833706f687bd35bf285ada281791879e
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Sat Mar  4 08:44:39 2023 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sat Mar  4 08:44:39 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=739bf507

sci-visualization/gwyddion: Stabilize 2.61 x86, #899458

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 sci-visualization/gwyddion/gwyddion-2.61.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/sci-visualization/gwyddion/gwyddion-2.61.ebuild b/sci-visualization/gwyddion/gwyddion-2.61.ebuild
index 7a324f0066a3..a885c4952fc4 100644
--- a/sci-visualization/gwyddion/gwyddion-2.61.ebuild
+++ b/sci-visualization/gwyddion/gwyddion-2.61.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -11,7 +11,7 @@ SRC_URI="http://gwyddion.net/download/${PV}/${P}.tar.xz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~amd64 x86 ~amd64-linux ~x86-linux"
 IUSE="bzip2 doc fits jansson hdf5 nls openexr openmp perl ruby sourceview unique xml X zlib"
 
 RDEPEND="


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

* [gentoo-commits] repo/gentoo:master commit in: sci-visualization/gwyddion/
@ 2023-03-07 11:42 Sam James
  0 siblings, 0 replies; 29+ messages in thread
From: Sam James @ 2023-03-07 11:42 UTC (permalink / raw
  To: gentoo-commits

commit:     b8a3840dda3a3e330667a4977cf174491604f72f
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Mar  7 11:40:35 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Mar  7 11:40:35 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b8a3840d

sci-visualization/gwyddion: Stabilize 2.61 amd64, #899458

Signed-off-by: Sam James <sam <AT> gentoo.org>

 sci-visualization/gwyddion/gwyddion-2.61.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sci-visualization/gwyddion/gwyddion-2.61.ebuild b/sci-visualization/gwyddion/gwyddion-2.61.ebuild
index a885c4952fc4..13072246764f 100644
--- a/sci-visualization/gwyddion/gwyddion-2.61.ebuild
+++ b/sci-visualization/gwyddion/gwyddion-2.61.ebuild
@@ -11,7 +11,7 @@ SRC_URI="http://gwyddion.net/download/${PV}/${P}.tar.xz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux"
 IUSE="bzip2 doc fits jansson hdf5 nls openexr openmp perl ruby sourceview unique xml X zlib"
 
 RDEPEND="


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

* [gentoo-commits] repo/gentoo:master commit in: sci-visualization/gwyddion/
@ 2023-04-03 20:39 Andreas K. Hüttel
  0 siblings, 0 replies; 29+ messages in thread
From: Andreas K. Hüttel @ 2023-04-03 20:39 UTC (permalink / raw
  To: gentoo-commits

commit:     4396bae370c0b392ec4471685e2baf6da47f8f6c
Author:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Mon Apr  3 20:39:07 2023 +0000
Commit:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Mon Apr  3 20:39:07 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4396bae3

sci-visualization/gwyddion: drop 2.60

Closes: https://bugs.gentoo.org/851663
Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>

 sci-visualization/gwyddion/Manifest             |  1 -
 sci-visualization/gwyddion/gwyddion-2.60.ebuild | 84 -------------------------
 2 files changed, 85 deletions(-)

diff --git a/sci-visualization/gwyddion/Manifest b/sci-visualization/gwyddion/Manifest
index f0a82e062181..140a0b49ce44 100644
--- a/sci-visualization/gwyddion/Manifest
+++ b/sci-visualization/gwyddion/Manifest
@@ -1,2 +1 @@
-DIST gwyddion-2.60.tar.xz 4973404 BLAKE2B 6ded40f34bfcd70db2e897abc1f07b070aca78e08c90661ee4fe281d19f16337ca81b5a4e2adaeb29e1870e8194eb77976910a54248842c8474864065d64defd SHA512 e568df77ef580aaedfcdd1f746a78f3ca93676a07a331fc6e70f997780bb403d1c3967aa93440c7fa1f010bd01f5376700c869a38dacaf1f98b075c4c950cf54
 DIST gwyddion-2.61.tar.xz 4982092 BLAKE2B e4949558c52d2a6e97415b65e6816061c117868bdd2f39b341c3f740500f71dd38500323a389058b65f9c30feb9d5fd1e93bc29881b464cdb66981639fe280ed SHA512 c2fff49d52e4c439bf96e68be3534948c1fd48ade9b1e59e2d2d7d607170b5e7ce09e9cde3873ecca526de1561b028f39785dc363186f9f3d4ef0d259d313675

diff --git a/sci-visualization/gwyddion/gwyddion-2.60.ebuild b/sci-visualization/gwyddion/gwyddion-2.60.ebuild
deleted file mode 100644
index 1b65cd80be57..000000000000
--- a/sci-visualization/gwyddion/gwyddion-2.60.ebuild
+++ /dev/null
@@ -1,84 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit autotools xdg
-
-DESCRIPTION="Framework for Scanning Mode Microscopy data analysis"
-HOMEPAGE="http://gwyddion.net/"
-SRC_URI="http://gwyddion.net/download/${PV}/${P}.tar.xz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux"
-IUSE="bzip2 doc fits jansson hdf5 nls openexr openmp perl ruby sourceview unique xml X zlib"
-
-RDEPEND="
-	>=dev-libs/glib-2.32
-	dev-libs/libzip
-	media-libs/libpng:0=
-	>=sci-libs/fftw-3.1:3.0=[openmp?]
-	virtual/libiconv
-	virtual/libintl
-	x11-libs/cairo
-	>=x11-libs/gtk+-2.18:2
-	x11-libs/libXmu
-	x11-libs/pango
-	bzip2? ( app-arch/bzip2 )
-	fits? ( sci-libs/cfitsio[bzip2?] )
-	jansson? ( dev-libs/jansson )
-	hdf5? ( sci-libs/hdf5[zlib?] )
-	openexr? ( media-libs/openexr:= )
-	perl? ( dev-lang/perl:= )
-	ruby? ( dev-ruby/narray )
-	unique? ( dev-libs/libunique:3 )
-	sourceview? ( x11-libs/gtksourceview:2.0 )
-	xml? ( dev-libs/libxml2:2 )
-	zlib? ( sys-libs/zlib )
-"
-
-DEPEND="${RDEPEND}"
-BDEPEND="
-	virtual/pkgconfig
-	doc? ( dev-util/gtk-doc )
-"
-
-PATCHES=(
-	"${FILESDIR}/${PN}-2.60-automagic.patch"
-)
-
-src_prepare() {
-	default
-	eautoreconf
-}
-
-# There are python bindings (--enable-pygwy) but they are py2 only
-# 3D opengl rendering requires deprecated GTK-2 x11-libs/gtkglext
-src_configure() {
-	# hack for bug 741840
-	use doc && export GTK_DOC_PATH=/usr/share/gtk-doc
-
-	econf \
-		--disable-rpath \
-		--without-kde4-thumbnailer \
-		$(use_enable doc gtk-doc) \
-		$(use_enable openmp) \
-		$(use_enable nls) \
-		--disable-pygwy \
-		--without-python \
-		$(use_with bzip2) \
-		$(use_with fits cfitsio) \
-		$(use_with hdf5) \
-		$(use_with jansson) \
-		$(use_with perl) \
-		$(use_with ruby) \
-		$(use_with openexr exr) \
-		--without-gl \
-		$(use_with sourceview gtksourceview) \
-		$(use_with unique) \
-		$(use_with xml libxml2) \
-		$(use_with X x) \
-		$(use_with zlib) \
-		--with-zip=libzip
-}


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

* [gentoo-commits] repo/gentoo:master commit in: sci-visualization/gwyddion/
@ 2023-04-29 16:12 Andreas K. Hüttel
  0 siblings, 0 replies; 29+ messages in thread
From: Andreas K. Hüttel @ 2023-04-29 16:12 UTC (permalink / raw
  To: gentoo-commits

commit:     fd5370b8f4ffd0cb119f07361b3ac1ad7817b278
Author:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Sat Apr 29 16:12:08 2023 +0000
Commit:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Sat Apr 29 16:12:33 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fd5370b8

sci-visualization/gwyddion: add 2.62

Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>

 sci-visualization/gwyddion/Manifest             |  1 +
 sci-visualization/gwyddion/gwyddion-2.62.ebuild | 89 +++++++++++++++++++++++++
 2 files changed, 90 insertions(+)

diff --git a/sci-visualization/gwyddion/Manifest b/sci-visualization/gwyddion/Manifest
index 140a0b49ce44..53fcf98561ed 100644
--- a/sci-visualization/gwyddion/Manifest
+++ b/sci-visualization/gwyddion/Manifest
@@ -1 +1,2 @@
 DIST gwyddion-2.61.tar.xz 4982092 BLAKE2B e4949558c52d2a6e97415b65e6816061c117868bdd2f39b341c3f740500f71dd38500323a389058b65f9c30feb9d5fd1e93bc29881b464cdb66981639fe280ed SHA512 c2fff49d52e4c439bf96e68be3534948c1fd48ade9b1e59e2d2d7d607170b5e7ce09e9cde3873ecca526de1561b028f39785dc363186f9f3d4ef0d259d313675
+DIST gwyddion-2.62.tar.xz 5010676 BLAKE2B 18012dfe050753413834e8a3734ec82989f375d81ac0242a6bbaf630da1a7741e9701d3c7a8c0dc03cfde8f93de9848ae106731f057c902f44ba1caf0cd79520 SHA512 93aff13f865fab045e17bd6c7633d714c4a97980ff10093f38c35e6dd39a0ed9680185f7a81a198522b623260cf6086d40e2b6a63a1cb59bc176eadf87fb85e1

diff --git a/sci-visualization/gwyddion/gwyddion-2.62.ebuild b/sci-visualization/gwyddion/gwyddion-2.62.ebuild
new file mode 100644
index 000000000000..28efdbfc583a
--- /dev/null
+++ b/sci-visualization/gwyddion/gwyddion-2.62.ebuild
@@ -0,0 +1,89 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit autotools xdg
+
+DESCRIPTION="Framework for Scanning Mode Microscopy data analysis"
+HOMEPAGE="http://gwyddion.net/"
+SRC_URI="http://gwyddion.net/download/${PV}/${P}.tar.xz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
+IUSE="bzip2 doc fits jansson hdf5 nls openexr openmp perl ruby sourceview unique xml X zlib"
+
+RDEPEND="
+	>=dev-libs/glib-2.32
+	dev-libs/libzip
+	media-libs/libpng:0=
+	>=sci-libs/fftw-3.1:3.0=[openmp?]
+	virtual/libiconv
+	virtual/libintl
+	x11-libs/cairo
+	>=x11-libs/gtk+-2.18:2
+	x11-libs/libXmu
+	x11-libs/pango
+	bzip2? ( app-arch/bzip2 )
+	fits? ( sci-libs/cfitsio[bzip2?] )
+	jansson? ( dev-libs/jansson )
+	hdf5? ( sci-libs/hdf5[zlib?] )
+	openexr? ( media-libs/openexr:= )
+	perl? ( dev-lang/perl:= )
+	ruby? ( dev-ruby/narray )
+	unique? ( dev-libs/libunique:3 )
+	sourceview? ( x11-libs/gtksourceview:2.0 )
+	xml? ( dev-libs/libxml2:2 )
+	zlib? ( sys-libs/zlib )
+"
+
+DEPEND="${RDEPEND}"
+BDEPEND="
+	virtual/pkgconfig
+	doc? ( dev-util/gtk-doc )
+"
+
+PATCHES=(
+	"${FILESDIR}/${PN}-2.60-automagic.patch"
+)
+
+src_prepare() {
+	default
+	eautoreconf
+}
+
+# There are python bindings (--enable-pygwy) but they are py2 only
+# 3D opengl rendering requires deprecated GTK-2 x11-libs/gtkglext
+src_configure() {
+	# hack for bug 741840
+	use doc && export GTK_DOC_PATH=/usr/share/gtk-doc
+
+	econf \
+		--disable-rpath \
+		--without-kde4-thumbnailer \
+		$(use_enable doc gtk-doc) \
+		$(use_enable openmp) \
+		$(use_enable nls) \
+		--disable-pygwy \
+		--without-python \
+		$(use_with bzip2) \
+		$(use_with fits cfitsio) \
+		$(use_with hdf5) \
+		$(use_with jansson) \
+		$(use_with perl) \
+		$(use_with ruby) \
+		$(use_with openexr exr) \
+		--without-gl \
+		$(use_with sourceview gtksourceview) \
+		$(use_with unique) \
+		$(use_with xml libxml2) \
+		$(use_with X x) \
+		$(use_with zlib) \
+		--with-zip=libzip
+}
+
+src_install() {
+	default
+	find "${ED}" -type f -name "*.la" -delete || die
+}


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

* [gentoo-commits] repo/gentoo:master commit in: sci-visualization/gwyddion/
@ 2023-04-29 16:18 Andreas K. Hüttel
  0 siblings, 0 replies; 29+ messages in thread
From: Andreas K. Hüttel @ 2023-04-29 16:18 UTC (permalink / raw
  To: gentoo-commits

commit:     0c31c7063e987697406f439f566b7b98834ad84d
Author:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Sat Apr 29 16:18:17 2023 +0000
Commit:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Sat Apr 29 16:18:40 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0c31c706

sci-visualization/gwyddion: require hdf5 with high-level tools

Closes: https://bugs.gentoo.org/905181
Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>

 sci-visualization/gwyddion/gwyddion-2.61.ebuild | 2 +-
 sci-visualization/gwyddion/gwyddion-2.62.ebuild | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/sci-visualization/gwyddion/gwyddion-2.61.ebuild b/sci-visualization/gwyddion/gwyddion-2.61.ebuild
index 13072246764f..0f40e3061f4d 100644
--- a/sci-visualization/gwyddion/gwyddion-2.61.ebuild
+++ b/sci-visualization/gwyddion/gwyddion-2.61.ebuild
@@ -28,7 +28,7 @@ RDEPEND="
 	bzip2? ( app-arch/bzip2 )
 	fits? ( sci-libs/cfitsio[bzip2?] )
 	jansson? ( dev-libs/jansson )
-	hdf5? ( sci-libs/hdf5[zlib?] )
+	hdf5? ( sci-libs/hdf5[hl,zlib?] )
 	openexr? ( media-libs/openexr:= )
 	perl? ( dev-lang/perl:= )
 	ruby? ( dev-ruby/narray )

diff --git a/sci-visualization/gwyddion/gwyddion-2.62.ebuild b/sci-visualization/gwyddion/gwyddion-2.62.ebuild
index 28efdbfc583a..8342a2ef0ea8 100644
--- a/sci-visualization/gwyddion/gwyddion-2.62.ebuild
+++ b/sci-visualization/gwyddion/gwyddion-2.62.ebuild
@@ -28,7 +28,7 @@ RDEPEND="
 	bzip2? ( app-arch/bzip2 )
 	fits? ( sci-libs/cfitsio[bzip2?] )
 	jansson? ( dev-libs/jansson )
-	hdf5? ( sci-libs/hdf5[zlib?] )
+	hdf5? ( sci-libs/hdf5[hl,zlib?] )
 	openexr? ( media-libs/openexr:= )
 	perl? ( dev-lang/perl:= )
 	ruby? ( dev-ruby/narray )


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

* [gentoo-commits] repo/gentoo:master commit in: sci-visualization/gwyddion/
@ 2023-06-09 15:06 Arthur Zamarin
  0 siblings, 0 replies; 29+ messages in thread
From: Arthur Zamarin @ 2023-06-09 15:06 UTC (permalink / raw
  To: gentoo-commits

commit:     abf78ee46fbd07b16b4f1276717ea3d0999fb1d3
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Sat Jun  3 14:56:39 2023 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Fri Jun  9 14:50:06 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=abf78ee4

sci-visualization/gwyddion: destabilize for ~x86

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 sci-visualization/gwyddion/gwyddion-2.61.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sci-visualization/gwyddion/gwyddion-2.61.ebuild b/sci-visualization/gwyddion/gwyddion-2.61.ebuild
index 0f40e3061f4d..ebe5c91367ff 100644
--- a/sci-visualization/gwyddion/gwyddion-2.61.ebuild
+++ b/sci-visualization/gwyddion/gwyddion-2.61.ebuild
@@ -11,7 +11,7 @@ SRC_URI="http://gwyddion.net/download/${PV}/${P}.tar.xz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 ~x86 ~amd64-linux ~x86-linux"
 IUSE="bzip2 doc fits jansson hdf5 nls openexr openmp perl ruby sourceview unique xml X zlib"
 
 RDEPEND="


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

* [gentoo-commits] repo/gentoo:master commit in: sci-visualization/gwyddion/
@ 2023-12-16 16:17 Arthur Zamarin
  0 siblings, 0 replies; 29+ messages in thread
From: Arthur Zamarin @ 2023-12-16 16:17 UTC (permalink / raw
  To: gentoo-commits

commit:     ee2213af5ec4349b7215305f2e634c9c0efe7c5a
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Sat Dec 16 16:17:05 2023 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sat Dec 16 16:17:05 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ee2213af

sci-visualization/gwyddion: Stabilize 2.62-r1 amd64, #920137

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 sci-visualization/gwyddion/gwyddion-2.62-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sci-visualization/gwyddion/gwyddion-2.62-r1.ebuild b/sci-visualization/gwyddion/gwyddion-2.62-r1.ebuild
index f3fb8344665c..2d4ebc908443 100644
--- a/sci-visualization/gwyddion/gwyddion-2.62-r1.ebuild
+++ b/sci-visualization/gwyddion/gwyddion-2.62-r1.ebuild
@@ -11,7 +11,7 @@ SRC_URI="http://gwyddion.net/download/${PV}/${P}.tar.xz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 ~x86 ~amd64-linux ~x86-linux"
 IUSE="bzip2 doc fits jansson hdf5 nls openexr openmp perl ruby sourceview unique xml X zlib"
 
 RDEPEND="


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

* [gentoo-commits] repo/gentoo:master commit in: sci-visualization/gwyddion/
@ 2024-04-23 20:37 Sam James
  0 siblings, 0 replies; 29+ messages in thread
From: Sam James @ 2024-04-23 20:37 UTC (permalink / raw
  To: gentoo-commits

commit:     22ddf6014acf04eee0e271db2c0e0754c6e15b94
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Apr 23 20:36:58 2024 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Apr 23 20:36:58 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=22ddf601

sci-visualization/gwyddion: add subslot dep on sci-libs/hdf5

Signed-off-by: Sam James <sam <AT> gentoo.org>

 .../gwyddion/{gwyddion-2.61.ebuild => gwyddion-2.61-r1.ebuild}        | 4 ++--
 .../gwyddion/{gwyddion-2.62.ebuild => gwyddion-2.62-r2.ebuild}        | 4 ++--
 .../gwyddion/{gwyddion-2.62-r1.ebuild => gwyddion-2.62-r3.ebuild}     | 4 ++--
 3 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/sci-visualization/gwyddion/gwyddion-2.61.ebuild b/sci-visualization/gwyddion/gwyddion-2.61-r1.ebuild
similarity index 96%
rename from sci-visualization/gwyddion/gwyddion-2.61.ebuild
rename to sci-visualization/gwyddion/gwyddion-2.61-r1.ebuild
index ebe5c91367ff..1c242c79a51f 100644
--- a/sci-visualization/gwyddion/gwyddion-2.61.ebuild
+++ b/sci-visualization/gwyddion/gwyddion-2.61-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -28,7 +28,7 @@ RDEPEND="
 	bzip2? ( app-arch/bzip2 )
 	fits? ( sci-libs/cfitsio[bzip2?] )
 	jansson? ( dev-libs/jansson )
-	hdf5? ( sci-libs/hdf5[hl,zlib?] )
+	hdf5? ( sci-libs/hdf5:=[hl,zlib?] )
 	openexr? ( media-libs/openexr:= )
 	perl? ( dev-lang/perl:= )
 	ruby? ( dev-ruby/narray )

diff --git a/sci-visualization/gwyddion/gwyddion-2.62.ebuild b/sci-visualization/gwyddion/gwyddion-2.62-r2.ebuild
similarity index 96%
rename from sci-visualization/gwyddion/gwyddion-2.62.ebuild
rename to sci-visualization/gwyddion/gwyddion-2.62-r2.ebuild
index 8342a2ef0ea8..96d176c56a7e 100644
--- a/sci-visualization/gwyddion/gwyddion-2.62.ebuild
+++ b/sci-visualization/gwyddion/gwyddion-2.62-r2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -28,7 +28,7 @@ RDEPEND="
 	bzip2? ( app-arch/bzip2 )
 	fits? ( sci-libs/cfitsio[bzip2?] )
 	jansson? ( dev-libs/jansson )
-	hdf5? ( sci-libs/hdf5[hl,zlib?] )
+	hdf5? ( sci-libs/hdf5:=[hl,zlib?] )
 	openexr? ( media-libs/openexr:= )
 	perl? ( dev-lang/perl:= )
 	ruby? ( dev-ruby/narray )

diff --git a/sci-visualization/gwyddion/gwyddion-2.62-r1.ebuild b/sci-visualization/gwyddion/gwyddion-2.62-r3.ebuild
similarity index 96%
rename from sci-visualization/gwyddion/gwyddion-2.62-r1.ebuild
rename to sci-visualization/gwyddion/gwyddion-2.62-r3.ebuild
index 2d4ebc908443..31f0b8a3256b 100644
--- a/sci-visualization/gwyddion/gwyddion-2.62-r1.ebuild
+++ b/sci-visualization/gwyddion/gwyddion-2.62-r3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -28,7 +28,7 @@ RDEPEND="
 	bzip2? ( app-arch/bzip2 )
 	fits? ( sci-libs/cfitsio[bzip2?] )
 	jansson? ( dev-libs/jansson )
-	hdf5? ( sci-libs/hdf5[hl,zlib?] )
+	hdf5? ( sci-libs/hdf5:=[hl,zlib?] )
 	openexr? ( media-libs/openexr:= )
 	perl? ( dev-lang/perl:= )
 	ruby? ( dev-ruby/narray )


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

end of thread, other threads:[~2024-04-23 20:37 UTC | newest]

Thread overview: 29+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-03-28 19:38 [gentoo-commits] repo/gentoo:master commit in: sci-visualization/gwyddion/ Andrew Ammerlaan
  -- strict thread matches above, loose matches on Subject: below --
2024-04-23 20:37 Sam James
2023-12-16 16:17 Arthur Zamarin
2023-06-09 15:06 Arthur Zamarin
2023-04-29 16:18 Andreas K. Hüttel
2023-04-29 16:12 Andreas K. Hüttel
2023-04-03 20:39 Andreas K. Hüttel
2023-03-07 11:42 Sam James
2023-03-04  8:44 Arthur Zamarin
2022-06-13 21:23 Sam James
2022-06-13 21:00 Jakov Smolić
2022-06-13 11:52 Andrew Ammerlaan
2021-03-01 23:42 Sam James
2021-03-01 17:18 Thomas Deutschmann
2020-10-09 20:01 Andreas K. Hüttel
2020-03-09  8:45 Andreas K. Hüttel
2020-03-08 11:15 Andreas K. Hüttel
2020-02-24 12:58 Agostino Sarubbo
2020-02-23 12:22 Mikle Kolyada
2020-01-28  0:12 Andreas K. Hüttel
2020-01-27 13:46 Agostino Sarubbo
2020-01-26  0:21 Andreas K. Hüttel
2020-01-24 15:57 Agostino Sarubbo
2020-01-24  2:20 Andreas K. Hüttel
2020-01-24  2:20 Andreas K. Hüttel
2017-07-01 15:56 Andreas Sturmlechner
2017-02-02 20:29 Guilherme Amadio
2016-03-06 23:35 David Seifert
2016-01-13 18:29 Guilherme Amadio

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