public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] proj/qt:master commit in: lxqt-base/libsysstat/
@ 2014-10-26  0:10 Jauhien Piatlicki
  0 siblings, 0 replies; 9+ messages in thread
From: Jauhien Piatlicki @ 2014-10-26  0:10 UTC (permalink / raw
  To: gentoo-commits

commit:     5e1fb4fdb5b5e887034ce103efcb7de3de588a64
Author:     Jauhien Piatlicki <jauhien <AT> gentoo <DOT> org>
AuthorDate: Sat Oct 25 23:59:06 2014 +0000
Commit:     Jauhien Piatlicki <jauhien <AT> gentoo <DOT> org>
CommitDate: Sat Oct 25 23:59:06 2014 +0000
URL:        http://sources.gentoo.org/gitweb/?p=proj/qt.git;a=commit;h=5e1fb4fd

[lxqt-base/libsysstat] update live ebuild, drop QT4 support

---
 lxqt-base/libsysstat/libsysstat-9999.ebuild | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/lxqt-base/libsysstat/libsysstat-9999.ebuild b/lxqt-base/libsysstat/libsysstat-9999.ebuild
index da48cf6..3bac70b 100644
--- a/lxqt-base/libsysstat/libsysstat-9999.ebuild
+++ b/lxqt-base/libsysstat/libsysstat-9999.ebuild
@@ -14,11 +14,13 @@ if [[ ${PV} = *9999* ]]; then
 else
 	SRC_URI="http://lxqt.org/downloads/${PN}/${PV}/${P}.tar.xz"
 	KEYWORDS="~amd64 ~x86"
-	S=${WORKDIR}
 fi
 
 LICENSE="GPL-2 LGPL-2.1+"
 SLOT="0"
 
-DEPEND="dev-qt/qtcore:4"
+DEPEND="
+	dev-qt/linguist-tools:5
+	dev-qt/qtcore:5
+"
 RDEPEND="${DEPEND}"


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

* [gentoo-commits] proj/qt:master commit in: lxqt-base/libsysstat/
@ 2014-10-27 22:51 Jauhien Piatlicki
  0 siblings, 0 replies; 9+ messages in thread
From: Jauhien Piatlicki @ 2014-10-27 22:51 UTC (permalink / raw
  To: gentoo-commits

commit:     aca088cdd93b2bc8f156c3021267d8b338ffc45f
Author:     Jauhien Piatlicki <jauhien <AT> gentoo <DOT> org>
AuthorDate: Mon Oct 27 22:51:10 2014 +0000
Commit:     Jauhien Piatlicki <jauhien <AT> gentoo <DOT> org>
CommitDate: Mon Oct 27 22:51:10 2014 +0000
URL:        http://sources.gentoo.org/gitweb/?p=proj/qt.git;a=commit;h=aca088cd

[lxqt-base/libsysstat] 0.2.0 release

---
 lxqt-base/libsysstat/Manifest                |  1 +
 lxqt-base/libsysstat/libsysstat-0.2.0.ebuild | 34 ++++++++++++++++++++++++++++
 2 files changed, 35 insertions(+)

diff --git a/lxqt-base/libsysstat/Manifest b/lxqt-base/libsysstat/Manifest
new file mode 100644
index 0000000..2503af6
--- /dev/null
+++ b/lxqt-base/libsysstat/Manifest
@@ -0,0 +1 @@
+DIST libsysstat-0.2.0.tar.xz 17156 SHA256 f517c89f8e2abdc90f3f602db6cba89d8405a3d86782f77f663d784d0ecc70ad SHA512 fa01a80e11744b3d3c15916162053c0f79c9c57425d9054b14588e710df67d44d2bb73b7d64a8ae438debf2b0b348546840f8325843d21d6c146cf6d7dab0b97 WHIRLPOOL 0d2fb8abe0ba32be2dbb94417e92b2415fc45df45af98b9d8e12201b089e137fafb135ab5aaffb927024acfe780886d576f9235bae11f5e28b248b4c41144e60

diff --git a/lxqt-base/libsysstat/libsysstat-0.2.0.ebuild b/lxqt-base/libsysstat/libsysstat-0.2.0.ebuild
new file mode 100644
index 0000000..7867a9b
--- /dev/null
+++ b/lxqt-base/libsysstat/libsysstat-0.2.0.ebuild
@@ -0,0 +1,34 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=5
+inherit cmake-utils
+
+DESCRIPTION="A Qt-based interface to system statistics"
+HOMEPAGE="http://www.lxqt.org/"
+
+if [[ ${PV} = *9999* ]]; then
+	inherit git-r3
+	EGIT_REPO_URI="git://git.lxde.org/git/lxde/${PN}.git"
+else
+	SRC_URI="http://lxqt.org/downloads/${PN}/${PV}/${P}.tar.xz"
+	KEYWORDS="~amd64 ~x86"
+	S="${WORKDIR}/${PN}"
+fi
+
+LICENSE="GPL-2 LGPL-2.1+"
+SLOT="0"
+
+DEPEND="
+	dev-qt/linguist-tools:5
+	dev-qt/qtcore:5
+"
+RDEPEND="${DEPEND}"
+
+src_configure() {
+	local mycmakeargs=(
+		-DUSE_QT5=ON
+	)
+	cmake-utils_src_configure
+}


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

* [gentoo-commits] proj/qt:master commit in: lxqt-base/libsysstat/
@ 2015-10-01 14:27 Michael Palimaka
  0 siblings, 0 replies; 9+ messages in thread
From: Michael Palimaka @ 2015-10-01 14:27 UTC (permalink / raw
  To: gentoo-commits

commit:     1676328e914ab6b1e54c7856e7be33f326246169
Author:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Thu Oct  1 14:26:38 2015 +0000
Commit:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Thu Oct  1 14:27:46 2015 +0000
URL:        https://gitweb.gentoo.org/proj/qt.git/commit/?id=1676328e

lxqt-base/libsysstat: dev-qt/linguist-tools is a build-time dependency

Package-Manager: portage-2.2.20.1

 lxqt-base/libsysstat/libsysstat-9999.ebuild | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/lxqt-base/libsysstat/libsysstat-9999.ebuild b/lxqt-base/libsysstat/libsysstat-9999.ebuild
index b9838fe..d688bcc 100644
--- a/lxqt-base/libsysstat/libsysstat-9999.ebuild
+++ b/lxqt-base/libsysstat/libsysstat-9999.ebuild
@@ -19,8 +19,9 @@ fi
 LICENSE="GPL-2 LGPL-2.1+"
 SLOT="0"
 
-DEPEND="
-	dev-qt/linguist-tools:5
+RDEPEND="
 	dev-qt/qtcore:5
 "
-RDEPEND="${DEPEND}"
+DEPEND="${RDEPEND}
+	dev-qt/linguist-tools:5
+"


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

* [gentoo-commits] proj/qt:master commit in: lxqt-base/libsysstat/
@ 2019-02-18 23:29 Jimi Huotari
  0 siblings, 0 replies; 9+ messages in thread
From: Jimi Huotari @ 2019-02-18 23:29 UTC (permalink / raw
  To: gentoo-commits

commit:     e84cd7bc2dbbe20dadb7290b602926460fde0aa9
Author:     Jimi Huotari <chiitoo <AT> gentoo <DOT> org>
AuthorDate: Mon Feb 18 23:06:56 2019 +0000
Commit:     Jimi Huotari <chiitoo <AT> gentoo <DOT> org>
CommitDate: Mon Feb 18 23:10:54 2019 +0000
URL:        https://gitweb.gentoo.org/proj/qt.git/commit/?id=e84cd7bc

lxqt-base/libsysstat: add 0.4.2 for testing

Package-Manager: Portage-2.3.61, Repoman-2.3.12
Signed-off-by: Jimi Huotari <chiitoo <AT> gentoo.org>

 lxqt-base/libsysstat/Manifest                |  1 +
 lxqt-base/libsysstat/libsysstat-0.4.2.ebuild | 24 ++++++++++++++++++++++++
 2 files changed, 25 insertions(+)

diff --git a/lxqt-base/libsysstat/Manifest b/lxqt-base/libsysstat/Manifest
new file mode 100644
index 00000000..3cb4b683
--- /dev/null
+++ b/lxqt-base/libsysstat/Manifest
@@ -0,0 +1 @@
+DIST libsysstat-0.4.2.tar.xz 17508 BLAKE2B f6c7703efbb449659278624d46c595a6fcf4f3e99d0d8633faeb7be36e8759c5ede8941e81df5ab085daa8178b079f598be31a4856339c248f3560bf0d21073a SHA512 9059b9d20edbb7ecd89e722b48c6603b8042030ffad06d3eac167bb518691c2733d314649dc4c42a839d4812c7b65dcd043a13a6bd5b56678da112a8065717df

diff --git a/lxqt-base/libsysstat/libsysstat-0.4.2.ebuild b/lxqt-base/libsysstat/libsysstat-0.4.2.ebuild
new file mode 100644
index 00000000..fe2f2307
--- /dev/null
+++ b/lxqt-base/libsysstat/libsysstat-0.4.2.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit cmake-utils
+
+DESCRIPTION="A Qt-based interface to system statistics"
+HOMEPAGE="https://lxqt.org/"
+
+if [[ ${PV} = *9999* ]]; then
+	inherit git-r3
+	EGIT_REPO_URI="https://github.com/lxqt/${PN}.git"
+else
+	SRC_URI="https://downloads.lxqt.org/downloads/${PN}/${PV}/${P}.tar.xz"
+	KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+fi
+
+LICENSE="GPL-2+ LGPL-2.1+"
+SLOT="0"
+
+BDEPEND=">=dev-util/lxqt-build-tools-0.6.0"
+RDEPEND="dev-qt/qtcore:5"
+DEPEND="${RDEPEND}"


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

* [gentoo-commits] proj/qt:master commit in: lxqt-base/libsysstat/
@ 2021-09-22 17:41 Andreas Sturmlechner
  0 siblings, 0 replies; 9+ messages in thread
From: Andreas Sturmlechner @ 2021-09-22 17:41 UTC (permalink / raw
  To: gentoo-commits

commit:     ae4a6a8d569c4b5a1792a522727588448e7bd94a
Author:     Alex Fan <alexfanqi <AT> yahoo <DOT> com>
AuthorDate: Sun Jul 25 07:32:51 2021 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Wed Sep 22 17:41:24 2021 +0000
URL:        https://gitweb.gentoo.org/proj/qt.git/commit/?id=ae4a6a8d

lxqt-base/libsysstat: keyword for ~riscv

Signed-off-by: Alex Fan <alexfanqi <AT> yahoo.com>
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 lxqt-base/libsysstat/libsysstat-9999.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lxqt-base/libsysstat/libsysstat-9999.ebuild b/lxqt-base/libsysstat/libsysstat-9999.ebuild
index 501c9a8d..4c93aa0d 100644
--- a/lxqt-base/libsysstat/libsysstat-9999.ebuild
+++ b/lxqt-base/libsysstat/libsysstat-9999.ebuild
@@ -13,7 +13,7 @@ if [[ ${PV} = *9999* ]]; then
 	EGIT_REPO_URI="https://github.com/lxqt/${PN}.git"
 else
 	SRC_URI="https://downloads.lxqt.org/downloads/${PN}/${PV}/${P}.tar.xz"
-	KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+	KEYWORDS="~amd64 ~arm ~arm64 ~riscv ~x86"
 fi
 
 LICENSE="GPL-2+ LGPL-2.1+"


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

* [gentoo-commits] proj/qt:master commit in: lxqt-base/libsysstat/
@ 2021-09-22 19:15 Andreas Sturmlechner
  0 siblings, 0 replies; 9+ messages in thread
From: Andreas Sturmlechner @ 2021-09-22 19:15 UTC (permalink / raw
  To: gentoo-commits

commit:     7f5d4baabfb813e8c28f829809d7efd1b82ddec1
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Wed Sep 22 17:52:26 2021 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Wed Sep 22 19:09:22 2021 +0000
URL:        https://gitweb.gentoo.org/proj/qt.git/commit/?id=7f5d4baa

lxqt-base/libsysstat: Sync with Gentoo ebuild repo

Package-Manager: Portage-3.0.23, Repoman-3.0.3
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 lxqt-base/libsysstat/libsysstat-9999.ebuild | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/lxqt-base/libsysstat/libsysstat-9999.ebuild b/lxqt-base/libsysstat/libsysstat-9999.ebuild
index caf44c42..75ecb323 100644
--- a/lxqt-base/libsysstat/libsysstat-9999.ebuild
+++ b/lxqt-base/libsysstat/libsysstat-9999.ebuild
@@ -5,10 +5,10 @@ EAPI=7
 
 inherit cmake
 
-DESCRIPTION="A Qt-based interface to system statistics"
+DESCRIPTION="Qt GUI for System Statistics"
 HOMEPAGE="https://lxqt.github.io/"
 
-if [[ ${PV} = *9999* ]]; then
+if [[ ${PV} == *9999* ]]; then
 	inherit git-r3
 	EGIT_REPO_URI="https://github.com/lxqt/${PN}.git"
 else
@@ -19,6 +19,6 @@ fi
 LICENSE="GPL-2+ LGPL-2.1+"
 SLOT="0"
 
-BDEPEND=">=dev-util/lxqt-build-tools-0.6.0"
-RDEPEND="dev-qt/qtcore:5"
-DEPEND="${RDEPEND}"
+BDEPEND=">=dev-util/lxqt-build-tools-0.9.0"
+DEPEND="dev-qt/qtcore:5"
+RDEPEND="${DEPEND}"


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

* [gentoo-commits] proj/qt:master commit in: lxqt-base/libsysstat/
@ 2024-03-25 21:12 Jimi Huotari
  0 siblings, 0 replies; 9+ messages in thread
From: Jimi Huotari @ 2024-03-25 21:12 UTC (permalink / raw
  To: gentoo-commits

commit:     50a2c5190d8b03e1a36034ea90350121eb5d7031
Author:     Jimi Huotari <chiitoo <AT> gentoo <DOT> org>
AuthorDate: Mon Mar 25 21:04:59 2024 +0000
Commit:     Jimi Huotari <chiitoo <AT> gentoo <DOT> org>
CommitDate: Mon Mar 25 21:11:35 2024 +0000
URL:        https://gitweb.gentoo.org/proj/qt.git/commit/?id=50a2c519

lxqt-base/libsysstat: welcome qt6

Signed-off-by: Jimi Huotari <chiitoo <AT> gentoo.org>

 lxqt-base/libsysstat/libsysstat-9999.ebuild | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/lxqt-base/libsysstat/libsysstat-9999.ebuild b/lxqt-base/libsysstat/libsysstat-9999.ebuild
index 67b8a878..262f3eb5 100644
--- a/lxqt-base/libsysstat/libsysstat-9999.ebuild
+++ b/lxqt-base/libsysstat/libsysstat-9999.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
@@ -13,12 +13,12 @@ if [[ ${PV} = *9999* ]]; then
 	EGIT_REPO_URI="https://github.com/lxqt/${PN}.git"
 else
 	SRC_URI="https://github.com/lxqt/${PN}/releases/download/${PV}/${P}.tar.xz"
-	KEYWORDS="amd64 ~arm arm64 ~loong ~riscv x86"
+	KEYWORDS="~amd64 ~arm ~arm64 ~loong ~riscv ~x86"
 fi
 
 LICENSE="GPL-2+ LGPL-2.1+"
 SLOT="0"
 
-BDEPEND=">=dev-util/lxqt-build-tools-0.10.0"
-DEPEND=">=dev-qt/qtcore-5.15:5"
+BDEPEND=">=dev-util/lxqt-build-tools-2.0.0"
+DEPEND=">=dev-qt/qtbase-6.6:6"
 RDEPEND="${DEPEND}"


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

* [gentoo-commits] proj/qt:master commit in: lxqt-base/libsysstat/
@ 2024-04-21 20:04 Jimi Huotari
  0 siblings, 0 replies; 9+ messages in thread
From: Jimi Huotari @ 2024-04-21 20:04 UTC (permalink / raw
  To: gentoo-commits

commit:     01310206a8c7f6f5576a9c9ccafb870e44aff424
Author:     Jimi Huotari <chiitoo <AT> gentoo <DOT> org>
AuthorDate: Sun Apr 21 17:20:25 2024 +0000
Commit:     Jimi Huotari <chiitoo <AT> gentoo <DOT> org>
CommitDate: Sun Apr 21 19:48:26 2024 +0000
URL:        https://gitweb.gentoo.org/proj/qt.git/commit/?id=01310206

lxqt-base/libsysstat: add 1.0.0

Signed-off-by: Jimi Huotari <chiitoo <AT> gentoo.org>

 lxqt-base/libsysstat/Manifest                |  1 +
 lxqt-base/libsysstat/libsysstat-1.0.0.ebuild | 24 ++++++++++++++++++++++++
 2 files changed, 25 insertions(+)

diff --git a/lxqt-base/libsysstat/Manifest b/lxqt-base/libsysstat/Manifest
new file mode 100644
index 00000000..ede6ddad
--- /dev/null
+++ b/lxqt-base/libsysstat/Manifest
@@ -0,0 +1 @@
+DIST libsysstat-1.0.0.tar.xz 17684 BLAKE2B 1ccfe0555d2f8cb6e948c5f0bfa33d55a02aac1060973070b82f3596f3d340185888a2993aaffa66c1f5aeac64f7cfe7c46fadf3265a81d94e94a47d53c6c265 SHA512 f27481d20b2817fc55056aa5db10193586cc9709419870e0411ce896383bf23c2faddb3d73d4db635534245acc4ef980ac4e28143eb6b0a1d84337df74daf7e7

diff --git a/lxqt-base/libsysstat/libsysstat-1.0.0.ebuild b/lxqt-base/libsysstat/libsysstat-1.0.0.ebuild
new file mode 100644
index 00000000..d21d1443
--- /dev/null
+++ b/lxqt-base/libsysstat/libsysstat-1.0.0.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit cmake
+
+DESCRIPTION="Qt GUI for System Statistics"
+HOMEPAGE="https://lxqt-project.org/"
+
+if [[ ${PV} == 9999 ]]; then
+	inherit git-r3
+	EGIT_REPO_URI="https://github.com/lxqt/${PN}.git"
+else
+	SRC_URI="https://github.com/lxqt/${PN}/releases/download/${PV}/${P}.tar.xz"
+	KEYWORDS="~amd64"
+fi
+
+LICENSE="GPL-2+ LGPL-2.1+"
+SLOT="0"
+
+BDEPEND=">=dev-util/lxqt-build-tools-2.0.0"
+DEPEND=">=dev-qt/qtbase-6.6:6"
+RDEPEND="${DEPEND}"


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

* [gentoo-commits] proj/qt:master commit in: lxqt-base/libsysstat/
@ 2024-06-15 14:53 Jimi Huotari
  0 siblings, 0 replies; 9+ messages in thread
From: Jimi Huotari @ 2024-06-15 14:53 UTC (permalink / raw
  To: gentoo-commits

commit:     0b29449c1684c1ad81791aa1ae43bdddf0568eda
Author:     Jimi Huotari <chiitoo <AT> gentoo <DOT> org>
AuthorDate: Sat Jun 15 14:44:35 2024 +0000
Commit:     Jimi Huotari <chiitoo <AT> gentoo <DOT> org>
CommitDate: Sat Jun 15 14:44:35 2024 +0000
URL:        https://gitweb.gentoo.org/proj/qt.git/commit/?id=0b29449c

lxqt-base/libsysstat: drop 1.0.0

Signed-off-by: Jimi Huotari <chiitoo <AT> gentoo.org>

 lxqt-base/libsysstat/Manifest                |  1 -
 lxqt-base/libsysstat/libsysstat-1.0.0.ebuild | 24 ------------------------
 2 files changed, 25 deletions(-)

diff --git a/lxqt-base/libsysstat/Manifest b/lxqt-base/libsysstat/Manifest
deleted file mode 100644
index ede6ddad..00000000
--- a/lxqt-base/libsysstat/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST libsysstat-1.0.0.tar.xz 17684 BLAKE2B 1ccfe0555d2f8cb6e948c5f0bfa33d55a02aac1060973070b82f3596f3d340185888a2993aaffa66c1f5aeac64f7cfe7c46fadf3265a81d94e94a47d53c6c265 SHA512 f27481d20b2817fc55056aa5db10193586cc9709419870e0411ce896383bf23c2faddb3d73d4db635534245acc4ef980ac4e28143eb6b0a1d84337df74daf7e7

diff --git a/lxqt-base/libsysstat/libsysstat-1.0.0.ebuild b/lxqt-base/libsysstat/libsysstat-1.0.0.ebuild
deleted file mode 100644
index d21d1443..00000000
--- a/lxqt-base/libsysstat/libsysstat-1.0.0.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit cmake
-
-DESCRIPTION="Qt GUI for System Statistics"
-HOMEPAGE="https://lxqt-project.org/"
-
-if [[ ${PV} == 9999 ]]; then
-	inherit git-r3
-	EGIT_REPO_URI="https://github.com/lxqt/${PN}.git"
-else
-	SRC_URI="https://github.com/lxqt/${PN}/releases/download/${PV}/${P}.tar.xz"
-	KEYWORDS="~amd64"
-fi
-
-LICENSE="GPL-2+ LGPL-2.1+"
-SLOT="0"
-
-BDEPEND=">=dev-util/lxqt-build-tools-2.0.0"
-DEPEND=">=dev-qt/qtbase-6.6:6"
-RDEPEND="${DEPEND}"


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

end of thread, other threads:[~2024-06-15 14:54 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-02-18 23:29 [gentoo-commits] proj/qt:master commit in: lxqt-base/libsysstat/ Jimi Huotari
  -- strict thread matches above, loose matches on Subject: below --
2024-06-15 14:53 Jimi Huotari
2024-04-21 20:04 Jimi Huotari
2024-03-25 21:12 Jimi Huotari
2021-09-22 19:15 Andreas Sturmlechner
2021-09-22 17:41 Andreas Sturmlechner
2015-10-01 14:27 Michael Palimaka
2014-10-27 22:51 Jauhien Piatlicki
2014-10-26  0:10 Jauhien Piatlicki

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