public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-db/tinycdb: tinycdb-0.77-r2.ebuild ChangeLog
@ 2012-06-16  2:39 Akinori Hattori (hattya)
  0 siblings, 0 replies; 5+ messages in thread
From: Akinori Hattori (hattya) @ 2012-06-16  2:39 UTC (permalink / raw
  To: gentoo-commits

hattya      12/06/16 02:39:03

  Modified:             tinycdb-0.77-r2.ebuild ChangeLog
  Log:
  ia64 stable wrt bug #418671.
  
  (Portage version: 2.1.10.49/cvs/Linux i686)

Revision  Changes    Path
1.6                  dev-db/tinycdb/tinycdb-0.77-r2.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/tinycdb/tinycdb-0.77-r2.ebuild?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/tinycdb/tinycdb-0.77-r2.ebuild?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/tinycdb/tinycdb-0.77-r2.ebuild?r1=1.5&r2=1.6

Index: tinycdb-0.77-r2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-db/tinycdb/tinycdb-0.77-r2.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- tinycdb-0.77-r2.ebuild	14 Jun 2012 15:21:20 -0000	1.5
+++ tinycdb-0.77-r2.ebuild	16 Jun 2012 02:39:03 -0000	1.6
@@ -1,6 +1,6 @@
 # Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/tinycdb/tinycdb-0.77-r2.ebuild,v 1.5 2012/06/14 15:21:20 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/tinycdb/tinycdb-0.77-r2.ebuild,v 1.6 2012/06/16 02:39:03 hattya Exp $
 
 EAPI="4"
 
@@ -12,16 +12,15 @@
 
 LICENSE="public-domain"
 SLOT="0"
-KEYWORDS="amd64 hppa ~ia64 ppc x86"
+KEYWORDS="amd64 hppa ia64 ppc x86"
 IUSE="static-libs"
 RESTRICT="test"
 
 RDEPEND="!dev-db/cdb"
 
 src_prepare() {
-	epatch \
-		"${FILESDIR}"/${P}-gentoo.diff \
-		"${FILESDIR}"/${P}-umask.diff
+	epatch "${FILESDIR}"/${P}-gentoo.diff
+	epatch "${FILESDIR}"/${P}-umask.diff
 	# fix multilib support
 	sed -i "/^libdir/s:/lib:/$(get_libdir):" Makefile
 }



1.38                 dev-db/tinycdb/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/tinycdb/ChangeLog?rev=1.38&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/tinycdb/ChangeLog?rev=1.38&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/tinycdb/ChangeLog?r1=1.37&r2=1.38

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-db/tinycdb/ChangeLog,v
retrieving revision 1.37
retrieving revision 1.38
diff -u -r1.37 -r1.38
--- ChangeLog	14 Jun 2012 15:21:20 -0000	1.37
+++ ChangeLog	16 Jun 2012 02:39:03 -0000	1.38
@@ -1,6 +1,9 @@
 # ChangeLog for dev-db/tinycdb
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/tinycdb/ChangeLog,v 1.37 2012/06/14 15:21:20 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/tinycdb/ChangeLog,v 1.38 2012/06/16 02:39:03 hattya Exp $
+
+  16 Jun 2012; Akinori Hattori <hattya@gentoo.org> tinycdb-0.77-r2.ebuild:
+  ia64 stable wrt bug #418671.
 
   14 Jun 2012; Jeroen Roovers <jer@gentoo.org> tinycdb-0.77-r2.ebuild:
   Stable for HPPA (bug #418671).






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

* [gentoo-commits] gentoo-x86 commit in dev-db/tinycdb: tinycdb-0.77-r2.ebuild ChangeLog
@ 2012-10-08 12:51 Akinori Hattori (hattya)
  0 siblings, 0 replies; 5+ messages in thread
From: Akinori Hattori (hattya) @ 2012-10-08 12:51 UTC (permalink / raw
  To: gentoo-commits

hattya      12/10/08 12:51:28

  Modified:             tinycdb-0.77-r2.ebuild ChangeLog
  Log:
  add patch to fix compilation error with uClibc by Joshua B. Kahlenberg wrt bug #434784
  
  (Portage version: 2.1.11.9/cvs/Linux i686)

Revision  Changes    Path
1.7                  dev-db/tinycdb/tinycdb-0.77-r2.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/tinycdb/tinycdb-0.77-r2.ebuild?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/tinycdb/tinycdb-0.77-r2.ebuild?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/tinycdb/tinycdb-0.77-r2.ebuild?r1=1.6&r2=1.7

Index: tinycdb-0.77-r2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-db/tinycdb/tinycdb-0.77-r2.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- tinycdb-0.77-r2.ebuild	16 Jun 2012 02:39:03 -0000	1.6
+++ tinycdb-0.77-r2.ebuild	8 Oct 2012 12:51:28 -0000	1.7
@@ -1,6 +1,6 @@
 # Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/tinycdb/tinycdb-0.77-r2.ebuild,v 1.6 2012/06/16 02:39:03 hattya Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/tinycdb/tinycdb-0.77-r2.ebuild,v 1.7 2012/10/08 12:51:28 hattya Exp $
 
 EAPI="4"
 
@@ -21,6 +21,7 @@
 src_prepare() {
 	epatch "${FILESDIR}"/${P}-gentoo.diff
 	epatch "${FILESDIR}"/${P}-umask.diff
+	epatch "${FILESDIR}"/${P}-uclibc.diff
 	# fix multilib support
 	sed -i "/^libdir/s:/lib:/$(get_libdir):" Makefile
 }



1.40                 dev-db/tinycdb/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/tinycdb/ChangeLog?rev=1.40&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/tinycdb/ChangeLog?rev=1.40&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/tinycdb/ChangeLog?r1=1.39&r2=1.40

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-db/tinycdb/ChangeLog,v
retrieving revision 1.39
retrieving revision 1.40
diff -u -r1.39 -r1.40
--- ChangeLog	16 Jun 2012 02:44:40 -0000	1.39
+++ ChangeLog	8 Oct 2012 12:51:28 -0000	1.40
@@ -1,6 +1,11 @@
 # ChangeLog for dev-db/tinycdb
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/tinycdb/ChangeLog,v 1.39 2012/06/16 02:44:40 hattya Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/tinycdb/ChangeLog,v 1.40 2012/10/08 12:51:28 hattya Exp $
+
+  08 Oct 2012; Akinori Hattori <hattya@gentoo.org>
+  +files/tinycdb-0.77-uclibc.diff, tinycdb-0.77-r2.ebuild:
+  add patch to fix compilation error with uClibc by Joshua B. Kahlenberg wrt bug
+  #434784
 
   16 Jun 2012; Akinori Hattori <hattya@gentoo.org> -tinycdb-0.77-r1.ebuild,
   -tinycdb-0.77.ebuild:
@@ -127,4 +132,3 @@
   19 Aug 2004; Akinori Hattori <hattya@gentoo.org> +metadata.xml,
   +files/tinycdb-libbase.diff, +tinycdb-0.74.ebuild:
   Initial revision.
-





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

* [gentoo-commits] gentoo-x86 commit in dev-db/tinycdb: tinycdb-0.77-r2.ebuild ChangeLog
@ 2014-09-28  9:28 Akinori Hattori (hattya)
  0 siblings, 0 replies; 5+ messages in thread
From: Akinori Hattori (hattya) @ 2014-09-28  9:28 UTC (permalink / raw
  To: gentoo-commits

hattya      14/09/28 09:28:17

  Modified:             tinycdb-0.77-r2.ebuild ChangeLog
  Log:
  einstall -> emake wrt bug #521540
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key EC917A6D)

Revision  Changes    Path
1.8                  dev-db/tinycdb/tinycdb-0.77-r2.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/tinycdb/tinycdb-0.77-r2.ebuild?rev=1.8&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/tinycdb/tinycdb-0.77-r2.ebuild?rev=1.8&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/tinycdb/tinycdb-0.77-r2.ebuild?r1=1.7&r2=1.8

Index: tinycdb-0.77-r2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-db/tinycdb/tinycdb-0.77-r2.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- tinycdb-0.77-r2.ebuild	8 Oct 2012 12:51:28 -0000	1.7
+++ tinycdb-0.77-r2.ebuild	28 Sep 2014 09:28:17 -0000	1.8
@@ -1,6 +1,6 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/tinycdb/tinycdb-0.77-r2.ebuild,v 1.7 2012/10/08 12:51:28 hattya Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/tinycdb/tinycdb-0.77-r2.ebuild,v 1.8 2014/09/28 09:28:17 hattya Exp $
 
 EAPI="4"
 
@@ -37,6 +37,6 @@
 	local targets="install-sharedlib"
 	use static-libs && targets="${targets} install-piclib"
 
-	einstall ${targets}
+	emake DESTDIR="${D}" ${targets}
 	dodoc ChangeLog NEWS
 }



1.41                 dev-db/tinycdb/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/tinycdb/ChangeLog?rev=1.41&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/tinycdb/ChangeLog?rev=1.41&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/tinycdb/ChangeLog?r1=1.40&r2=1.41

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-db/tinycdb/ChangeLog,v
retrieving revision 1.40
retrieving revision 1.41
diff -u -r1.40 -r1.41
--- ChangeLog	8 Oct 2012 12:51:28 -0000	1.40
+++ ChangeLog	28 Sep 2014 09:28:17 -0000	1.41
@@ -1,6 +1,9 @@
 # ChangeLog for dev-db/tinycdb
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/tinycdb/ChangeLog,v 1.40 2012/10/08 12:51:28 hattya Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-db/tinycdb/ChangeLog,v 1.41 2014/09/28 09:28:17 hattya Exp $
+
+  28 Sep 2014; Akinori Hattori <hattya@gentoo.org> tinycdb-0.77-r2.ebuild:
+  einstall -> emake wrt bug #521540
 
   08 Oct 2012; Akinori Hattori <hattya@gentoo.org>
   +files/tinycdb-0.77-uclibc.diff, tinycdb-0.77-r2.ebuild:





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

* [gentoo-commits] gentoo-x86 commit in dev-db/tinycdb: tinycdb-0.77-r2.ebuild ChangeLog
@ 2014-09-28  9:29 Akinori Hattori (hattya)
  0 siblings, 0 replies; 5+ messages in thread
From: Akinori Hattori (hattya) @ 2014-09-28  9:29 UTC (permalink / raw
  To: gentoo-commits

hattya      14/09/28 09:29:47

  Modified:             tinycdb-0.77-r2.ebuild ChangeLog
  Log:
  update to EAPI 5
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key EC917A6D)

Revision  Changes    Path
1.9                  dev-db/tinycdb/tinycdb-0.77-r2.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/tinycdb/tinycdb-0.77-r2.ebuild?rev=1.9&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/tinycdb/tinycdb-0.77-r2.ebuild?rev=1.9&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/tinycdb/tinycdb-0.77-r2.ebuild?r1=1.8&r2=1.9

Index: tinycdb-0.77-r2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-db/tinycdb/tinycdb-0.77-r2.ebuild,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- tinycdb-0.77-r2.ebuild	28 Sep 2014 09:28:17 -0000	1.8
+++ tinycdb-0.77-r2.ebuild	28 Sep 2014 09:29:47 -0000	1.9
@@ -1,8 +1,8 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/tinycdb/tinycdb-0.77-r2.ebuild,v 1.8 2014/09/28 09:28:17 hattya Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/tinycdb/tinycdb-0.77-r2.ebuild,v 1.9 2014/09/28 09:29:47 hattya Exp $
 
-EAPI="4"
+EAPI="5"
 
 inherit eutils multilib toolchain-funcs
 
@@ -28,14 +28,14 @@
 
 src_compile() {
 	local targets="shared"
-	use static-libs && targets="${targets} staticlib piclib"
+	use static-libs && targets+=" staticlib piclib"
 
 	emake CC="$(tc-getCC)" CFLAGS="${CFLAGS} ${LDFLAGS}" ${targets}
 }
 
 src_install() {
 	local targets="install-sharedlib"
-	use static-libs && targets="${targets} install-piclib"
+	use static-libs && targets+=" install-piclib"
 
 	emake DESTDIR="${D}" ${targets}
 	dodoc ChangeLog NEWS



1.42                 dev-db/tinycdb/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/tinycdb/ChangeLog?rev=1.42&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/tinycdb/ChangeLog?rev=1.42&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/tinycdb/ChangeLog?r1=1.41&r2=1.42

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-db/tinycdb/ChangeLog,v
retrieving revision 1.41
retrieving revision 1.42
diff -u -r1.41 -r1.42
--- ChangeLog	28 Sep 2014 09:28:17 -0000	1.41
+++ ChangeLog	28 Sep 2014 09:29:47 -0000	1.42
@@ -1,6 +1,9 @@
 # ChangeLog for dev-db/tinycdb
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/tinycdb/ChangeLog,v 1.41 2014/09/28 09:28:17 hattya Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/tinycdb/ChangeLog,v 1.42 2014/09/28 09:29:47 hattya Exp $
+
+  28 Sep 2014; Akinori Hattori <hattya@gentoo.org> tinycdb-0.77-r2.ebuild:
+  update to EAPI 5
 
   28 Sep 2014; Akinori Hattori <hattya@gentoo.org> tinycdb-0.77-r2.ebuild:
   einstall -> emake wrt bug #521540





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

* [gentoo-commits] gentoo-x86 commit in dev-db/tinycdb: tinycdb-0.77-r2.ebuild ChangeLog
@ 2014-10-11  5:36 Akinori Hattori (hattya)
  0 siblings, 0 replies; 5+ messages in thread
From: Akinori Hattori (hattya) @ 2014-10-11  5:36 UTC (permalink / raw
  To: gentoo-commits

hattya      14/10/11 05:36:02

  Modified:             tinycdb-0.77-r2.ebuild ChangeLog
  Log:
  fixes bug #524954
  
  (Portage version: 2.2.8-r2/cvs/Linux i686, signed Manifest commit with key EC917A6D)

Revision  Changes    Path
1.10                 dev-db/tinycdb/tinycdb-0.77-r2.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/tinycdb/tinycdb-0.77-r2.ebuild?rev=1.10&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/tinycdb/tinycdb-0.77-r2.ebuild?rev=1.10&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/tinycdb/tinycdb-0.77-r2.ebuild?r1=1.9&r2=1.10

Index: tinycdb-0.77-r2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-db/tinycdb/tinycdb-0.77-r2.ebuild,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- tinycdb-0.77-r2.ebuild	28 Sep 2014 09:29:47 -0000	1.9
+++ tinycdb-0.77-r2.ebuild	11 Oct 2014 05:36:02 -0000	1.10
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/tinycdb/tinycdb-0.77-r2.ebuild,v 1.9 2014/09/28 09:29:47 hattya Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/tinycdb/tinycdb-0.77-r2.ebuild,v 1.10 2014/10/11 05:36:02 hattya Exp $
 
 EAPI="5"
 
@@ -30,13 +30,20 @@
 	local targets="shared"
 	use static-libs && targets+=" staticlib piclib"
 
-	emake CC="$(tc-getCC)" CFLAGS="${CFLAGS} ${LDFLAGS}" ${targets}
+	emake \
+		CC="$(tc-getCC)" \
+		CFLAGS="${CFLAGS} ${LDFLAGS}" \
+		${targets}
 }
 
 src_install() {
-	local targets="install-sharedlib"
+	local targets="install install-sharedlib"
 	use static-libs && targets+=" install-piclib"
 
-	emake DESTDIR="${D}" ${targets}
+	emake \
+		prefix="/usr" \
+		mandir="/usr/share/man" \
+		DESTDIR="${D}" \
+		${targets}
 	dodoc ChangeLog NEWS
 }



1.43                 dev-db/tinycdb/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/tinycdb/ChangeLog?rev=1.43&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/tinycdb/ChangeLog?rev=1.43&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/tinycdb/ChangeLog?r1=1.42&r2=1.43

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-db/tinycdb/ChangeLog,v
retrieving revision 1.42
retrieving revision 1.43
diff -u -r1.42 -r1.43
--- ChangeLog	28 Sep 2014 09:29:47 -0000	1.42
+++ ChangeLog	11 Oct 2014 05:36:02 -0000	1.43
@@ -1,6 +1,9 @@
 # ChangeLog for dev-db/tinycdb
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/tinycdb/ChangeLog,v 1.42 2014/09/28 09:29:47 hattya Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/tinycdb/ChangeLog,v 1.43 2014/10/11 05:36:02 hattya Exp $
+
+  11 Oct 2014; Akinori Hattori <hattya@gentoo.org> tinycdb-0.77-r2.ebuild:
+  fixes bug #524954
 
   28 Sep 2014; Akinori Hattori <hattya@gentoo.org> tinycdb-0.77-r2.ebuild:
   update to EAPI 5





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

end of thread, other threads:[~2014-10-11  5:36 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-09-28  9:29 [gentoo-commits] gentoo-x86 commit in dev-db/tinycdb: tinycdb-0.77-r2.ebuild ChangeLog Akinori Hattori (hattya)
  -- strict thread matches above, loose matches on Subject: below --
2014-10-11  5:36 Akinori Hattori (hattya)
2014-09-28  9:28 Akinori Hattori (hattya)
2012-10-08 12:51 Akinori Hattori (hattya)
2012-06-16  2:39 Akinori Hattori (hattya)

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