public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] proj/qt:master commit in: x11-terms/qterminal/
@ 2014-05-01 15:57 Michael Palimaka
  0 siblings, 0 replies; 9+ messages in thread
From: Michael Palimaka @ 2014-05-01 15:57 UTC (permalink / raw
  To: gentoo-commits

commit:     bc757afa91e56b107ccd880e576a9134866ee574
Author:     Jekyll Wu <adaptee <AT> gmail <DOT> com>
AuthorDate: Tue Apr 29 14:35:23 2014 +0000
Commit:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Thu May  1 15:57:19 2014 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/qt.git;a=commit;h=bc757afa

[x11-terms/qterminal] Add missing dependency on libqxt to make it build

---
 x11-terms/qterminal/qterminal-9999.ebuild | 1 +
 1 file changed, 1 insertion(+)

diff --git a/x11-terms/qterminal/qterminal-9999.ebuild b/x11-terms/qterminal/qterminal-9999.ebuild
index 0d608b0..a4a015c 100644
--- a/x11-terms/qterminal/qterminal-9999.ebuild
+++ b/x11-terms/qterminal/qterminal-9999.ebuild
@@ -16,6 +16,7 @@ KEYWORDS=""
 IUSE="debug"
 
 DEPEND="dev-qt/qtgui:4
+	x11-libs/libqxt
 	x11-libs/qtermwidget"
 RDEPEND="${DEPEND}"
 


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

* [gentoo-commits] proj/qt:master commit in: x11-terms/qterminal/
@ 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:     6fc0da3c54a6732483078028e12984f8670949be
Author:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Thu Oct  1 14:21:51 2015 +0000
Commit:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Thu Oct  1 14:27:45 2015 +0000
URL:        https://gitweb.gentoo.org/proj/qt.git/commit/?id=6fc0da3c

x11-terms/qterminal: dev-qt/linguist-tools is a build-time dependency

Package-Manager: portage-2.2.20.1

 x11-terms/qterminal/qterminal-9999.ebuild | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/x11-terms/qterminal/qterminal-9999.ebuild b/x11-terms/qterminal/qterminal-9999.ebuild
index e908a79..4d13fcd 100644
--- a/x11-terms/qterminal/qterminal-9999.ebuild
+++ b/x11-terms/qterminal/qterminal-9999.ebuild
@@ -17,7 +17,7 @@ IUSE="debug qt4 qt5"
 
 REQUIRED_USE="^^ ( qt4 qt5 )"
 
-DEPEND="
+RDEPEND="
 	qt4? (
 		dev-qt/qtcore:4
 		dev-qt/qtgui:4
@@ -25,12 +25,13 @@ DEPEND="
 		~x11-libs/qtermwidget-${PV}[qt4(+)]
 	)
 	qt5? (
-		dev-qt/linguist-tools:5
 		dev-qt/qtcore:5
 		dev-qt/qtgui:5
 		~x11-libs/qtermwidget-${PV}[qt5(-)]
 	)"
-RDEPEND="${DEPEND}"
+DEPEND="${RDEPEND}
+	qt5? ( dev-qt/linguist-tools:5 )
+"
 
 src_configure() {
 	local mycmakeargs=(


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

* [gentoo-commits] proj/qt:master commit in: x11-terms/qterminal/
@ 2016-05-11 18:29 Davide Pesavento
  0 siblings, 0 replies; 9+ messages in thread
From: Davide Pesavento @ 2016-05-11 18:29 UTC (permalink / raw
  To: gentoo-commits

commit:     2dd9ac40ddec5337567b390027388a18125f42ed
Author:     Davide Pesavento <pesa <AT> gentoo <DOT> org>
AuthorDate: Wed May 11 18:29:16 2016 +0000
Commit:     Davide Pesavento <pesa <AT> gentoo <DOT> org>
CommitDate: Wed May 11 18:29:16 2016 +0000
URL:        https://gitweb.gentoo.org/proj/qt.git/commit/?id=2dd9ac40

x11-terms/qterminal: sync

Package-Manager: portage-2.2.28

 x11-terms/qterminal/metadata.xml          |  3 +++
 x11-terms/qterminal/qterminal-9999.ebuild | 25 ++++++++++++-------------
 2 files changed, 15 insertions(+), 13 deletions(-)

diff --git a/x11-terms/qterminal/metadata.xml b/x11-terms/qterminal/metadata.xml
index 1723768..948bf4e 100644
--- a/x11-terms/qterminal/metadata.xml
+++ b/x11-terms/qterminal/metadata.xml
@@ -5,4 +5,7 @@
 		<email>qt@gentoo.org</email>
 		<name>Gentoo Qt Project</name>
 	</maintainer>
+	<upstream>
+		<remote-id type="github">qterminal/qterminal</remote-id>
+	</upstream>
 </pkgmetadata>

diff --git a/x11-terms/qterminal/qterminal-9999.ebuild b/x11-terms/qterminal/qterminal-9999.ebuild
index 5fcef24..2d55241 100644
--- a/x11-terms/qterminal/qterminal-9999.ebuild
+++ b/x11-terms/qterminal/qterminal-9999.ebuild
@@ -2,41 +2,40 @@
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
-EAPI=5
-
+EAPI=6
 inherit cmake-utils git-r3
 
 DESCRIPTION="Qt-based multitab terminal emulator"
-HOMEPAGE="https://github.com/qterminal/qterminal"
-EGIT_REPO_URI="https://github.com/qterminal/qterminal.git"
+HOMEPAGE="https://github.com/lxde/qterminal"
+EGIT_REPO_URI="https://github.com/lxde/qterminal.git"
 
 LICENSE="GPL-2+"
 SLOT="0"
 KEYWORDS=""
-IUSE="debug qt4 qt5"
-
-REQUIRED_USE="^^ ( qt4 qt5 )"
+IUSE="qt5"
 
 RDEPEND="
-	qt4? (
+	!qt5? (
 		dev-qt/qtcore:4
 		dev-qt/qtgui:4
 		x11-libs/libqxt
-		~x11-libs/qtermwidget-${PV}[qt4(+)]
+		~x11-libs/qtermwidget-${PV}[qt4]
 	)
 	qt5? (
 		dev-qt/qtcore:5
 		dev-qt/qtgui:5
-		~x11-libs/qtermwidget-${PV}[qt5(-)]
-	)"
+		dev-qt/qtwidgets:5
+		~x11-libs/qtermwidget-${PV}[qt5]
+	)
+"
 DEPEND="${RDEPEND}
 	qt5? ( dev-qt/linguist-tools:5 )
 "
 
 src_configure() {
 	local mycmakeargs=(
-		$(cmake-utils_use_use qt5)
-		$(cmake-utils_use_use qt4 SYSTEM_QXT)
+		-DUSE_QT5=$(usex qt5)
+		-DUSE_SYSTEM_QXT=$(usex !qt5)
 	)
 	cmake-utils_src_configure
 }


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

* [gentoo-commits] proj/qt:master commit in: x11-terms/qterminal/
@ 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:     b26ed59cb16af0da8471701ad39afaf60520b87d
Author:     Jimi Huotari <chiitoo <AT> gentoo <DOT> org>
AuthorDate: Sun Apr 21 18:38:18 2024 +0000
Commit:     Jimi Huotari <chiitoo <AT> gentoo <DOT> org>
CommitDate: Sun Apr 21 19:49:29 2024 +0000
URL:        https://gitweb.gentoo.org/proj/qt.git/commit/?id=b26ed59c

x11-terms/qterminal: add 9999

Initial qt6 version.

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

 x11-terms/qterminal/metadata.xml          | 11 ++++++++
 x11-terms/qterminal/qterminal-9999.ebuild | 47 +++++++++++++++++++++++++++++++
 2 files changed, 58 insertions(+)

diff --git a/x11-terms/qterminal/metadata.xml b/x11-terms/qterminal/metadata.xml
new file mode 100644
index 00000000..456c6bf7
--- /dev/null
+++ b/x11-terms/qterminal/metadata.xml
@@ -0,0 +1,11 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+	<maintainer type="project">
+		<email>qt@gentoo.org</email>
+		<name>Gentoo Qt Project</name>
+	</maintainer>
+	<upstream>
+		<remote-id type="github">qterminal/qterminal</remote-id>
+	</upstream>
+</pkgmetadata>

diff --git a/x11-terms/qterminal/qterminal-9999.ebuild b/x11-terms/qterminal/qterminal-9999.ebuild
new file mode 100644
index 00000000..12dfbc75
--- /dev/null
+++ b/x11-terms/qterminal/qterminal-9999.ebuild
@@ -0,0 +1,47 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit cmake xdg-utils
+
+DESCRIPTION="Qt-based multitab terminal emulator"
+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 GPL-2+"
+SLOT="0"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+BDEPEND=">=dev-util/lxqt-build-tools-2.0.0"
+DEPEND="
+	>=dev-qt/qtbase-6.6:6[dbus,gui,widgets]
+	x11-libs/libX11
+	~x11-libs/qtermwidget-${PV}:=
+	test? ( dev-qt/qtbase:6[test] )
+"
+RDEPEND="${DEPEND}"
+
+src_configure() {
+	local mycmakeargs=(
+		-DBUILD_TESTS=$(usex test)
+	)
+
+	cmake_src_configure
+}
+
+pkg_postinst() {
+	xdg_icon_cache_update
+}
+
+pkg_postrm() {
+	xdg_icon_cache_update
+}


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

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

commit:     82bd65f095a6aae70f168c182a8db11ca7f8f534
Author:     Jimi Huotari <chiitoo <AT> gentoo <DOT> org>
AuthorDate: Sun Apr 21 21:16:33 2024 +0000
Commit:     Jimi Huotari <chiitoo <AT> gentoo <DOT> org>
CommitDate: Sun Apr 21 21:16:33 2024 +0000
URL:        https://gitweb.gentoo.org/proj/qt.git/commit/?id=82bd65f0

x11-terms/qterminal: remove unneeded 'qtbase-6.6:6[test]' dependency

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

 x11-terms/qterminal/qterminal-9999.ebuild | 1 -
 1 file changed, 1 deletion(-)

diff --git a/x11-terms/qterminal/qterminal-9999.ebuild b/x11-terms/qterminal/qterminal-9999.ebuild
index 12dfbc75..5e4b94e0 100644
--- a/x11-terms/qterminal/qterminal-9999.ebuild
+++ b/x11-terms/qterminal/qterminal-9999.ebuild
@@ -26,7 +26,6 @@ DEPEND="
 	>=dev-qt/qtbase-6.6:6[dbus,gui,widgets]
 	x11-libs/libX11
 	~x11-libs/qtermwidget-${PV}:=
-	test? ( dev-qt/qtbase:6[test] )
 "
 RDEPEND="${DEPEND}"
 


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

* [gentoo-commits] proj/qt:master commit in: x11-terms/qterminal/
@ 2024-05-08 17:44 Jimi Huotari
  0 siblings, 0 replies; 9+ messages in thread
From: Jimi Huotari @ 2024-05-08 17:44 UTC (permalink / raw
  To: gentoo-commits

commit:     396a3103fdd649ef5035ce1c133ad3e090de2f54
Author:     Jimi Huotari <chiitoo <AT> gentoo <DOT> org>
AuthorDate: Wed May  8 17:43:22 2024 +0000
Commit:     Jimi Huotari <chiitoo <AT> gentoo <DOT> org>
CommitDate: Wed May  8 17:43:22 2024 +0000
URL:        https://gitweb.gentoo.org/proj/qt.git/commit/?id=396a3103

x11-terms/qterminal: update maintainers

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

 x11-terms/qterminal/metadata.xml | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/x11-terms/qterminal/metadata.xml b/x11-terms/qterminal/metadata.xml
index 951db6e9..4c30fd94 100644
--- a/x11-terms/qterminal/metadata.xml
+++ b/x11-terms/qterminal/metadata.xml
@@ -1,7 +1,10 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
-	<!-- maintainer-needed -->
+	<maintainer type="project">
+		<email>lxqt@gentoo.org</email>
+		<name>LXQt</name>
+	</maintainer>
 	<upstream>
 		<remote-id type="github">qterminal/qterminal</remote-id>
 	</upstream>


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

* [gentoo-commits] proj/qt:master commit in: x11-terms/qterminal/
@ 2024-05-25 21:57 Jimi Huotari
  0 siblings, 0 replies; 9+ messages in thread
From: Jimi Huotari @ 2024-05-25 21:57 UTC (permalink / raw
  To: gentoo-commits

commit:     c9255c98c34a4a9954a5f9ea9e76dd3ebe8daa0c
Author:     Jimi Huotari <chiitoo <AT> gentoo <DOT> org>
AuthorDate: Sat May 25 20:31:56 2024 +0000
Commit:     Jimi Huotari <chiitoo <AT> gentoo <DOT> org>
CommitDate: Sat May 25 20:31:56 2024 +0000
URL:        https://gitweb.gentoo.org/proj/qt.git/commit/?id=c9255c98

x11-terms/qterminal: add 2.0.0

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

 x11-terms/qterminal/Manifest               |  1 +
 x11-terms/qterminal/qterminal-2.0.0.ebuild | 46 ++++++++++++++++++++++++++++++
 2 files changed, 47 insertions(+)

diff --git a/x11-terms/qterminal/Manifest b/x11-terms/qterminal/Manifest
new file mode 100644
index 00000000..9f9ced14
--- /dev/null
+++ b/x11-terms/qterminal/Manifest
@@ -0,0 +1 @@
+DIST qterminal-2.0.0.tar.xz 228584 BLAKE2B 5c1bbd536659becd3708806a46a967bd35b479947cdca0412d0b2fecd31ce64f1dc71266dd48f3280fbac4e3e534c5b99e43442a63b139fb8789f443e1c67197 SHA512 455ca913f38eed881af50eb17d4798985d546c3c633d4df8887316abd4a56e76d1f716dcaece471e092471c0381a328ca685ec27f4d4690e89087166dc7fb0a3

diff --git a/x11-terms/qterminal/qterminal-2.0.0.ebuild b/x11-terms/qterminal/qterminal-2.0.0.ebuild
new file mode 100644
index 00000000..5e4b94e0
--- /dev/null
+++ b/x11-terms/qterminal/qterminal-2.0.0.ebuild
@@ -0,0 +1,46 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit cmake xdg-utils
+
+DESCRIPTION="Qt-based multitab terminal emulator"
+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 GPL-2+"
+SLOT="0"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+BDEPEND=">=dev-util/lxqt-build-tools-2.0.0"
+DEPEND="
+	>=dev-qt/qtbase-6.6:6[dbus,gui,widgets]
+	x11-libs/libX11
+	~x11-libs/qtermwidget-${PV}:=
+"
+RDEPEND="${DEPEND}"
+
+src_configure() {
+	local mycmakeargs=(
+		-DBUILD_TESTS=$(usex test)
+	)
+
+	cmake_src_configure
+}
+
+pkg_postinst() {
+	xdg_icon_cache_update
+}
+
+pkg_postrm() {
+	xdg_icon_cache_update
+}


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

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

commit:     cc6772923d23626ef480d4809c85291794d0e3fb
Author:     Jimi Huotari <chiitoo <AT> gentoo <DOT> org>
AuthorDate: Fri Jun 14 22:02:51 2024 +0000
Commit:     Jimi Huotari <chiitoo <AT> gentoo <DOT> org>
CommitDate: Fri Jun 14 22:14:25 2024 +0000
URL:        https://gitweb.gentoo.org/proj/qt.git/commit/?id=cc677292

x11-terms/qterminal: drop 2.0.0

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

 x11-terms/qterminal/Manifest               |  1 -
 x11-terms/qterminal/qterminal-2.0.0.ebuild | 46 ------------------------------
 2 files changed, 47 deletions(-)

diff --git a/x11-terms/qterminal/Manifest b/x11-terms/qterminal/Manifest
deleted file mode 100644
index 9f9ced14..00000000
--- a/x11-terms/qterminal/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST qterminal-2.0.0.tar.xz 228584 BLAKE2B 5c1bbd536659becd3708806a46a967bd35b479947cdca0412d0b2fecd31ce64f1dc71266dd48f3280fbac4e3e534c5b99e43442a63b139fb8789f443e1c67197 SHA512 455ca913f38eed881af50eb17d4798985d546c3c633d4df8887316abd4a56e76d1f716dcaece471e092471c0381a328ca685ec27f4d4690e89087166dc7fb0a3

diff --git a/x11-terms/qterminal/qterminal-2.0.0.ebuild b/x11-terms/qterminal/qterminal-2.0.0.ebuild
deleted file mode 100644
index 5e4b94e0..00000000
--- a/x11-terms/qterminal/qterminal-2.0.0.ebuild
+++ /dev/null
@@ -1,46 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit cmake xdg-utils
-
-DESCRIPTION="Qt-based multitab terminal emulator"
-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 GPL-2+"
-SLOT="0"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-BDEPEND=">=dev-util/lxqt-build-tools-2.0.0"
-DEPEND="
-	>=dev-qt/qtbase-6.6:6[dbus,gui,widgets]
-	x11-libs/libX11
-	~x11-libs/qtermwidget-${PV}:=
-"
-RDEPEND="${DEPEND}"
-
-src_configure() {
-	local mycmakeargs=(
-		-DBUILD_TESTS=$(usex test)
-	)
-
-	cmake_src_configure
-}
-
-pkg_postinst() {
-	xdg_icon_cache_update
-}
-
-pkg_postrm() {
-	xdg_icon_cache_update
-}


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

* [gentoo-commits] proj/qt:master commit in: x11-terms/qterminal/
@ 2024-06-16 18:20 Jimi Huotari
  0 siblings, 0 replies; 9+ messages in thread
From: Jimi Huotari @ 2024-06-16 18:20 UTC (permalink / raw
  To: gentoo-commits

commit:     3689ef1484f2cd3e3bc43016fc7ad7ecb1d4ed63
Author:     Jimi Huotari <chiitoo <AT> gentoo <DOT> org>
AuthorDate: Sun Jun 16 18:14:42 2024 +0000
Commit:     Jimi Huotari <chiitoo <AT> gentoo <DOT> org>
CommitDate: Sun Jun 16 18:15:35 2024 +0000
URL:        https://gitweb.gentoo.org/proj/qt.git/commit/?id=3689ef14

x11-terms/qterminal: add dev-qt/qtbase[X] dependency

Reportedly fails to build without this.

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

 x11-terms/qterminal/qterminal-9999.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-terms/qterminal/qterminal-9999.ebuild b/x11-terms/qterminal/qterminal-9999.ebuild
index 5e4b94e0..14dfb833 100644
--- a/x11-terms/qterminal/qterminal-9999.ebuild
+++ b/x11-terms/qterminal/qterminal-9999.ebuild
@@ -23,7 +23,7 @@ RESTRICT="!test? ( test )"
 
 BDEPEND=">=dev-util/lxqt-build-tools-2.0.0"
 DEPEND="
-	>=dev-qt/qtbase-6.6:6[dbus,gui,widgets]
+	>=dev-qt/qtbase-6.6:6[dbus,gui,widgets,X]
 	x11-libs/libX11
 	~x11-libs/qtermwidget-${PV}:=
 "


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

end of thread, other threads:[~2024-06-16 18:20 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-05-11 18:29 [gentoo-commits] proj/qt:master commit in: x11-terms/qterminal/ Davide Pesavento
  -- strict thread matches above, loose matches on Subject: below --
2024-06-16 18:20 Jimi Huotari
2024-06-14 22:15 Jimi Huotari
2024-05-25 21:57 Jimi Huotari
2024-05-08 17:44 Jimi Huotari
2024-04-21 21:34 Jimi Huotari
2024-04-21 20:04 Jimi Huotari
2015-10-01 14:27 Michael Palimaka
2014-05-01 15:57 Michael Palimaka

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