* [gentoo-commits] proj/sci:master commit in: dev-python/pycuda/
@ 2012-11-26 22:02 Justin Lecher
0 siblings, 0 replies; 3+ messages in thread
From: Justin Lecher @ 2012-11-26 22:02 UTC (permalink / raw
To: gentoo-commits
commit: be94aef0b90409168f1e8590cabfafac1ee4af63
Author: Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Mon Nov 26 21:48:09 2012 +0000
Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Mon Nov 26 21:48:09 2012 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=be94aef0
dev-python/pycuda: Bump EAPI to 5; add missing dep on dev-python/mako; use cuda.eclass and make use of cuda_gccbindir
Package-Manager: portage-2.2.0_alpha142
---
dev-python/pycuda/ChangeLog | 4 ++++
dev-python/pycuda/pycuda-2012.1.ebuild | 18 +++++++++++++++---
2 files changed, 19 insertions(+), 3 deletions(-)
diff --git a/dev-python/pycuda/ChangeLog b/dev-python/pycuda/ChangeLog
index 0df59c3..6a83415 100644
--- a/dev-python/pycuda/ChangeLog
+++ b/dev-python/pycuda/ChangeLog
@@ -2,6 +2,10 @@
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/pycuda/ChangeLog,v 1.17 2012/11/08 06:32:59 flameeyes Exp $
+ 26 Nov 2012; Justin Lecher <jlec@gentoo.org> pycuda-2012.1.ebuild:
+ Bump EAPI to 5; add missing dep on dev-python/mako; use cuda.eclass and make
+ use of cuda_gccbindir
+
*pycuda-2012.1 (25 Nov 2012)
25 Nov 2012; Olivier Huber <oli.huber@gmail.com> +pycuda-2012.1.ebuild,
diff --git a/dev-python/pycuda/pycuda-2012.1.ebuild b/dev-python/pycuda/pycuda-2012.1.ebuild
index 3cebf81..a80c02d 100644
--- a/dev-python/pycuda/pycuda-2012.1.ebuild
+++ b/dev-python/pycuda/pycuda-2012.1.ebuild
@@ -2,12 +2,13 @@
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/pycuda/pycuda-2011.2.2-r1.ebuild,v 1.3 2012/02/25 01:54:53 patrick Exp $
-EAPI="4"
+EAPI=5
+
SUPPORT_PYTHON_ABIS="1"
RESTRICT_PYTHON_ABIS="3.* *-jython *-pypy-*"
DISTUTILS_SRC_TEST="py.test"
-inherit distutils multilib
+inherit cuda distutils multilib
DESCRIPTION="Python wrapper for NVIDIA CUDA"
HOMEPAGE="http://mathema.tician.de/software/pycuda/ http://pypi.python.org/pypi/pycuda"
@@ -18,8 +19,10 @@ SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="examples opengl"
-RDEPEND=">=dev-libs/boost-1.48[python]
+RDEPEND="
+ dev-libs/boost[python]
dev-python/decorator
+ dev-python/mako
dev-python/numpy
>=dev-python/pytools-2011.2
dev-util/nvidia-cuda-toolkit
@@ -32,6 +35,15 @@ RESTRICT="userpriv"
DISTUTILS_USE_SEPARATE_SOURCE_DIRECTORIES="1"
+src_prepare() {
+ cuda_sanitize
+ sed \
+ -e "s:'--preprocess':\'--preprocess\', \'--compiler-bindir=$(cuda_gccdir)\':g" \
+ -e "s:\"--cubin\":\'--cubin\', \'--compiler-bindir=$(cuda_gccdir)\':g" \
+ -i pycuda/compiler.py || die
+ distutils_src_prepare
+}
+
src_configure() {
local myopts=()
use opengl && myopts+=(--cuda-enable-gl)
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [gentoo-commits] proj/sci:master commit in: dev-python/pycuda/
@ 2012-11-26 22:02 Justin Lecher
0 siblings, 0 replies; 3+ messages in thread
From: Justin Lecher @ 2012-11-26 22:02 UTC (permalink / raw
To: gentoo-commits
commit: 3b5f4e7a8a8becfe16049fc67d8f0e66f3069414
Author: Olivier Huber <olivier.huber <AT> inria <DOT> fr>
AuthorDate: Sun Nov 25 17:49:01 2012 +0000
Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Mon Nov 26 14:56:04 2012 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=3b5f4e7a
dev-python/pycuda: bump and add tests
Tests should be successful
---
dev-python/pycuda/ChangeLog | 89 ++++++++++++++++++++++++++++++++
dev-python/pycuda/metadata.xml | 10 ++++
dev-python/pycuda/pycuda-2012.1.ebuild | 68 ++++++++++++++++++++++++
3 files changed, 167 insertions(+), 0 deletions(-)
diff --git a/dev-python/pycuda/ChangeLog b/dev-python/pycuda/ChangeLog
new file mode 100644
index 0000000..0df59c3
--- /dev/null
+++ b/dev-python/pycuda/ChangeLog
@@ -0,0 +1,89 @@
+# ChangeLog for dev-python/pycuda
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pycuda/ChangeLog,v 1.17 2012/11/08 06:32:59 flameeyes Exp $
+
+*pycuda-2012.1 (25 Nov 2012)
+
+ 25 Nov 2012; Olivier Huber <oli.huber@gmail.com> +pycuda-2012.1.ebuild,
+ +metadata.xml:
+ Bump and add tests
+
+ 08 Nov 2012; Diego E. Pettenò <flameeyes@gentoo.org> -pycuda-2011.2.2.ebuild:
+ Remove old version depending on older boost.
+
+ 25 Feb 2012; Patrick Lauer <patrick@gentoo.org> pycuda-2011.2.2-r1.ebuild,
+ pycuda-2011.2.2.ebuild, pycuda-9999.ebuild:
+ Fixing accidental double asterisk
+
+ 20 Feb 2012; Patrick Lauer <patrick@gentoo.org> pycuda-2011.2.2-r1.ebuild,
+ pycuda-2011.2.2.ebuild, pycuda-9999.ebuild:
+ Fixing pypy restricts to actually work
+
+*pycuda-2011.2.2-r1 (28 Jan 2012)
+
+ 28 Jan 2012; Mike Gilbert <floppym@gentoo.org> +pycuda-2011.2.2-r1.ebuild,
+ pycuda-2011.2.2.ebuild, pycuda-9999.ebuild:
+ Prepare for PYTHON_ABI-versioned Boost Python libraries in Boost 1.48. Patch
+ by Arfrever.
+
+*pycuda-2011.2.2 (10 Jan 2012)
+
+ 10 Jan 2012; Justin Lecher <jlec@gentoo.org> -pycuda-0.94.2.ebuild,
+ -pycuda-2011.1.2.ebuild, +pycuda-2011.2.2.ebuild, pycuda-9999.ebuild,
+ metadata.xml:
+ Version Bump, Dropped old, fixes python.eclass related issues, do not link
+ against bundled boost, fix finding of system cuda related libs, use git
+ submodules, #345517, #383041 and #384211; thanks JTRiley for the many fixes
+
+ 21 Sep 2011; Michał Górny <mgorny@gentoo.org> pycuda-9999.ebuild:
+ Migrate to git-2.
+
+*pycuda-2011.1.2 (05 Sep 2011)
+
+ 05 Sep 2011; Michał Januszewski <spock@gentoo.org> +pycuda-2011.1.2.ebuild:
+ Version bump.
+
+ 01 Jan 2011; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>
+ pycuda-0.94.2.ebuild, pycuda-9999.ebuild:
+ Fix deprecation warnings.
+
+ 01 Jan 2011; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>
+ -pycuda-0.92.ebuild, -pycuda-0.93.ebuild,
+ -files/pycuda-0.93-fix-include-path.patch:
+ Delete.
+
+ 12 Dec 2010; Michał Januszewski <spock@gentoo.org> pycuda-0.94.2.ebuild,
+ pycuda-9999.ebuild:
+ Add PYTHON_DEPEND.
+
+*pycuda-0.94.2 (28 Nov 2010)
+
+ 28 Nov 2010; Michał Januszewski <spock@gentoo.org> +pycuda-0.94.2.ebuild:
+ Version bump (bug #341531).
+
+ 08 Feb 2010; Michał Januszewski <spock@gentoo.org> pycuda-0.93.ebuild,
+ pycuda-9999.ebuild:
+ Add the 'opengl' USE flag.
+
+ 08 Feb 2010; Michał Januszewski <spock@gentoo.org> pycuda-9999.ebuild:
+ Depend on boost[python] instead of boost.
+
+*pycuda-0.93 (24 Dec 2009)
+
+ 24 Dec 2009; Michał Januszewski <spock@gentoo.org> +pycuda-0.93.ebuild,
+ +files/pycuda-0.93-fix-include-path.patch:
+ Version bump (bug #281255).
+
+ 14 Nov 2009; Tomáš Chvátal <scarabeus@gentoo.org> pycuda-9999.ebuild:
+ Drop kewords on live package. Fix QA issues on it.
+
+*pycuda-9999 (09 Aug 2009)
+
+ 09 Aug 2009; Michał Januszewski <spock@gentoo.org> +pycuda-9999.ebuild:
+ Add a live git ebuild. Ebuild submitted by Justin T. Riley in bug #280576.
+
+*pycuda-0.92 (06 Jun 2009)
+
+ 06 Jun 2009; Michał Januszewski <spock@gentoo.org> +pycuda-0.92.ebuild,
+ +metadata.xml:
+ Initial commit.
diff --git a/dev-python/pycuda/metadata.xml b/dev-python/pycuda/metadata.xml
new file mode 100644
index 0000000..e4705c8
--- /dev/null
+++ b/dev-python/pycuda/metadata.xml
@@ -0,0 +1,10 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer>
+ <email>spock@gentoo.org</email>
+ </maintainer>
+ <upstream>
+ <remote-id type="pypi">pycuda</remote-id>
+ </upstream>
+</pkgmetadata>
diff --git a/dev-python/pycuda/pycuda-2012.1.ebuild b/dev-python/pycuda/pycuda-2012.1.ebuild
new file mode 100644
index 0000000..3cebf81
--- /dev/null
+++ b/dev-python/pycuda/pycuda-2012.1.ebuild
@@ -0,0 +1,68 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pycuda/pycuda-2011.2.2-r1.ebuild,v 1.3 2012/02/25 01:54:53 patrick Exp $
+
+EAPI="4"
+SUPPORT_PYTHON_ABIS="1"
+RESTRICT_PYTHON_ABIS="3.* *-jython *-pypy-*"
+DISTUTILS_SRC_TEST="py.test"
+
+inherit distutils multilib
+
+DESCRIPTION="Python wrapper for NVIDIA CUDA"
+HOMEPAGE="http://mathema.tician.de/software/pycuda/ http://pypi.python.org/pypi/pycuda"
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="examples opengl"
+
+RDEPEND=">=dev-libs/boost-1.48[python]
+ dev-python/decorator
+ dev-python/numpy
+ >=dev-python/pytools-2011.2
+ dev-util/nvidia-cuda-toolkit
+ opengl? ( virtual/opengl )"
+DEPEND="${RDEPEND}"
+
+# We need write acccess /dev/nvidia0 and /dev/nvidiactl and the portage
+# user is (usually) not in the video group
+RESTRICT="userpriv"
+
+DISTUTILS_USE_SEPARATE_SOURCE_DIRECTORIES="1"
+
+src_configure() {
+ local myopts=()
+ use opengl && myopts+=(--cuda-enable-gl)
+
+ configuration() {
+ "$(PYTHON)" configure.py \
+ --boost-inc-dir="${EPREFIX}/usr/include" \
+ --boost-lib-dir="${EPREFIX}/usr/$(get_libdir)" \
+ --boost-python-libname=boost_python-${PYTHON_ABI}-mt \
+ --boost-thread-libname=boost_thread-mt \
+ --cuda-root="${EPREFIX}/opt/cuda" \
+ --cudadrv-lib-dir="${EPREFIX}/usr/$(get_libdir)" \
+ --cudart-lib-dir="${EPREFIX}/opt/cuda/$(get_libdir)" \
+ --no-use-shipped-boost \
+ "${myopts[@]}"
+ }
+ python_execute_function -s configuration
+}
+
+src_test() {
+ # we need write access to this to run the tests
+ addwrite /dev/nvidia0
+ addwrite /dev/nvidiactl
+ distutils_src_test
+}
+
+src_install() {
+ distutils_src_install
+
+ if use examples; then
+ insinto /usr/share/doc/${PF}
+ doins -r examples
+ fi
+}
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [gentoo-commits] proj/sci:master commit in: dev-python/pycuda/
@ 2013-01-15 15:27 Justin Lecher
0 siblings, 0 replies; 3+ messages in thread
From: Justin Lecher @ 2013-01-15 15:27 UTC (permalink / raw
To: gentoo-commits
commit: 4ec7a273608e188ba7a3b3022c63f82eb042a927
Author: Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Tue Jan 15 15:25:39 2013 +0000
Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Tue Jan 15 15:25:39 2013 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=4ec7a273
moved to tree
Signed-off-by: Justin Lecher <jlec <AT> gentoo.org>
---
dev-python/pycuda/ChangeLog | 93 --------------------------------
dev-python/pycuda/metadata.xml | 10 ----
dev-python/pycuda/pycuda-2012.1.ebuild | 80 ---------------------------
3 files changed, 0 insertions(+), 183 deletions(-)
diff --git a/dev-python/pycuda/ChangeLog b/dev-python/pycuda/ChangeLog
deleted file mode 100644
index 6a83415..0000000
--- a/dev-python/pycuda/ChangeLog
+++ /dev/null
@@ -1,93 +0,0 @@
-# ChangeLog for dev-python/pycuda
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pycuda/ChangeLog,v 1.17 2012/11/08 06:32:59 flameeyes Exp $
-
- 26 Nov 2012; Justin Lecher <jlec@gentoo.org> pycuda-2012.1.ebuild:
- Bump EAPI to 5; add missing dep on dev-python/mako; use cuda.eclass and make
- use of cuda_gccbindir
-
-*pycuda-2012.1 (25 Nov 2012)
-
- 25 Nov 2012; Olivier Huber <oli.huber@gmail.com> +pycuda-2012.1.ebuild,
- +metadata.xml:
- Bump and add tests
-
- 08 Nov 2012; Diego E. Pettenò <flameeyes@gentoo.org> -pycuda-2011.2.2.ebuild:
- Remove old version depending on older boost.
-
- 25 Feb 2012; Patrick Lauer <patrick@gentoo.org> pycuda-2011.2.2-r1.ebuild,
- pycuda-2011.2.2.ebuild, pycuda-9999.ebuild:
- Fixing accidental double asterisk
-
- 20 Feb 2012; Patrick Lauer <patrick@gentoo.org> pycuda-2011.2.2-r1.ebuild,
- pycuda-2011.2.2.ebuild, pycuda-9999.ebuild:
- Fixing pypy restricts to actually work
-
-*pycuda-2011.2.2-r1 (28 Jan 2012)
-
- 28 Jan 2012; Mike Gilbert <floppym@gentoo.org> +pycuda-2011.2.2-r1.ebuild,
- pycuda-2011.2.2.ebuild, pycuda-9999.ebuild:
- Prepare for PYTHON_ABI-versioned Boost Python libraries in Boost 1.48. Patch
- by Arfrever.
-
-*pycuda-2011.2.2 (10 Jan 2012)
-
- 10 Jan 2012; Justin Lecher <jlec@gentoo.org> -pycuda-0.94.2.ebuild,
- -pycuda-2011.1.2.ebuild, +pycuda-2011.2.2.ebuild, pycuda-9999.ebuild,
- metadata.xml:
- Version Bump, Dropped old, fixes python.eclass related issues, do not link
- against bundled boost, fix finding of system cuda related libs, use git
- submodules, #345517, #383041 and #384211; thanks JTRiley for the many fixes
-
- 21 Sep 2011; Michał Górny <mgorny@gentoo.org> pycuda-9999.ebuild:
- Migrate to git-2.
-
-*pycuda-2011.1.2 (05 Sep 2011)
-
- 05 Sep 2011; Michał Januszewski <spock@gentoo.org> +pycuda-2011.1.2.ebuild:
- Version bump.
-
- 01 Jan 2011; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>
- pycuda-0.94.2.ebuild, pycuda-9999.ebuild:
- Fix deprecation warnings.
-
- 01 Jan 2011; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>
- -pycuda-0.92.ebuild, -pycuda-0.93.ebuild,
- -files/pycuda-0.93-fix-include-path.patch:
- Delete.
-
- 12 Dec 2010; Michał Januszewski <spock@gentoo.org> pycuda-0.94.2.ebuild,
- pycuda-9999.ebuild:
- Add PYTHON_DEPEND.
-
-*pycuda-0.94.2 (28 Nov 2010)
-
- 28 Nov 2010; Michał Januszewski <spock@gentoo.org> +pycuda-0.94.2.ebuild:
- Version bump (bug #341531).
-
- 08 Feb 2010; Michał Januszewski <spock@gentoo.org> pycuda-0.93.ebuild,
- pycuda-9999.ebuild:
- Add the 'opengl' USE flag.
-
- 08 Feb 2010; Michał Januszewski <spock@gentoo.org> pycuda-9999.ebuild:
- Depend on boost[python] instead of boost.
-
-*pycuda-0.93 (24 Dec 2009)
-
- 24 Dec 2009; Michał Januszewski <spock@gentoo.org> +pycuda-0.93.ebuild,
- +files/pycuda-0.93-fix-include-path.patch:
- Version bump (bug #281255).
-
- 14 Nov 2009; Tomáš Chvátal <scarabeus@gentoo.org> pycuda-9999.ebuild:
- Drop kewords on live package. Fix QA issues on it.
-
-*pycuda-9999 (09 Aug 2009)
-
- 09 Aug 2009; Michał Januszewski <spock@gentoo.org> +pycuda-9999.ebuild:
- Add a live git ebuild. Ebuild submitted by Justin T. Riley in bug #280576.
-
-*pycuda-0.92 (06 Jun 2009)
-
- 06 Jun 2009; Michał Januszewski <spock@gentoo.org> +pycuda-0.92.ebuild,
- +metadata.xml:
- Initial commit.
diff --git a/dev-python/pycuda/metadata.xml b/dev-python/pycuda/metadata.xml
deleted file mode 100644
index e4705c8..0000000
--- a/dev-python/pycuda/metadata.xml
+++ /dev/null
@@ -1,10 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer>
- <email>spock@gentoo.org</email>
- </maintainer>
- <upstream>
- <remote-id type="pypi">pycuda</remote-id>
- </upstream>
-</pkgmetadata>
diff --git a/dev-python/pycuda/pycuda-2012.1.ebuild b/dev-python/pycuda/pycuda-2012.1.ebuild
deleted file mode 100644
index a80c02d..0000000
--- a/dev-python/pycuda/pycuda-2012.1.ebuild
+++ /dev/null
@@ -1,80 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pycuda/pycuda-2011.2.2-r1.ebuild,v 1.3 2012/02/25 01:54:53 patrick Exp $
-
-EAPI=5
-
-SUPPORT_PYTHON_ABIS="1"
-RESTRICT_PYTHON_ABIS="3.* *-jython *-pypy-*"
-DISTUTILS_SRC_TEST="py.test"
-
-inherit cuda distutils multilib
-
-DESCRIPTION="Python wrapper for NVIDIA CUDA"
-HOMEPAGE="http://mathema.tician.de/software/pycuda/ http://pypi.python.org/pypi/pycuda"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="examples opengl"
-
-RDEPEND="
- dev-libs/boost[python]
- dev-python/decorator
- dev-python/mako
- dev-python/numpy
- >=dev-python/pytools-2011.2
- dev-util/nvidia-cuda-toolkit
- opengl? ( virtual/opengl )"
-DEPEND="${RDEPEND}"
-
-# We need write acccess /dev/nvidia0 and /dev/nvidiactl and the portage
-# user is (usually) not in the video group
-RESTRICT="userpriv"
-
-DISTUTILS_USE_SEPARATE_SOURCE_DIRECTORIES="1"
-
-src_prepare() {
- cuda_sanitize
- sed \
- -e "s:'--preprocess':\'--preprocess\', \'--compiler-bindir=$(cuda_gccdir)\':g" \
- -e "s:\"--cubin\":\'--cubin\', \'--compiler-bindir=$(cuda_gccdir)\':g" \
- -i pycuda/compiler.py || die
- distutils_src_prepare
-}
-
-src_configure() {
- local myopts=()
- use opengl && myopts+=(--cuda-enable-gl)
-
- configuration() {
- "$(PYTHON)" configure.py \
- --boost-inc-dir="${EPREFIX}/usr/include" \
- --boost-lib-dir="${EPREFIX}/usr/$(get_libdir)" \
- --boost-python-libname=boost_python-${PYTHON_ABI}-mt \
- --boost-thread-libname=boost_thread-mt \
- --cuda-root="${EPREFIX}/opt/cuda" \
- --cudadrv-lib-dir="${EPREFIX}/usr/$(get_libdir)" \
- --cudart-lib-dir="${EPREFIX}/opt/cuda/$(get_libdir)" \
- --no-use-shipped-boost \
- "${myopts[@]}"
- }
- python_execute_function -s configuration
-}
-
-src_test() {
- # we need write access to this to run the tests
- addwrite /dev/nvidia0
- addwrite /dev/nvidiactl
- distutils_src_test
-}
-
-src_install() {
- distutils_src_install
-
- if use examples; then
- insinto /usr/share/doc/${PF}
- doins -r examples
- fi
-}
^ permalink raw reply related [flat|nested] 3+ messages in thread
end of thread, other threads:[~2013-01-15 15:27 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-01-15 15:27 [gentoo-commits] proj/sci:master commit in: dev-python/pycuda/ Justin Lecher
-- strict thread matches above, loose matches on Subject: below --
2012-11-26 22:02 Justin Lecher
2012-11-26 22:02 Justin Lecher
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox