* [gentoo-commits] gentoo-x86 commit in app-emulation/vice: ChangeLog vice-2.2.ebuild
@ 2010-03-23 23:58 Samuli Suominen (ssuominen)
0 siblings, 0 replies; 6+ messages in thread
From: Samuli Suominen (ssuominen) @ 2010-03-23 23:58 UTC (permalink / raw
To: gentoo-commits
ssuominen 10/03/23 23:58:01
Modified: ChangeLog vice-2.2.ebuild
Log:
Fix bug 292508 in a different way since upstream mentioned wanting configure.in check.
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Revision Changes Path
1.69 app-emulation/vice/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emulation/vice/ChangeLog?rev=1.69&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emulation/vice/ChangeLog?rev=1.69&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emulation/vice/ChangeLog?r1=1.68&r2=1.69
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-emulation/vice/ChangeLog,v
retrieving revision 1.68
retrieving revision 1.69
diff -u -r1.68 -r1.69
--- ChangeLog 23 Mar 2010 22:51:06 -0000 1.68
+++ ChangeLog 23 Mar 2010 23:58:01 -0000 1.69
@@ -1,6 +1,11 @@
# ChangeLog for app-emulation/vice
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-emulation/vice/ChangeLog,v 1.68 2010/03/23 22:51:06 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/vice/ChangeLog,v 1.69 2010/03/23 23:58:01 ssuominen Exp $
+
+ 23 Mar 2010; Samuli Suominen <ssuominen@gentoo.org> vice-2.2.ebuild,
+ +files/vice-2.2-xshm.patch:
+ Fix bug 292508 in a different way since upstream mentioned wanting
+ configure.in check.
*vice-2.2 (23 Mar 2010)
1.2 app-emulation/vice/vice-2.2.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emulation/vice/vice-2.2.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emulation/vice/vice-2.2.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emulation/vice/vice-2.2.ebuild?r1=1.1&r2=1.2
Index: vice-2.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-emulation/vice/vice-2.2.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- vice-2.2.ebuild 23 Mar 2010 22:51:06 -0000 1.1
+++ vice-2.2.ebuild 23 Mar 2010 23:58:01 -0000 1.2
@@ -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/app-emulation/vice/vice-2.2.ebuild,v 1.1 2010/03/23 22:51:06 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/vice/vice-2.2.ebuild,v 1.2 2010/03/23 23:58:01 ssuominen Exp $
EAPI=2
inherit autotools eutils games
@@ -58,6 +58,7 @@
nls? ( sys-devel/gettext )"
src_prepare() {
+ epatch "${FILESDIR}"/${P}-xshm.patch
sed -i \
-e "s:/usr/local/lib/VICE:${GAMES_DATADIR}/${PN}:" \
man/vice.1 \
^ permalink raw reply [flat|nested] 6+ messages in thread
* [gentoo-commits] gentoo-x86 commit in app-emulation/vice: ChangeLog vice-2.2.ebuild
@ 2010-04-08 2:20 Michael Sterrett (mr_bones_)
0 siblings, 0 replies; 6+ messages in thread
From: Michael Sterrett (mr_bones_) @ 2010-04-08 2:20 UTC (permalink / raw
To: gentoo-commits
mr_bones_ 10/04/08 02:20:42
Modified: ChangeLog vice-2.2.ebuild
Log:
patch location for files - sed patch from Marcin Deranek via bug #313741
(Portage version: 2.1.7.17/cvs/Linux i686)
Revision Changes Path
1.71 app-emulation/vice/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emulation/vice/ChangeLog?rev=1.71&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emulation/vice/ChangeLog?rev=1.71&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emulation/vice/ChangeLog?r1=1.70&r2=1.71
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-emulation/vice/ChangeLog,v
retrieving revision 1.70
retrieving revision 1.71
diff -u -r1.70 -r1.71
--- ChangeLog 24 Mar 2010 14:15:43 -0000 1.70
+++ ChangeLog 8 Apr 2010 02:20:41 -0000 1.71
@@ -1,6 +1,9 @@
# ChangeLog for app-emulation/vice
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-emulation/vice/ChangeLog,v 1.70 2010/03/24 14:15:43 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/vice/ChangeLog,v 1.71 2010/04/08 02:20:41 mr_bones_ Exp $
+
+ 08 Apr 2010; Michael Sterrett <mr_bones_@gentoo.org> vice-2.2.ebuild:
+ patch location for files - sed patch from Marcin Deranek via bug #313741
24 Mar 2010; Samuli Suominen <ssuominen@gentoo.org>
files/vice-2.2-xshm.patch:
1.3 app-emulation/vice/vice-2.2.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emulation/vice/vice-2.2.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emulation/vice/vice-2.2.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emulation/vice/vice-2.2.ebuild?r1=1.2&r2=1.3
Index: vice-2.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-emulation/vice/vice-2.2.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- vice-2.2.ebuild 23 Mar 2010 23:58:01 -0000 1.2
+++ vice-2.2.ebuild 8 Apr 2010 02:20:41 -0000 1.3
@@ -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/app-emulation/vice/vice-2.2.ebuild,v 1.2 2010/03/23 23:58:01 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/vice/vice-2.2.ebuild,v 1.3 2010/04/08 02:20:41 mr_bones_ Exp $
EAPI=2
inherit autotools eutils games
@@ -69,6 +69,11 @@
-e "/VICEDIR=/s:=.*:=\"${GAMES_DATADIR}/${PN}\";:" \
configure.in \
|| die "sed failed"
+ sed -i \
+ -e "s:\(#define LIBDIR \).*:\1\"${GAMES_DATADIR}/${PN}\":" \
+ -e "s:\(#define DOCDIR \).*:\1\"/usr/share/doc/${PF}\":" \
+ src/arch/unix/archdep.h \
+ src/arch/sdl/archdep_unix.h
AT_NO_RECURSIVE=1 eautoreconf
}
^ permalink raw reply [flat|nested] 6+ messages in thread
* [gentoo-commits] gentoo-x86 commit in app-emulation/vice: ChangeLog vice-2.2.ebuild
@ 2010-04-11 17:04 PaweA Hajdan (phajdan.jr)
0 siblings, 0 replies; 6+ messages in thread
From: PaweA Hajdan (phajdan.jr) @ 2010-04-11 17:04 UTC (permalink / raw
To: gentoo-commits
phajdan.jr 10/04/11 17:04:29
Modified: ChangeLog vice-2.2.ebuild
Log:
x86 stable wrt bug #302506
(Portage version: 2.1.7.17/cvs/Linux i686)
Revision Changes Path
1.72 app-emulation/vice/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emulation/vice/ChangeLog?rev=1.72&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emulation/vice/ChangeLog?rev=1.72&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emulation/vice/ChangeLog?r1=1.71&r2=1.72
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-emulation/vice/ChangeLog,v
retrieving revision 1.71
retrieving revision 1.72
diff -u -r1.71 -r1.72
--- ChangeLog 8 Apr 2010 02:20:41 -0000 1.71
+++ ChangeLog 11 Apr 2010 17:04:29 -0000 1.72
@@ -1,6 +1,9 @@
# ChangeLog for app-emulation/vice
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-emulation/vice/ChangeLog,v 1.71 2010/04/08 02:20:41 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/vice/ChangeLog,v 1.72 2010/04/11 17:04:29 phajdan.jr Exp $
+
+ 11 Apr 2010; Pawel Hajdan jr <phajdan.jr@gentoo.org> vice-2.2.ebuild:
+ x86 stable wrt bug #302506
08 Apr 2010; Michael Sterrett <mr_bones_@gentoo.org> vice-2.2.ebuild:
patch location for files - sed patch from Marcin Deranek via bug #313741
1.4 app-emulation/vice/vice-2.2.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emulation/vice/vice-2.2.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emulation/vice/vice-2.2.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emulation/vice/vice-2.2.ebuild?r1=1.3&r2=1.4
Index: vice-2.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-emulation/vice/vice-2.2.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- vice-2.2.ebuild 8 Apr 2010 02:20:41 -0000 1.3
+++ vice-2.2.ebuild 11 Apr 2010 17:04:29 -0000 1.4
@@ -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/app-emulation/vice/vice-2.2.ebuild,v 1.3 2010/04/08 02:20:41 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/vice/vice-2.2.ebuild,v 1.4 2010/04/11 17:04:29 phajdan.jr Exp $
EAPI=2
inherit autotools eutils games
@@ -11,7 +11,7 @@
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~amd64 ~ppc ~sparc ~x86"
+KEYWORDS="~amd64 ~ppc ~sparc x86"
IUSE="Xaw3d alsa gnome nls png readline sdl ipv6 memmap ethernet oss zlib X gif jpeg xv dga xrandr ffmpeg lame pulseaudio"
RDEPEND="
^ permalink raw reply [flat|nested] 6+ messages in thread
* [gentoo-commits] gentoo-x86 commit in app-emulation/vice: ChangeLog vice-2.2.ebuild
@ 2011-02-25 17:41 Kevin McCarthy (signals)
0 siblings, 0 replies; 6+ messages in thread
From: Kevin McCarthy (signals) @ 2011-02-25 17:41 UTC (permalink / raw
To: gentoo-commits
signals 11/02/25 17:41:56
Modified: ChangeLog vice-2.2.ebuild
Log:
depend virtual/jpeg
(Portage version: 2.2.0_alpha25/cvs/Linux x86_64)
Revision Changes Path
1.73 app-emulation/vice/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/vice/ChangeLog?rev=1.73&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/vice/ChangeLog?rev=1.73&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/vice/ChangeLog?r1=1.72&r2=1.73
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-emulation/vice/ChangeLog,v
retrieving revision 1.72
retrieving revision 1.73
diff -u -r1.72 -r1.73
--- ChangeLog 11 Apr 2010 17:04:29 -0000 1.72
+++ ChangeLog 25 Feb 2011 17:41:56 -0000 1.73
@@ -1,6 +1,9 @@
# ChangeLog for app-emulation/vice
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-emulation/vice/ChangeLog,v 1.72 2010/04/11 17:04:29 phajdan.jr Exp $
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/vice/ChangeLog,v 1.73 2011/02/25 17:41:56 signals Exp $
+
+ 25 Feb 2011; Kevin McCarthy <signals@gentoo.org> vice-2.2.ebuild:
+ Depend on virtual/jpeg instead of media-libs/jpeg
11 Apr 2010; Pawel Hajdan jr <phajdan.jr@gentoo.org> vice-2.2.ebuild:
x86 stable wrt bug #302506
1.5 app-emulation/vice/vice-2.2.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/vice/vice-2.2.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/vice/vice-2.2.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/vice/vice-2.2.ebuild?r1=1.4&r2=1.5
Index: vice-2.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-emulation/vice/vice-2.2.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- vice-2.2.ebuild 11 Apr 2010 17:04:29 -0000 1.4
+++ vice-2.2.ebuild 25 Feb 2011 17:41:56 -0000 1.5
@@ -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/app-emulation/vice/vice-2.2.ebuild,v 1.4 2010/04/11 17:04:29 phajdan.jr Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/vice/vice-2.2.ebuild,v 1.5 2011/02/25 17:41:56 signals Exp $
EAPI=2
inherit autotools eutils games
@@ -42,7 +42,7 @@
readline? ( sys-libs/readline )
sdl? ( media-libs/libsdl )
gif? ( media-libs/giflib )
- jpeg? ( media-libs/jpeg:0 )
+ jpeg? ( virtual/jpeg )
xv? ( x11-libs/libXv )
dga? ( x11-libs/libXxf86dga )
xrandr? ( x11-libs/libXrandr )"
^ permalink raw reply [flat|nested] 6+ messages in thread
* [gentoo-commits] gentoo-x86 commit in app-emulation/vice: ChangeLog vice-2.2.ebuild
@ 2011-03-31 15:35 Tomas Chvatal (scarabeus)
0 siblings, 0 replies; 6+ messages in thread
From: Tomas Chvatal (scarabeus) @ 2011-03-31 15:35 UTC (permalink / raw
To: gentoo-commits
scarabeus 11/03/31 15:35:13
Modified: ChangeLog vice-2.2.ebuild
Log:
Depend on virtual/ffmpeg instead of media-video/ffmpeg.
(Portage version: 2.2.0_alpha29/cvs/Linux x86_64)
Revision Changes Path
1.74 app-emulation/vice/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/vice/ChangeLog?rev=1.74&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/vice/ChangeLog?rev=1.74&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/vice/ChangeLog?r1=1.73&r2=1.74
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-emulation/vice/ChangeLog,v
retrieving revision 1.73
retrieving revision 1.74
diff -u -r1.73 -r1.74
--- ChangeLog 25 Feb 2011 17:41:56 -0000 1.73
+++ ChangeLog 31 Mar 2011 15:35:13 -0000 1.74
@@ -1,6 +1,9 @@
# ChangeLog for app-emulation/vice
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-emulation/vice/ChangeLog,v 1.73 2011/02/25 17:41:56 signals Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/vice/ChangeLog,v 1.74 2011/03/31 15:35:13 scarabeus Exp $
+
+ 31 Mar 2011; Tomáš Chvátal <scarabeus@gentoo.org> vice-2.2.ebuild:
+ Depend on virtual/ffmpeg instead of media-video/ffmpeg.
25 Feb 2011; Kevin McCarthy <signals@gentoo.org> vice-2.2.ebuild:
Depend on virtual/jpeg instead of media-libs/jpeg
1.6 app-emulation/vice/vice-2.2.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/vice/vice-2.2.ebuild?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/vice/vice-2.2.ebuild?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/vice/vice-2.2.ebuild?r1=1.5&r2=1.6
Index: vice-2.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-emulation/vice/vice-2.2.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- vice-2.2.ebuild 25 Feb 2011 17:41:56 -0000 1.5
+++ vice-2.2.ebuild 31 Mar 2011 15:35:13 -0000 1.6
@@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-emulation/vice/vice-2.2.ebuild,v 1.5 2011/02/25 17:41:56 signals Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/vice/vice-2.2.ebuild,v 1.6 2011/03/31 15:35:13 scarabeus Exp $
EAPI=2
inherit autotools eutils games
@@ -32,7 +32,7 @@
x11-libs/pango
)
lame? ( media-sound/lame )
- ffmpeg? ( >=media-video/ffmpeg-0.5_p20373 )
+ ffmpeg? ( virtual/ffmpeg )
ethernet? (
>=net-libs/libpcap-0.9.8
>=net-libs/libnet-1.1.2.1
^ permalink raw reply [flat|nested] 6+ messages in thread
* [gentoo-commits] gentoo-x86 commit in app-emulation/vice: ChangeLog vice-2.2.ebuild
@ 2011-11-10 3:42 Samuli Suominen (ssuominen)
0 siblings, 0 replies; 6+ messages in thread
From: Samuli Suominen (ssuominen) @ 2011-11-10 3:42 UTC (permalink / raw
To: gentoo-commits
ssuominen 11/11/10 03:42:00
Modified: ChangeLog
Removed: vice-2.2.ebuild
Log:
drop old to avoid useless reports like bug 390021
(Portage version: 2.2.0_alpha72/cvs/Linux x86_64)
Revision Changes Path
1.79 app-emulation/vice/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/vice/ChangeLog?rev=1.79&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/vice/ChangeLog?rev=1.79&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/vice/ChangeLog?r1=1.78&r2=1.79
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-emulation/vice/ChangeLog,v
retrieving revision 1.78
retrieving revision 1.79
diff -u -r1.78 -r1.79
--- ChangeLog 24 Oct 2011 04:12:24 -0000 1.78
+++ ChangeLog 10 Nov 2011 03:42:00 -0000 1.79
@@ -1,6 +1,10 @@
# ChangeLog for app-emulation/vice
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-emulation/vice/ChangeLog,v 1.78 2011/10/24 04:12:24 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/vice/ChangeLog,v 1.79 2011/11/10 03:42:00 ssuominen Exp $
+
+ 10 Nov 2011; Samuli Suominen <ssuominen@gentoo.org> -vice-2.2.ebuild,
+ -files/vice-2.2-xshm.patch:
+ old
24 Oct 2011; Michael Sterrett <mr_bones_@gentoo.org> vice-2.3.ebuild,
+files/vice-2.3-notexi.patch:
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2011-11-10 3:42 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-11-10 3:42 [gentoo-commits] gentoo-x86 commit in app-emulation/vice: ChangeLog vice-2.2.ebuild Samuli Suominen (ssuominen)
-- strict thread matches above, loose matches on Subject: below --
2011-03-31 15:35 Tomas Chvatal (scarabeus)
2011-02-25 17:41 Kevin McCarthy (signals)
2010-04-11 17:04 PaweA Hajdan (phajdan.jr)
2010-04-08 2:20 Michael Sterrett (mr_bones_)
2010-03-23 23:58 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