public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: sci-visualization/ggobi/
@ 2015-12-10 20:31 Ian Stakenvicius
  0 siblings, 0 replies; 6+ messages in thread
From: Ian Stakenvicius @ 2015-12-10 20:31 UTC (permalink / raw
  To: gentoo-commits

commit:     ca4dbbd9eac5f23142faf2afe12b6a4efdbe1134
Author:     Ian Stakenvicius <axs <AT> gentoo <DOT> org>
AuthorDate: Thu Dec 10 03:22:23 2015 +0000
Commit:     Ian Stakenvicius <axs <AT> gentoo <DOT> org>
CommitDate: Thu Dec 10 20:30:49 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ca4dbbd9

sci-visualization/ggobi: version bump, addresses bug 491682

Thanks to Juergen Rose for providing the original ebuild bump and tests

Package-Manager: portage-2.2.24

 sci-visualization/ggobi/Manifest            |  1 +
 sci-visualization/ggobi/ggobi-2.1.11.ebuild | 56 +++++++++++++++++++++++++++++
 2 files changed, 57 insertions(+)

diff --git a/sci-visualization/ggobi/Manifest b/sci-visualization/ggobi/Manifest
index 449c314..75b727c 100644
--- a/sci-visualization/ggobi/Manifest
+++ b/sci-visualization/ggobi/Manifest
@@ -1,3 +1,4 @@
 DIST ggobi-2.1.8.tar.bz2 2531628 SHA256 2f814376d08a783628d2150d64cddda2e86b71f12847f1d51ba977197102fa8f SHA512 0e410df9a4a6a1de346e1aef117f3b8c2cb8ed71e109c88c7a54a08ed40e74e526d84c22e4bda75c8ff09c883b0e01347b7d1f841a17593eeef277fb328ac869 WHIRLPOOL 1154b7b7387df957203a2a1a564b2d1cb177b26fc97e9f9452f8304892a826d63eb3dde1e2c115bc360f76cd6773bb6f94a929e69ec468b95c30bbb0467840bd
 DIST ggobi-2.1.9.tar.bz2 2778042 SHA256 9f47ccfdbae7ae22c0096e9a171a523505e031f68dfaf705799cb87d42d73dcc SHA512 cb19a74cea71a3c647b51d5f480c11f99fb1f13d7d5393d5bfa8ac2226cbdff4a133cc304936e50214533802108a876562e3fdd4bb1ced56ffad015d56907f08 WHIRLPOOL 4879f5549c5a70ba9b30866cf86bb3835f7834387ef2915c3ef750e03d6f1e62ef133f5fdba9dfc202c066a1152a4f3104485e40fa784949406cd043c03b2e2c
 DIST ggobi_2.1.10.orig.tar.bz2 2776784 SHA256 08881aacb70a7a80e3778197bb4c673e634aea403fb7f9e282df189764b96aa3 SHA512 40bc4a7fae992bf327d6b36c5aea7802279a3b6229242f31386e771636b4561260914a7fefb6a6337c1e1ab5a0682fbdd626389b83d9b57d0c2d050fac3723e5 WHIRLPOOL ee751f5278937433db76b8c43d032e1dd7d78541848ab7da412a2da2bebb9300bb4689578b1809328368024f5691b3371b579c882ea01f4ee37ae521cb23e76f
+DIST ggobi_2.1.11.orig.tar.bz2 2787709 SHA256 2c4ddc3ab71877ba184523e47b0637526e6f3701bd9afb6472e6dfc25646aed7 SHA512 d34c6569d05d1e680101b62745012940c1e18c1588cd37b89b26b89e9eed9bab8fc53e0585a595b6cb4c9f2bb7d603ca4252cb6a6ba344bbc24e5cc5fd8a6dc1 WHIRLPOOL 9e686287fdb41f840c45b9ab92c184a0d624eb86a93233e4934cebd0e550ac25fe5ae3b06f6c95ebf1098efbd6062b9c9161ffbb26b3e3a43833443536af4987

diff --git a/sci-visualization/ggobi/ggobi-2.1.11.ebuild b/sci-visualization/ggobi/ggobi-2.1.11.ebuild
new file mode 100644
index 0000000..f4884b3
--- /dev/null
+++ b/sci-visualization/ggobi/ggobi-2.1.11.ebuild
@@ -0,0 +1,56 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+inherit eutils autotools
+
+DESCRIPTION="Visualization program for exploring high-dimensional data"
+HOMEPAGE="http://www.ggobi.org/"
+# source code release is not well published
+#SRC_URI="http://www.ggobi.org/downloads/${P}.tar.bz2"
+SRC_URI="mirror://debian/pool/main/g/${PN}/${PN}_${PV}.orig.tar.bz2"
+
+LICENSE="CPL-1.0"
+SLOT="0"
+KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
+IUSE="doc minimal nls"
+
+RDEPEND="
+	dev-libs/libxml2:2
+	media-gfx/graphviz
+	x11-libs/gtk+:2"
+DEPEND="${RDEPEND}
+	virtual/pkgconfig"
+
+src_prepare() {
+	sed -i \
+		-e 's|ND_coord_i|ND_coord|' \
+		plugins/GraphLayout/graphviz.c || die
+	rm m4/libtool.m4 m4/lt*m4 plugins/*/aclocal.m4 || die
+	epatch \
+		"${FILESDIR}"/${PN}-2.1.8-plugindir.patch \
+		"${FILESDIR}"/${PN}-2.1.9-as-needed.patch \
+		"${FILESDIR}"/${PN}-2.1.10-desktop.patch
+	# need the ${S} for recursivity lookup
+	AT_M4DIR="${S}"/m4 eautoreconf
+}
+
+src_configure() {
+	econf \
+		--docdir="${EPREFIX}/usr/share/doc/${PF}" \
+		--disable-rpath \
+		$(use_enable nls) \
+		$(use_with !minimal all-plugins)
+}
+
+src_compile() {
+	emake all ggobirc
+}
+
+src_install() {
+	default
+	insinto /etc/xdg/ggobi
+	doins ggobirc
+	use doc || rm "${ED}"/usr/share/doc/${PF}/*.pdf
+}


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

* [gentoo-commits] repo/gentoo:master commit in: sci-visualization/ggobi/
@ 2016-03-14 22:12 Agostino Sarubbo
  0 siblings, 0 replies; 6+ messages in thread
From: Agostino Sarubbo @ 2016-03-14 22:12 UTC (permalink / raw
  To: gentoo-commits

commit:     e5207e7d3484b4376dafc7b1036c8eba78ca8321
Author:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Mon Mar 14 22:10:17 2016 +0000
Commit:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Mon Mar 14 22:10:17 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e5207e7d

sci-visualization/ggobi: amd64 stable wrt bug #491682

Package-Manager: portage-2.2.26
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>

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

diff --git a/sci-visualization/ggobi/ggobi-2.1.11.ebuild b/sci-visualization/ggobi/ggobi-2.1.11.ebuild
index f4884b3..7f25d29 100644
--- a/sci-visualization/ggobi/ggobi-2.1.11.ebuild
+++ b/sci-visualization/ggobi/ggobi-2.1.11.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://debian/pool/main/g/${PN}/${PN}_${PV}.orig.tar.bz2"
 
 LICENSE="CPL-1.0"
 SLOT="0"
-KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 ~x86 ~amd64-linux ~x86-linux"
 IUSE="doc minimal nls"
 
 RDEPEND="


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

* [gentoo-commits] repo/gentoo:master commit in: sci-visualization/ggobi/
@ 2017-01-15 10:13 David Seifert
  0 siblings, 0 replies; 6+ messages in thread
From: David Seifert @ 2017-01-15 10:13 UTC (permalink / raw
  To: gentoo-commits

commit:     778ac0997bc7131a894bdfd751618969cb73215e
Author:     Gerhard Bräunlich <wippbox <AT> gmx <DOT> net>
AuthorDate: Sat Jan 14 15:47:51 2017 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Sun Jan 15 10:12:16 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=778ac099

sci-visualization/ggobi: Removing EAPI < 5 ebuilds

Package-Manager: portage-2.3.0
Closes: https://github.com/gentoo/gentoo/pull/3467

 sci-visualization/ggobi/Manifest              |  2 -
 sci-visualization/ggobi/ggobi-2.1.8.ebuild    | 57 ---------------------------
 sci-visualization/ggobi/ggobi-2.1.9-r1.ebuild | 51 ------------------------
 3 files changed, 110 deletions(-)

diff --git a/sci-visualization/ggobi/Manifest b/sci-visualization/ggobi/Manifest
index 75b727c..14512ff 100644
--- a/sci-visualization/ggobi/Manifest
+++ b/sci-visualization/ggobi/Manifest
@@ -1,4 +1,2 @@
-DIST ggobi-2.1.8.tar.bz2 2531628 SHA256 2f814376d08a783628d2150d64cddda2e86b71f12847f1d51ba977197102fa8f SHA512 0e410df9a4a6a1de346e1aef117f3b8c2cb8ed71e109c88c7a54a08ed40e74e526d84c22e4bda75c8ff09c883b0e01347b7d1f841a17593eeef277fb328ac869 WHIRLPOOL 1154b7b7387df957203a2a1a564b2d1cb177b26fc97e9f9452f8304892a826d63eb3dde1e2c115bc360f76cd6773bb6f94a929e69ec468b95c30bbb0467840bd
-DIST ggobi-2.1.9.tar.bz2 2778042 SHA256 9f47ccfdbae7ae22c0096e9a171a523505e031f68dfaf705799cb87d42d73dcc SHA512 cb19a74cea71a3c647b51d5f480c11f99fb1f13d7d5393d5bfa8ac2226cbdff4a133cc304936e50214533802108a876562e3fdd4bb1ced56ffad015d56907f08 WHIRLPOOL 4879f5549c5a70ba9b30866cf86bb3835f7834387ef2915c3ef750e03d6f1e62ef133f5fdba9dfc202c066a1152a4f3104485e40fa784949406cd043c03b2e2c
 DIST ggobi_2.1.10.orig.tar.bz2 2776784 SHA256 08881aacb70a7a80e3778197bb4c673e634aea403fb7f9e282df189764b96aa3 SHA512 40bc4a7fae992bf327d6b36c5aea7802279a3b6229242f31386e771636b4561260914a7fefb6a6337c1e1ab5a0682fbdd626389b83d9b57d0c2d050fac3723e5 WHIRLPOOL ee751f5278937433db76b8c43d032e1dd7d78541848ab7da412a2da2bebb9300bb4689578b1809328368024f5691b3371b579c882ea01f4ee37ae521cb23e76f
 DIST ggobi_2.1.11.orig.tar.bz2 2787709 SHA256 2c4ddc3ab71877ba184523e47b0637526e6f3701bd9afb6472e6dfc25646aed7 SHA512 d34c6569d05d1e680101b62745012940c1e18c1588cd37b89b26b89e9eed9bab8fc53e0585a595b6cb4c9f2bb7d603ca4252cb6a6ba344bbc24e5cc5fd8a6dc1 WHIRLPOOL 9e686287fdb41f840c45b9ab92c184a0d624eb86a93233e4934cebd0e550ac25fe5ae3b06f6c95ebf1098efbd6062b9c9161ffbb26b3e3a43833443536af4987

diff --git a/sci-visualization/ggobi/ggobi-2.1.8.ebuild b/sci-visualization/ggobi/ggobi-2.1.8.ebuild
deleted file mode 100644
index 6ea20c2..00000000
--- a/sci-visualization/ggobi/ggobi-2.1.8.ebuild
+++ /dev/null
@@ -1,57 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=2
-inherit eutils autotools
-
-DESCRIPTION="Visualization program for exploring high-dimensional data"
-HOMEPAGE="http://www.ggobi.org"
-SRC_URI="http://www.ggobi.org/downloads/${P}.tar.bz2"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE="minimal nls"
-
-RDEPEND="
-	>=media-gfx/graphviz-2.6
-	x11-libs/gtk+:2
-	dev-libs/libxml2:2"
-DEPEND="${RDEPEND}
-	virtual/pkgconfig"
-
-src_prepare() {
-	# build with external system libltdl
-	rm -rf libltdl
-
-	has_version ">=media-gfx/graphviz-2.22" && \
-		epatch "${FILESDIR}"/${P}-graphviz.patch
-	epatch "${FILESDIR}"/${P}-syslibltdl.patch
-	epatch "${FILESDIR}"/${P}-plugindir.patch
-	for f in $(find "${S}" -name "configure.ac"); do
-		sed -i -e '/AM_INIT/ a\AM_MAINTAINER_MODE' $f || die #342747
-	done
-	eautoreconf
-}
-
-src_configure() {
-	econf \
-		--disable-maintainer-mode \
-		--disable-rpath \
-		$(use_enable nls) \
-		$(use_with !minimal all-plugins)
-}
-
-src_compile() {
-	emake || die "emake failed"
-	# generate default configuration
-	emake ggobirc || die "ggobi configuration generation failed"
-}
-
-src_install() {
-	emake DESTDIR="${D}" install || die "emake install failed"
-	dodoc README AUTHORS NEWS ChangeLog
-	insinto /etc/xdg/ggobi
-	doins ggobirc || die
-}

diff --git a/sci-visualization/ggobi/ggobi-2.1.9-r1.ebuild b/sci-visualization/ggobi/ggobi-2.1.9-r1.ebuild
deleted file mode 100644
index 7de4154..00000000
--- a/sci-visualization/ggobi/ggobi-2.1.9-r1.ebuild
+++ /dev/null
@@ -1,51 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=4
-inherit eutils autotools
-
-DESCRIPTION="Visualization program for exploring high-dimensional data"
-HOMEPAGE="http://www.ggobi.org/"
-SRC_URI="http://www.ggobi.org/downloads/${P}.tar.bz2"
-
-LICENSE="CPL-1.0"
-SLOT="0"
-KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
-IUSE="doc minimal nls"
-
-RDEPEND="media-gfx/graphviz
-	x11-libs/gtk+:2
-	dev-libs/libxml2:2"
-DEPEND="${RDEPEND}
-	virtual/pkgconfig"
-
-src_prepare() {
-	sed -i \
-		-e 's|ND_coord_i|ND_coord|' \
-		plugins/GraphLayout/graphviz.c || die
-	rm -f m4/libool.m4 m4/lt*m4
-	epatch \
-		"${FILESDIR}"/${PN}-2.1.8-plugindir.patch \
-		"${FILESDIR}"/${PN}-2.1.9-as-needed.patch
-	eautoreconf
-}
-
-src_configure() {
-	econf \
-		--docdir="${EPREFIX}/usr/share/doc/${PF}" \
-		--disable-rpath \
-		$(use_enable nls) \
-		$(use_with !minimal all-plugins)
-}
-
-src_compile() {
-	emake all ggobirc
-}
-
-src_install() {
-	default
-	insinto /etc/xdg/ggobi
-	doins ggobirc
-	use doc || rm "${ED}"/usr/share/doc/${PF}/*.pdf
-}


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

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

commit:     b3b549bf0e6624dec8610d82d9761ffed5d428df
Author:     David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Sat Nov 25 16:53:27 2017 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Sat Nov 25 17:41:23 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b3b549bf

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

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

diff --git a/sci-visualization/ggobi/metadata.xml b/sci-visualization/ggobi/metadata.xml
index a0223eece27..0e5039261b9 100644
--- a/sci-visualization/ggobi/metadata.xml
+++ b/sci-visualization/ggobi/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 lang="en">
-  GGobi is an open source visualization program for exploring
-  high-dimensional data. It provides highly dynamic and interactive
-  graphics such as tours, as well as familiar graphics such as the
-  scatterplot, barchart and parallel coordinates plots. Plots are
-  interactive and linked with brushing and identification.    
-</longdescription>
+	<maintainer type="project">
+		<email>sci@gentoo.org</email>
+		<name>Gentoo Science Project</name>
+	</maintainer>
+	<longdescription lang="en">
+		GGobi is an open source visualization program for exploring
+		high-dimensional data. It provides highly dynamic and interactive
+		graphics such as tours, as well as familiar graphics such as the
+		scatterplot, barchart and parallel coordinates plots. Plots are
+		interactive and linked with brushing and identification.
+	</longdescription>
 </pkgmetadata>


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

* [gentoo-commits] repo/gentoo:master commit in: sci-visualization/ggobi/
@ 2020-11-14 21:48 David Seifert
  0 siblings, 0 replies; 6+ messages in thread
From: David Seifert @ 2020-11-14 21:48 UTC (permalink / raw
  To: gentoo-commits

commit:     6ce38a3e8499271edbc5dd303b3485610acf558f
Author:     Jakov Smolic <jakov.smolic <AT> sartura <DOT> hr>
AuthorDate: Sat Nov 14 21:47:43 2020 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Sat Nov 14 21:47:43 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6ce38a3e

sci-visualization/ggobi: update desktop mimeinfo cache

Closes: https://bugs.gentoo.org/741642
Closes: https://github.com/gentoo/gentoo/pull/17923
Package-Manager: Portage-3.0.4, Repoman-3.0.1
Signed-off-by: Jakov Smolic <jakov.smolic <AT> sartura.hr>
Signed-off-by: David Seifert <soap <AT> gentoo.org>

 sci-visualization/ggobi/ggobi-2.1.10.ebuild | 4 ++--
 sci-visualization/ggobi/ggobi-2.1.11.ebuild | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/sci-visualization/ggobi/ggobi-2.1.10.ebuild b/sci-visualization/ggobi/ggobi-2.1.10.ebuild
index 79dd49b4198..1ed254c14c8 100644
--- a/sci-visualization/ggobi/ggobi-2.1.10.ebuild
+++ b/sci-visualization/ggobi/ggobi-2.1.10.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
-inherit eutils autotools
+inherit eutils autotools xdg
 
 DESCRIPTION="Visualization program for exploring high-dimensional data"
 HOMEPAGE="http://www.ggobi.org/"

diff --git a/sci-visualization/ggobi/ggobi-2.1.11.ebuild b/sci-visualization/ggobi/ggobi-2.1.11.ebuild
index 658728197cf..5c9ba5817bb 100644
--- a/sci-visualization/ggobi/ggobi-2.1.11.ebuild
+++ b/sci-visualization/ggobi/ggobi-2.1.11.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
-inherit eutils autotools
+inherit eutils autotools xdg
 
 DESCRIPTION="Visualization program for exploring high-dimensional data"
 HOMEPAGE="http://www.ggobi.org/"


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

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

commit:     38e16ff940aa015b0ee7388da75234e2c3a0068e
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Sat Jun  3 14:56:36 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=38e16ff9

sci-visualization/ggobi: destabilize for ~x86

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

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

diff --git a/sci-visualization/ggobi/ggobi-2.1.11.ebuild b/sci-visualization/ggobi/ggobi-2.1.11.ebuild
index 4898989152c8..12b5c791bf59 100644
--- a/sci-visualization/ggobi/ggobi-2.1.11.ebuild
+++ b/sci-visualization/ggobi/ggobi-2.1.11.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -13,7 +13,7 @@ SRC_URI="mirror://debian/pool/main/g/${PN}/${PN}_${PV}.orig.tar.bz2"
 
 LICENSE="CPL-1.0"
 SLOT="0"
-KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 ~x86 ~amd64-linux ~x86-linux"
 IUSE="doc minimal nls"
 
 RDEPEND="


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

end of thread, other threads:[~2023-06-09 15:06 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-06-09 15:06 [gentoo-commits] repo/gentoo:master commit in: sci-visualization/ggobi/ Arthur Zamarin
  -- strict thread matches above, loose matches on Subject: below --
2020-11-14 21:48 David Seifert
2017-11-25 17:42 David Seifert
2017-01-15 10:13 David Seifert
2016-03-14 22:12 Agostino Sarubbo
2015-12-10 20:31 Ian Stakenvicius

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