public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in x11-libs/libmatchbox: ChangeLog libmatchbox-1.9.ebuild
@ 2010-03-09 14:57 Samuli Suominen (ssuominen)
  0 siblings, 0 replies; 5+ messages in thread
From: Samuli Suominen (ssuominen) @ 2010-03-09 14:57 UTC (permalink / raw
  To: gentoo-commits

ssuominen    10/03/09 14:57:49

  Modified:             ChangeLog libmatchbox-1.9.ebuild
  Log:
  Fix building with libpng14.
  (Portage version: 2.2_rc66/cvs/Linux x86_64)

Revision  Changes    Path
1.13                 x11-libs/libmatchbox/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/libmatchbox/ChangeLog?rev=1.13&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/libmatchbox/ChangeLog?rev=1.13&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/libmatchbox/ChangeLog?r1=1.12&r2=1.13

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/libmatchbox/ChangeLog,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- ChangeLog	14 Mar 2009 04:16:44 -0000	1.12
+++ ChangeLog	9 Mar 2010 14:57:48 -0000	1.13
@@ -1,6 +1,10 @@
 # ChangeLog for x11-libs/libmatchbox
-# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/libmatchbox/ChangeLog,v 1.12 2009/03/14 04:16:44 solar Exp $
+# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/libmatchbox/ChangeLog,v 1.13 2010/03/09 14:57:48 ssuominen Exp $
+
+  09 Mar 2010; Samuli Suominen <ssuominen@gentoo.org>
+  libmatchbox-1.9.ebuild, +files/libmatchbox-1.9-libpng14.patch:
+  Fix building with libpng14.
 
   14 Mar 2009; <solar@gentoo.org> libmatchbox-1.9.ebuild:
   keyword ~amd64



1.8                  x11-libs/libmatchbox/libmatchbox-1.9.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/libmatchbox/libmatchbox-1.9.ebuild?rev=1.8&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/libmatchbox/libmatchbox-1.9.ebuild?rev=1.8&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/libmatchbox/libmatchbox-1.9.ebuild?r1=1.7&r2=1.8

Index: libmatchbox-1.9.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/libmatchbox/libmatchbox-1.9.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- libmatchbox-1.9.ebuild	14 Mar 2009 04:16:44 -0000	1.7
+++ libmatchbox-1.9.ebuild	9 Mar 2010 14:57:48 -0000	1.8
@@ -1,6 +1,6 @@
-# Copyright 2006-2009 Gentoo Foundation
+# Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/libmatchbox/libmatchbox-1.9.ebuild,v 1.7 2009/03/14 04:16:44 solar Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/libmatchbox/libmatchbox-1.9.ebuild,v 1.8 2010/03/09 14:57:48 ssuominen Exp $
 
 inherit eutils libtool
 
@@ -36,7 +36,7 @@
 src_unpack() {
 	unpack ${A}
 	cd "${S}"
-
+	epatch "${FILESDIR}"/${P}-libpng14.patch
 	elibtoolize
 }
 






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

* [gentoo-commits] gentoo-x86 commit in x11-libs/libmatchbox: ChangeLog libmatchbox-1.9.ebuild
@ 2010-04-26 15:17 Yuri Vasilevski (yvasilev)
  0 siblings, 0 replies; 5+ messages in thread
From: Yuri Vasilevski (yvasilev) @ 2010-04-26 15:17 UTC (permalink / raw
  To: gentoo-commits

yvasilev    10/04/26 15:17:37

  Modified:             ChangeLog libmatchbox-1.9.ebuild
  Log:
  Fixed installation of ChangeLog file (Bug #316497), fixed dependencies, added conditional dependency to dev-libs/check (needed for running tests).
  (Portage version: 2.1.7.17/cvs/Linux i686)

Revision  Changes    Path
1.14                 x11-libs/libmatchbox/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/libmatchbox/ChangeLog?rev=1.14&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/libmatchbox/ChangeLog?rev=1.14&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/libmatchbox/ChangeLog?r1=1.13&r2=1.14

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/libmatchbox/ChangeLog,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- ChangeLog	9 Mar 2010 14:57:48 -0000	1.13
+++ ChangeLog	26 Apr 2010 15:17:37 -0000	1.14
@@ -1,6 +1,10 @@
 # ChangeLog for x11-libs/libmatchbox
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/libmatchbox/ChangeLog,v 1.13 2010/03/09 14:57:48 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/libmatchbox/ChangeLog,v 1.14 2010/04/26 15:17:37 yvasilev Exp $
+
+  26 Apr 2010; Yuri Vasilevski <yvasilev@gentoo.org> libmatchbox-1.9.ebuild:
+  Fixed installation of ChangeLog file (Bug #316497), fixed dependencies,
+  added conditional dependency to dev-libs/check (needed for running tests).
 
   09 Mar 2010; Samuli Suominen <ssuominen@gentoo.org>
   libmatchbox-1.9.ebuild, +files/libmatchbox-1.9-libpng14.patch:



1.9                  x11-libs/libmatchbox/libmatchbox-1.9.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/libmatchbox/libmatchbox-1.9.ebuild?rev=1.9&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/libmatchbox/libmatchbox-1.9.ebuild?rev=1.9&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/libmatchbox/libmatchbox-1.9.ebuild?r1=1.8&r2=1.9

Index: libmatchbox-1.9.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/libmatchbox/libmatchbox-1.9.ebuild,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- libmatchbox-1.9.ebuild	9 Mar 2010 14:57:48 -0000	1.8
+++ libmatchbox-1.9.ebuild	26 Apr 2010 15:17:37 -0000	1.9
@@ -1,8 +1,8 @@
 # Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/libmatchbox/libmatchbox-1.9.ebuild,v 1.8 2010/03/09 14:57:48 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/libmatchbox/libmatchbox-1.9.ebuild,v 1.9 2010/04/26 15:17:37 yvasilev Exp $
 
-inherit eutils libtool
+inherit eutils
 
 DESCRIPTION="The Matchbox Library."
 HOMEPAGE="http://matchbox-project.org/"
@@ -11,7 +11,7 @@
 SLOT="0"
 
 KEYWORDS="~amd64 ~arm ~hppa ~mips ~ppc ~x86"
-IUSE="debug doc jpeg pango png truetype X xsettings"
+IUSE="debug doc jpeg pango png test truetype X xsettings"
 
 RDEPEND="x11-libs/libXext
 	truetype? ( x11-libs/libXft )
@@ -20,7 +20,9 @@
 	png? ( media-libs/libpng )
 	xsettings? ( x11-libs/libxsettings-client )"
 
-DEPEND="doc? ( app-doc/doxygen )"
+DEPEND="${RDEPEND}
+	doc? ( app-doc/doxygen )
+	test? ( dev-libs/check )"
 
 pkg_setup() {
 	# Bug #138135
@@ -36,6 +38,7 @@
 src_unpack() {
 	unpack ${A}
 	cd "${S}"
+
 	epatch "${FILESDIR}"/${P}-libpng14.patch
 	elibtoolize
 }
@@ -49,6 +52,7 @@
 		$(use_enable png) \
 		$(use_enable xsettings) \
 		$(use_with X x) \
+		$(use_enable test unit-tests) \
 		|| die "Configuration failed"
 
 	emake || die "Compilation failed"
@@ -57,6 +61,6 @@
 src_install() {
 	make DESTDIR="${D}" install || die "Installation failed"
 
-	dodoc AUTHORS Changelog INSTALL NEWS README
+	dodoc AUTHORS ChangeLog INSTALL NEWS README
 	use doc && dohtml doc/html/*
 }






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

* [gentoo-commits] gentoo-x86 commit in x11-libs/libmatchbox: ChangeLog libmatchbox-1.9.ebuild
@ 2010-05-04 12:01 Diego Petteno (flameeyes)
  0 siblings, 0 replies; 5+ messages in thread
From: Diego Petteno (flameeyes) @ 2010-05-04 12:01 UTC (permalink / raw
  To: gentoo-commits

flameeyes    10/05/04 12:01:18

  Modified:             ChangeLog libmatchbox-1.9.ebuild
  Log:
  QA: add missing libtool inherit.
  (Portage version: 2.2_rc67/cvs/Linux x86_64)

Revision  Changes    Path
1.15                 x11-libs/libmatchbox/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/libmatchbox/ChangeLog?rev=1.15&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/libmatchbox/ChangeLog?rev=1.15&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/libmatchbox/ChangeLog?r1=1.14&r2=1.15

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/libmatchbox/ChangeLog,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- ChangeLog	26 Apr 2010 15:17:37 -0000	1.14
+++ ChangeLog	4 May 2010 12:01:18 -0000	1.15
@@ -1,6 +1,10 @@
 # ChangeLog for x11-libs/libmatchbox
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/libmatchbox/ChangeLog,v 1.14 2010/04/26 15:17:37 yvasilev Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/libmatchbox/ChangeLog,v 1.15 2010/05/04 12:01:18 flameeyes Exp $
+
+  04 May 2010; Diego E. Pettenò <flameeyes@gentoo.org>
+  libmatchbox-1.9.ebuild:
+  QA: add missing libtool inherit.
 
   26 Apr 2010; Yuri Vasilevski <yvasilev@gentoo.org> libmatchbox-1.9.ebuild:
   Fixed installation of ChangeLog file (Bug #316497), fixed dependencies,



1.10                 x11-libs/libmatchbox/libmatchbox-1.9.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/libmatchbox/libmatchbox-1.9.ebuild?rev=1.10&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/libmatchbox/libmatchbox-1.9.ebuild?rev=1.10&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/libmatchbox/libmatchbox-1.9.ebuild?r1=1.9&r2=1.10

Index: libmatchbox-1.9.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/libmatchbox/libmatchbox-1.9.ebuild,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- libmatchbox-1.9.ebuild	26 Apr 2010 15:17:37 -0000	1.9
+++ libmatchbox-1.9.ebuild	4 May 2010 12:01:18 -0000	1.10
@@ -1,8 +1,8 @@
 # Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/libmatchbox/libmatchbox-1.9.ebuild,v 1.9 2010/04/26 15:17:37 yvasilev Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/libmatchbox/libmatchbox-1.9.ebuild,v 1.10 2010/05/04 12:01:18 flameeyes Exp $
 
-inherit eutils
+inherit eutils libtool
 
 DESCRIPTION="The Matchbox Library."
 HOMEPAGE="http://matchbox-project.org/"






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

* [gentoo-commits] gentoo-x86 commit in x11-libs/libmatchbox: ChangeLog libmatchbox-1.9.ebuild
@ 2010-07-10 19:46 Yuri Vasilevski (yvasilev)
  0 siblings, 0 replies; 5+ messages in thread
From: Yuri Vasilevski (yvasilev) @ 2010-07-10 19:46 UTC (permalink / raw
  To: gentoo-commits

yvasilev    10/07/10 19:46:35

  Modified:             ChangeLog libmatchbox-1.9.ebuild
  Log:
  Test suite broken, missing files and such.
  (Portage version: 2.1.8.3/cvs/Linux i686)

Revision  Changes    Path
1.16                 x11-libs/libmatchbox/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libmatchbox/ChangeLog?rev=1.16&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libmatchbox/ChangeLog?rev=1.16&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libmatchbox/ChangeLog?r1=1.15&r2=1.16

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/libmatchbox/ChangeLog,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- ChangeLog	4 May 2010 12:01:18 -0000	1.15
+++ ChangeLog	10 Jul 2010 19:46:35 -0000	1.16
@@ -1,6 +1,10 @@
 # ChangeLog for x11-libs/libmatchbox
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/libmatchbox/ChangeLog,v 1.15 2010/05/04 12:01:18 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/libmatchbox/ChangeLog,v 1.16 2010/07/10 19:46:35 yvasilev Exp $
+
+  10 Jul 2010; Yuri Vasilevski <yvasilev@gentoo.org> libmatchbox-1.9.ebuild:
+  Explicitly disabling tests as they are very broken (missing files and
+  such).
 
   04 May 2010; Diego E. Pettenò <flameeyes@gentoo.org>
   libmatchbox-1.9.ebuild:



1.11                 x11-libs/libmatchbox/libmatchbox-1.9.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libmatchbox/libmatchbox-1.9.ebuild?rev=1.11&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libmatchbox/libmatchbox-1.9.ebuild?rev=1.11&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libmatchbox/libmatchbox-1.9.ebuild?r1=1.10&r2=1.11

Index: libmatchbox-1.9.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/libmatchbox/libmatchbox-1.9.ebuild,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- libmatchbox-1.9.ebuild	4 May 2010 12:01:18 -0000	1.10
+++ libmatchbox-1.9.ebuild	10 Jul 2010 19:46:35 -0000	1.11
@@ -1,6 +1,6 @@
 # Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/libmatchbox/libmatchbox-1.9.ebuild,v 1.10 2010/05/04 12:01:18 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/libmatchbox/libmatchbox-1.9.ebuild,v 1.11 2010/07/10 19:46:35 yvasilev Exp $
 
 inherit eutils libtool
 
@@ -24,6 +24,9 @@
 	doc? ( app-doc/doxygen )
 	test? ( dev-libs/check )"
 
+# Test suite broken, missing files and such.
+RESTRICT="test"
+
 pkg_setup() {
 	# Bug #138135
 	if use truetype && use pango; then






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

* [gentoo-commits] gentoo-x86 commit in x11-libs/libmatchbox: ChangeLog libmatchbox-1.9.ebuild
@ 2011-02-26 22:37 Kevin McCarthy (signals)
  0 siblings, 0 replies; 5+ messages in thread
From: Kevin McCarthy (signals) @ 2011-02-26 22:37 UTC (permalink / raw
  To: gentoo-commits

signals     11/02/26 22:37:04

  Modified:             ChangeLog libmatchbox-1.9.ebuild
  Log:
  depend virtual/jpeg
  
  (Portage version: 2.2.0_alpha25/cvs/Linux x86_64)

Revision  Changes    Path
1.17                 x11-libs/libmatchbox/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libmatchbox/ChangeLog?rev=1.17&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libmatchbox/ChangeLog?rev=1.17&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libmatchbox/ChangeLog?r1=1.16&r2=1.17

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/libmatchbox/ChangeLog,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- ChangeLog	10 Jul 2010 19:46:35 -0000	1.16
+++ ChangeLog	26 Feb 2011 22:37:04 -0000	1.17
@@ -1,6 +1,9 @@
 # ChangeLog for x11-libs/libmatchbox
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/libmatchbox/ChangeLog,v 1.16 2010/07/10 19:46:35 yvasilev Exp $
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/libmatchbox/ChangeLog,v 1.17 2011/02/26 22:37:04 signals Exp $
+
+  26 Feb 2011; Kevin McCarthy <signals@gentoo.org> libmatchbox-1.9.ebuild:
+  Updated depends from media-libs/jpeg to virtual/jpeg
 
   10 Jul 2010; Yuri Vasilevski <yvasilev@gentoo.org> libmatchbox-1.9.ebuild:
   Explicitly disabling tests as they are very broken (missing files and



1.12                 x11-libs/libmatchbox/libmatchbox-1.9.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libmatchbox/libmatchbox-1.9.ebuild?rev=1.12&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libmatchbox/libmatchbox-1.9.ebuild?rev=1.12&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libmatchbox/libmatchbox-1.9.ebuild?r1=1.11&r2=1.12

Index: libmatchbox-1.9.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/libmatchbox/libmatchbox-1.9.ebuild,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- libmatchbox-1.9.ebuild	10 Jul 2010 19:46:35 -0000	1.11
+++ libmatchbox-1.9.ebuild	26 Feb 2011 22:37:04 -0000	1.12
@@ -1,6 +1,6 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/libmatchbox/libmatchbox-1.9.ebuild,v 1.11 2010/07/10 19:46:35 yvasilev Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/libmatchbox/libmatchbox-1.9.ebuild,v 1.12 2011/02/26 22:37:04 signals Exp $
 
 inherit eutils libtool
 
@@ -16,7 +16,7 @@
 RDEPEND="x11-libs/libXext
 	truetype? ( x11-libs/libXft )
 	pango? ( x11-libs/pango )
-	jpeg? ( media-libs/jpeg )
+	jpeg? ( virtual/jpeg )
 	png? ( media-libs/libpng )
 	xsettings? ( x11-libs/libxsettings-client )"
 






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

end of thread, other threads:[~2011-02-26 22:37 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-04-26 15:17 [gentoo-commits] gentoo-x86 commit in x11-libs/libmatchbox: ChangeLog libmatchbox-1.9.ebuild Yuri Vasilevski (yvasilev)
  -- strict thread matches above, loose matches on Subject: below --
2011-02-26 22:37 Kevin McCarthy (signals)
2010-07-10 19:46 Yuri Vasilevski (yvasilev)
2010-05-04 12:01 Diego Petteno (flameeyes)
2010-03-09 14:57 Samuli Suominen (ssuominen)

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