* [gentoo-commits] repo/gentoo:master commit in: sci-visualization/xyscan/
@ 2017-01-15 10:13 David Seifert
0 siblings, 0 replies; 8+ messages in thread
From: David Seifert @ 2017-01-15 10:13 UTC (permalink / raw
To: gentoo-commits
commit: d9f687fb63918a8b15bfb778ccaf5bbade04f45f
Author: Gerhard Bräunlich <wippbox <AT> gmx <DOT> net>
AuthorDate: Sat Jan 14 18:13:18 2017 +0000
Commit: David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Sun Jan 15 10:12:46 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d9f687fb
sci-visualization/xyscan: removing EAPI 4 ebuild
Package-Manager: portage-2.3.0
Closes: https://github.com/gentoo/gentoo/pull/3476
sci-visualization/xyscan/xyscan-3.3.1.ebuild | 39 ----------------------------
1 file changed, 39 deletions(-)
diff --git a/sci-visualization/xyscan/xyscan-3.3.1.ebuild b/sci-visualization/xyscan/xyscan-3.3.1.ebuild
deleted file mode 100644
index a4adade..00000000
--- a/sci-visualization/xyscan/xyscan-3.3.1.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=4
-LANGS="fr"
-
-inherit eutils qt4-r2 versionator
-
-MY_PV=$(replace_version_separator 2 '')
-
-DESCRIPTION="Tool for extracting data points from graphs"
-HOMEPAGE="http://star.physics.yale.edu/~ullrich/xyscanDistributionPage/"
-SRC_URI="http://star.physics.yale.edu/~ullrich/${PN}DistributionPage/${MY_PV}/${PN}-${MY_PV}-src.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux"
-IUSE=""
-
-DEPEND="dev-qt/qtcore:4
- dev-qt/qtgui:4"
-RDEPEND="${DEPEND}"
-
-S="${WORKDIR}/${PN}"
-
-src_prepare() {
- sed -i \
- -e "s:qApp->applicationDirPath() + \"/../docs\":\"${EPREFIX}/usr/share/doc/${PF}/html\":" \
- xyscanWindow.cpp || die "Failed to fix docs path"
-}
-
-src_install() {
- dobin xyscan
- dohtml -r docs/en/*
- use linguas_fr && doins -r docs/fr
- newicon images/xyscanIcon.png xyscan.png
- make_desktop_entry xyscan "xyscan data point extractor"
-}
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sci-visualization/xyscan/
@ 2017-01-15 10:13 David Seifert
0 siblings, 0 replies; 8+ messages in thread
From: David Seifert @ 2017-01-15 10:13 UTC (permalink / raw
To: gentoo-commits
commit: 1cc312eab8232570989affd5f49ca8fe24aff4f1
Author: Gerhard Bräunlich <wippbox <AT> gmx <DOT> net>
AuthorDate: Sat Jan 14 18:12:39 2017 +0000
Commit: David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Sun Jan 15 10:12:43 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1cc312ea
sci-visualization/xyscan: EAPI bump 4 -> 6
Package-Manager: portage-2.3.0
Closes: https://github.com/gentoo/gentoo/pull/3476
sci-visualization/xyscan/xyscan-3.3.1-r1.ebuild | 44 +++++++++++++++++++++++++
1 file changed, 44 insertions(+)
diff --git a/sci-visualization/xyscan/xyscan-3.3.1-r1.ebuild b/sci-visualization/xyscan/xyscan-3.3.1-r1.ebuild
new file mode 100644
index 00000000..4a1f4c5
--- /dev/null
+++ b/sci-visualization/xyscan/xyscan-3.3.1-r1.ebuild
@@ -0,0 +1,44 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+inherit qmake-utils versionator
+
+MY_PV=$(replace_version_separator 2 '')
+
+DESCRIPTION="Tool for extracting data points from graphs"
+HOMEPAGE="http://star.physics.yale.edu/~ullrich/xyscanDistributionPage/"
+SRC_URI="http://star.physics.yale.edu/~ullrich/${PN}DistributionPage/${MY_PV}/${PN}-${MY_PV}-src.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
+IUSE="l10n_fr"
+
+RDEPEND="dev-qt/qtcore:4
+ dev-qt/qtgui:4"
+DEPEND="$RDEPEND"
+
+S="${WORKDIR}/${PN}"
+
+src_prepare() {
+ default
+ sed -i \
+ -e "s:qApp->applicationDirPath() + \"/../docs\":\"${EPREFIX}/usr/share/doc/${PF}/html\":" \
+ xyscanWindow.cpp || die "Failed to fix docs path"
+}
+
+src_configure() {
+ eqmake4
+}
+
+src_install() {
+ dobin xyscan
+ HTML_DOCS=( docs/en/. )
+ einstalldocs
+ use l10n_fr && dodoc -r docs/fr
+ newicon images/xyscanIcon.png xyscan.png
+ make_desktop_entry xyscan "xyscan data point extractor"
+}
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sci-visualization/xyscan/
@ 2017-11-25 17:42 David Seifert
0 siblings, 0 replies; 8+ messages in thread
From: David Seifert @ 2017-11-25 17:42 UTC (permalink / raw
To: gentoo-commits
commit: f450d85c48cacc21c928050e4ae96d442ea1472f
Author: David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Sat Nov 25 16:53:45 2017 +0000
Commit: David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Sat Nov 25 17:41:49 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f450d85c
sci-visualization/xyscan: [QA] Consistent whitespace in metadata.xml
sci-visualization/xyscan/metadata.xml | 20 ++++++++++----------
1 file changed, 10 insertions(+), 10 deletions(-)
diff --git a/sci-visualization/xyscan/metadata.xml b/sci-visualization/xyscan/metadata.xml
index 55a5626aee0..e256ba64de3 100644
--- a/sci-visualization/xyscan/metadata.xml
+++ b/sci-visualization/xyscan/metadata.xml
@@ -1,14 +1,14 @@
<?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">
- xyscan is a tool for scientist in the need to extract data points,
- i.e. numeric values, from a plot. It allows to scan the plots and
- extract data points including the size of the error bars (both in x
- and y). It can handle plots with linear and logarithmic scales.
-</longdescription>
+ <maintainer type="project">
+ <email>sci@gentoo.org</email>
+ <name>Gentoo Science Project</name>
+ </maintainer>
+ <longdescription lang="en">
+ xyscan is a tool for scientist in the need to extract data points,
+ i.e. numeric values, from a plot. It allows to scan the plots and
+ extract data points including the size of the error bars (both in x
+ and y). It can handle plots with linear and logarithmic scales.
+ </longdescription>
</pkgmetadata>
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sci-visualization/xyscan/
@ 2018-01-22 23:08 Andreas Sturmlechner
0 siblings, 0 replies; 8+ messages in thread
From: Andreas Sturmlechner @ 2018-01-22 23:08 UTC (permalink / raw
To: gentoo-commits
commit: 7e56c6ebf833aa1309e1d1cb5e8fb005dbb575e8
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Mon Jan 22 23:07:41 2018 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Mon Jan 22 23:08:13 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7e56c6eb
sci-visualization/xyscan: Drop old
Closes: https://bugs.gentoo.org/537002
Package-Manager: Portage-2.3.20, Repoman-2.3.6
sci-visualization/xyscan/Manifest | 1 -
sci-visualization/xyscan/xyscan-3.3.1-r1.ebuild | 43 -------------------------
2 files changed, 44 deletions(-)
diff --git a/sci-visualization/xyscan/Manifest b/sci-visualization/xyscan/Manifest
index 2182a8161b6..8051cba3aaa 100644
--- a/sci-visualization/xyscan/Manifest
+++ b/sci-visualization/xyscan/Manifest
@@ -1,2 +1 @@
-DIST xyscan-3.31-src.tar.gz 1122203 BLAKE2B e98554af93bcd1ddae11d42aca00ca5609f95fd26690edf218e178c5a5058fec852c909a9a23440abf355d1aac411af40ced8106c1a674f688c3ce4484e5a786 SHA512 418456348d2493cc365c4cae4760a246d8113e1b0cf74c03aa385a5a40b02c20fdb873c007afea7e244e493c52eb2803cee4da0338f6e090ef87f20dc9a50f42
DIST xyscan-4.30-src.tgz 2700346 BLAKE2B 553e751a8d8320aca0bdfcf9facb528463d4b9179f134c0d2739837af8756760e8831f868737658f21c109c76f87a0c7284c65138b5585481e8201f664f3653e SHA512 f520f9d54893e738e8c93c7f0f4c5940b17e25d2a8dcd42632993b92460cecd388e6bfaa69f3905bdb9e77ea2ec876f3b93d82079d3383d6edc4cc8baec512b6
diff --git a/sci-visualization/xyscan/xyscan-3.3.1-r1.ebuild b/sci-visualization/xyscan/xyscan-3.3.1-r1.ebuild
deleted file mode 100644
index 5820b1da966..00000000000
--- a/sci-visualization/xyscan/xyscan-3.3.1-r1.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit qmake-utils versionator
-
-MY_PV=$(replace_version_separator 2 '')
-
-DESCRIPTION="Tool for extracting data points from graphs"
-HOMEPAGE="http://star.physics.yale.edu/~ullrich/xyscanDistributionPage/"
-SRC_URI="http://star.physics.yale.edu/~ullrich/${PN}DistributionPage/${MY_PV}/${PN}-${MY_PV}-src.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
-IUSE="l10n_fr"
-
-RDEPEND="dev-qt/qtcore:4
- dev-qt/qtgui:4"
-DEPEND="$RDEPEND"
-
-S="${WORKDIR}/${PN}"
-
-src_prepare() {
- default
- sed -i \
- -e "s:qApp->applicationDirPath() + \"/../docs\":\"${EPREFIX}/usr/share/doc/${PF}/html\":" \
- xyscanWindow.cpp || die "Failed to fix docs path"
-}
-
-src_configure() {
- eqmake4
-}
-
-src_install() {
- dobin xyscan
- HTML_DOCS=( docs/en/. )
- einstalldocs
- use l10n_fr && dodoc -r docs/fr
- newicon images/xyscanIcon.png xyscan.png
- make_desktop_entry xyscan "xyscan data point extractor"
-}
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sci-visualization/xyscan/
@ 2018-01-22 23:08 Andreas Sturmlechner
0 siblings, 0 replies; 8+ messages in thread
From: Andreas Sturmlechner @ 2018-01-22 23:08 UTC (permalink / raw
To: gentoo-commits
commit: 5a09e99b27ae900d3000ab4000d9f8b5715aae9c
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Mon Jan 22 23:07:05 2018 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Mon Jan 22 23:08:13 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5a09e99b
sci-visualization/xyscan: 4.3.0 version bump, Qt5
Closes: https://bugs.gentoo.org/537002
Package-Manager: Portage-2.3.20, Repoman-2.3.6
sci-visualization/xyscan/Manifest | 1 +
sci-visualization/xyscan/xyscan-4.3.0.ebuild | 49 ++++++++++++++++++++++++++++
2 files changed, 50 insertions(+)
diff --git a/sci-visualization/xyscan/Manifest b/sci-visualization/xyscan/Manifest
index 0ade00c63c0..2182a8161b6 100644
--- a/sci-visualization/xyscan/Manifest
+++ b/sci-visualization/xyscan/Manifest
@@ -1 +1,2 @@
DIST xyscan-3.31-src.tar.gz 1122203 BLAKE2B e98554af93bcd1ddae11d42aca00ca5609f95fd26690edf218e178c5a5058fec852c909a9a23440abf355d1aac411af40ced8106c1a674f688c3ce4484e5a786 SHA512 418456348d2493cc365c4cae4760a246d8113e1b0cf74c03aa385a5a40b02c20fdb873c007afea7e244e493c52eb2803cee4da0338f6e090ef87f20dc9a50f42
+DIST xyscan-4.30-src.tgz 2700346 BLAKE2B 553e751a8d8320aca0bdfcf9facb528463d4b9179f134c0d2739837af8756760e8831f868737658f21c109c76f87a0c7284c65138b5585481e8201f664f3653e SHA512 f520f9d54893e738e8c93c7f0f4c5940b17e25d2a8dcd42632993b92460cecd388e6bfaa69f3905bdb9e77ea2ec876f3b93d82079d3383d6edc4cc8baec512b6
diff --git a/sci-visualization/xyscan/xyscan-4.3.0.ebuild b/sci-visualization/xyscan/xyscan-4.3.0.ebuild
new file mode 100644
index 00000000000..383fa03de11
--- /dev/null
+++ b/sci-visualization/xyscan/xyscan-4.3.0.ebuild
@@ -0,0 +1,49 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit desktop qmake-utils versionator
+
+MY_PV=$(replace_version_separator 2 '')
+
+DESCRIPTION="Tool for extracting data points from graphs"
+HOMEPAGE="http://rhig.physics.yale.edu/~ullrich/software/xyscan/"
+SRC_URI="http://rhig.physics.yale.edu/~ullrich/software/${PN}/Distributions/${MY_PV}/${PN}-${MY_PV}-src.tgz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
+IUSE=""
+
+RDEPEND="
+ app-text/poppler:=[qt5]
+ dev-qt/qtcore:5
+ dev-qt/qtgui:5
+ dev-qt/qtmultimedia:5
+ dev-qt/qtnetwork:5[ssl]
+ dev-qt/qtprintsupport:5
+ dev-qt/qtwidgets:5
+"
+DEPEND="${RDEPEND}"
+
+S="${WORKDIR}/${PN}"
+
+src_prepare() {
+ default
+ sed -i \
+ -e "s:qApp->applicationDirPath() + \"/../docs\":\"${EPREFIX}/usr/share/doc/${PF}/html\":" \
+ src/xyscanWindow.cpp || die "Failed to fix docs path"
+}
+
+src_configure() {
+ eqmake5
+}
+
+src_install() {
+ dobin xyscan
+ HTML_DOCS=( docs/. )
+ einstalldocs
+ newicon images/xyscanIcon.png xyscan.png
+ make_desktop_entry xyscan "xyscan data point extractor"
+}
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sci-visualization/xyscan/
@ 2018-03-13 12:51 Michael Palimaka
0 siblings, 0 replies; 8+ messages in thread
From: Michael Palimaka @ 2018-03-13 12:51 UTC (permalink / raw
To: gentoo-commits
commit: e329f60b732d483d2c6f627d04be7b146abde89c
Author: Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Tue Mar 13 11:42:45 2018 +0000
Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Tue Mar 13 12:51:30 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e329f60b
sci-visualization/xyscan: remove unnecessary := subslot operator on poppler
Per poppler's metadata.xml, the subslot reflects ABI compatibility of
libpoppler.so only, not libpoppler-{glib,qt4,cpp}.so.
Bug: https://bugs.gentoo.org/607908
Package-Manager: Portage-2.3.24, Repoman-2.3.6
sci-visualization/xyscan/xyscan-4.3.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sci-visualization/xyscan/xyscan-4.3.0.ebuild b/sci-visualization/xyscan/xyscan-4.3.0.ebuild
index 383fa03de11..5c70e092144 100644
--- a/sci-visualization/xyscan/xyscan-4.3.0.ebuild
+++ b/sci-visualization/xyscan/xyscan-4.3.0.ebuild
@@ -17,7 +17,7 @@ KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
IUSE=""
RDEPEND="
- app-text/poppler:=[qt5]
+ app-text/poppler[qt5]
dev-qt/qtcore:5
dev-qt/qtgui:5
dev-qt/qtmultimedia:5
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sci-visualization/xyscan/
@ 2020-05-21 9:17 Andreas Sturmlechner
0 siblings, 0 replies; 8+ messages in thread
From: Andreas Sturmlechner @ 2020-05-21 9:17 UTC (permalink / raw
To: gentoo-commits
commit: f3ca3dc3888266e33058b3ab20b916ea01040970
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Thu May 21 09:08:36 2020 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Thu May 21 09:17:19 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f3ca3dc3
sci-visualization/xyscan: EAPI-7 bump, versionator--
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
sci-visualization/xyscan/xyscan-4.3.0.ebuild | 11 +++++------
1 file changed, 5 insertions(+), 6 deletions(-)
diff --git a/sci-visualization/xyscan/xyscan-4.3.0.ebuild b/sci-visualization/xyscan/xyscan-4.3.0.ebuild
index 5c70e092144..0d14b12e89a 100644
--- a/sci-visualization/xyscan/xyscan-4.3.0.ebuild
+++ b/sci-visualization/xyscan/xyscan-4.3.0.ebuild
@@ -1,11 +1,10 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=6
+EAPI=7
-inherit desktop qmake-utils versionator
-
-MY_PV=$(replace_version_separator 2 '')
+MY_PV=$(ver_rs 2 '')
+inherit desktop qmake-utils
DESCRIPTION="Tool for extracting data points from graphs"
HOMEPAGE="http://rhig.physics.yale.edu/~ullrich/software/xyscan/"
@@ -42,7 +41,7 @@ src_configure() {
src_install() {
dobin xyscan
- HTML_DOCS=( docs/. )
+ local HTML_DOCS=( docs/. )
einstalldocs
newicon images/xyscanIcon.png xyscan.png
make_desktop_entry xyscan "xyscan data point extractor"
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sci-visualization/xyscan/
@ 2024-07-31 10:12 Pacho Ramos
0 siblings, 0 replies; 8+ messages in thread
From: Pacho Ramos @ 2024-07-31 10:12 UTC (permalink / raw
To: gentoo-commits
commit: 72b05275b8f389ba421d0171a82207d97d321c8c
Author: Filip Kobierski <fkobi <AT> pm <DOT> me>
AuthorDate: Wed Jul 31 09:35:45 2024 +0000
Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Wed Jul 31 10:12:37 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=72b05275
sci-visualization/xyscan: fix pkgcheck issues
Signed-off-by: Filip Kobierski <fkobi <AT> pm.me>
Closes: https://github.com/gentoo/gentoo/pull/37837
Signed-off-by: Pacho Ramos <pacho <AT> gentoo.org>
sci-visualization/xyscan/xyscan-4.3.0.ebuild | 6 ++----
1 file changed, 2 insertions(+), 4 deletions(-)
diff --git a/sci-visualization/xyscan/xyscan-4.3.0.ebuild b/sci-visualization/xyscan/xyscan-4.3.0.ebuild
index 0d14b12e89a4..571e6042a598 100644
--- a/sci-visualization/xyscan/xyscan-4.3.0.ebuild
+++ b/sci-visualization/xyscan/xyscan-4.3.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -9,11 +9,11 @@ inherit desktop qmake-utils
DESCRIPTION="Tool for extracting data points from graphs"
HOMEPAGE="http://rhig.physics.yale.edu/~ullrich/software/xyscan/"
SRC_URI="http://rhig.physics.yale.edu/~ullrich/software/${PN}/Distributions/${MY_PV}/${PN}-${MY_PV}-src.tgz"
+S="${WORKDIR}/${PN}"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
-IUSE=""
RDEPEND="
app-text/poppler[qt5]
@@ -26,8 +26,6 @@ RDEPEND="
"
DEPEND="${RDEPEND}"
-S="${WORKDIR}/${PN}"
-
src_prepare() {
default
sed -i \
^ permalink raw reply related [flat|nested] 8+ messages in thread
end of thread, other threads:[~2024-07-31 10:12 UTC | newest]
Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-03-13 12:51 [gentoo-commits] repo/gentoo:master commit in: sci-visualization/xyscan/ Michael Palimaka
-- strict thread matches above, loose matches on Subject: below --
2024-07-31 10:12 Pacho Ramos
2020-05-21 9:17 Andreas Sturmlechner
2018-01-22 23:08 Andreas Sturmlechner
2018-01-22 23:08 Andreas Sturmlechner
2017-11-25 17:42 David Seifert
2017-01-15 10:13 David Seifert
2017-01-15 10:13 David Seifert
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox