public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in x11-plugins/screenlets: screenlets-0.1.6.ebuild ChangeLog
@ 2013-06-01 13:45 Jeroen Roovers (jer)
  0 siblings, 0 replies; 5+ messages in thread
From: Jeroen Roovers (jer) @ 2013-06-01 13:45 UTC (permalink / raw
  To: gentoo-commits

jer         13/06/01 13:45:09

  Modified:             ChangeLog
  Added:                screenlets-0.1.6.ebuild
  Log:
  Version bump. Set python version, patch partly by Nils Andresen (bug #452656). Add LINGUAS support.
  
  (Portage version: 2.2.0_alpha177/cvs/Linux x86_64, signed Manifest commit with key A792A613)

Revision  Changes    Path
1.5                  x11-plugins/screenlets/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/screenlets/ChangeLog?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/screenlets/ChangeLog?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/screenlets/ChangeLog?r1=1.4&r2=1.5

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-plugins/screenlets/ChangeLog,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- ChangeLog	1 Jun 2013 11:39:54 -0000	1.4
+++ ChangeLog	1 Jun 2013 13:45:09 -0000	1.5
@@ -1,6 +1,12 @@
 # ChangeLog for x11-plugins/screenlets
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-plugins/screenlets/ChangeLog,v 1.4 2013/06/01 11:39:54 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/screenlets/ChangeLog,v 1.5 2013/06/01 13:45:09 jer Exp $
+
+*screenlets-0.1.6 (01 Jun 2013)
+
+  01 Jun 2013; Jeroen Roovers <jer@gentoo.org> +screenlets-0.1.6.ebuild:
+  Version bump. Set python version, patch partly by Nils Andresen (bug
+  #452656). Add LINGUAS support.
 
   01 Jun 2013; Pacho Ramos <pacho@gentoo.org> metadata.xml:
   Cleanup due bug #144305



1.1                  x11-plugins/screenlets/screenlets-0.1.6.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/screenlets/screenlets-0.1.6.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/screenlets/screenlets-0.1.6.ebuild?rev=1.1&content-type=text/plain

Index: screenlets-0.1.6.ebuild
===================================================================
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/x11-plugins/screenlets/screenlets-0.1.6.ebuild,v 1.1 2013/06/01 13:45:09 jer Exp $

EAPI=5

PYTHON_COMPAT=( python2_{5,6,7} )
DISTUTILS_SINGLE_IMPL=yes

inherit distutils-r1 eutils

DESCRIPTION="Screenlets are small owner-drawn applications"
HOMEPAGE="http://www.screenlets.org"
SRC_URI="http://code.launchpad.net/screenlets/trunk/${PV}/+download/screenlets-${PV}.tar.bz2"

LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="+svg"

RDEPEND="dev-python/dbus-python
	svg? ( dev-python/librsvg-python )
	dev-python/libwnck-python
	dev-python/gnome-keyring-python
	dev-python/pyxdg
	x11-libs/libnotify
	x11-misc/xdg-utils
	dev-python/beautifulsoup:python-2"

src_prepare() {
	# this is tricky because screenlets translations do not always have -manager
	# translations and vice versa, which is also why we do not die() on rm fail
	strip-linguas -u ${PN}/ ${PN}-manager/
	local lingua pofile
	for pofile in ${PN}/*.po ${PN}-manager/*.po; do
		lingua=${pofile/$PN*\/}
		lingua=${lingua/.po}

		if ! has ${lingua/.po} ${LINGUAS}; then
			rm -f ${PN}/${lingua}.po
			rm -f ${PN}-manager/${lingua}.po
		fi
	done

	distutils-r1_src_prepare
	python_fix_shebang src
	sed -i $(find src/ -type f) -e 's|exec python|&2|g;s|python -u|python2 -u|g' || die
	sed -i desktop-menu/screenlets-{daemon,manager}.desktop -e 's|> .*||g' || die
}

src_install() {
	distutils-r1_src_install

	insinto /usr/share/icons
	doins desktop-menu/screenlets.svg

	# Insert .desktop files
	domenu desktop-menu/*.desktop
}





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

* [gentoo-commits] gentoo-x86 commit in x11-plugins/screenlets: screenlets-0.1.6.ebuild ChangeLog
@ 2013-06-01 14:07 Jeroen Roovers (jer)
  0 siblings, 0 replies; 5+ messages in thread
From: Jeroen Roovers (jer) @ 2013-06-01 14:07 UTC (permalink / raw
  To: gentoo-commits

jer         13/06/01 14:07:54

  Modified:             screenlets-0.1.6.ebuild ChangeLog
  Log:
  Sort RDEPEND. Do not strip .po from $lingua twice.
  
  (Portage version: 2.2.0_alpha177/cvs/Linux x86_64, signed Manifest commit with key A792A613)

Revision  Changes    Path
1.2                  x11-plugins/screenlets/screenlets-0.1.6.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/screenlets/screenlets-0.1.6.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/screenlets/screenlets-0.1.6.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/screenlets/screenlets-0.1.6.ebuild?r1=1.1&r2=1.2

Index: screenlets-0.1.6.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-plugins/screenlets/screenlets-0.1.6.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- screenlets-0.1.6.ebuild	1 Jun 2013 13:45:09 -0000	1.1
+++ screenlets-0.1.6.ebuild	1 Jun 2013 14:07:54 -0000	1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-plugins/screenlets/screenlets-0.1.6.ebuild,v 1.1 2013/06/01 13:45:09 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/screenlets/screenlets-0.1.6.ebuild,v 1.2 2013/06/01 14:07:54 jer Exp $
 
 EAPI=5
 
@@ -18,14 +18,16 @@
 KEYWORDS="~amd64 ~x86"
 IUSE="+svg"
 
-RDEPEND="dev-python/dbus-python
-	svg? ( dev-python/librsvg-python )
-	dev-python/libwnck-python
+RDEPEND="
+	dev-python/beautifulsoup:python-2
+	dev-python/dbus-python
 	dev-python/gnome-keyring-python
+	dev-python/libwnck-python
 	dev-python/pyxdg
+	svg? ( dev-python/librsvg-python )
 	x11-libs/libnotify
 	x11-misc/xdg-utils
-	dev-python/beautifulsoup:python-2"
+"
 
 src_prepare() {
 	# this is tricky because screenlets translations do not always have -manager
@@ -36,14 +38,14 @@
 		lingua=${pofile/$PN*\/}
 		lingua=${lingua/.po}
 
-		if ! has ${lingua/.po} ${LINGUAS}; then
+		if ! has ${lingua} ${LINGUAS}; then
 			rm -f ${PN}/${lingua}.po
 			rm -f ${PN}-manager/${lingua}.po
 		fi
 	done
 
 	distutils-r1_src_prepare
-	python_fix_shebang src
+	python_fix_shebang src/
 	sed -i $(find src/ -type f) -e 's|exec python|&2|g;s|python -u|python2 -u|g' || die
 	sed -i desktop-menu/screenlets-{daemon,manager}.desktop -e 's|> .*||g' || die
 }



1.6                  x11-plugins/screenlets/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/screenlets/ChangeLog?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/screenlets/ChangeLog?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/screenlets/ChangeLog?r1=1.5&r2=1.6

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-plugins/screenlets/ChangeLog,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- ChangeLog	1 Jun 2013 13:45:09 -0000	1.5
+++ ChangeLog	1 Jun 2013 14:07:54 -0000	1.6
@@ -1,6 +1,9 @@
 # ChangeLog for x11-plugins/screenlets
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-plugins/screenlets/ChangeLog,v 1.5 2013/06/01 13:45:09 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/screenlets/ChangeLog,v 1.6 2013/06/01 14:07:54 jer Exp $
+
+  01 Jun 2013; Jeroen Roovers <jer@gentoo.org> screenlets-0.1.6.ebuild:
+  Sort RDEPEND. Do not strip .po from $lingua twice.
 
 *screenlets-0.1.6 (01 Jun 2013)
 





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

* [gentoo-commits] gentoo-x86 commit in x11-plugins/screenlets: screenlets-0.1.6.ebuild ChangeLog
@ 2013-06-01 14:10 Jeroen Roovers (jer)
  0 siblings, 0 replies; 5+ messages in thread
From: Jeroen Roovers (jer) @ 2013-06-01 14:10 UTC (permalink / raw
  To: gentoo-commits

jer         13/06/01 14:10:47

  Modified:             screenlets-0.1.6.ebuild ChangeLog
  Log:
  Add dev-python/gconf-python dependency by Łukasz Stelmach (bug #383699).
  
  (Portage version: 2.2.0_alpha177/cvs/Linux x86_64, signed Manifest commit with key A792A613)

Revision  Changes    Path
1.3                  x11-plugins/screenlets/screenlets-0.1.6.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/screenlets/screenlets-0.1.6.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/screenlets/screenlets-0.1.6.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/screenlets/screenlets-0.1.6.ebuild?r1=1.2&r2=1.3

Index: screenlets-0.1.6.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-plugins/screenlets/screenlets-0.1.6.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- screenlets-0.1.6.ebuild	1 Jun 2013 14:07:54 -0000	1.2
+++ screenlets-0.1.6.ebuild	1 Jun 2013 14:10:47 -0000	1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-plugins/screenlets/screenlets-0.1.6.ebuild,v 1.2 2013/06/01 14:07:54 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/screenlets/screenlets-0.1.6.ebuild,v 1.3 2013/06/01 14:10:47 jer Exp $
 
 EAPI=5
 
@@ -21,6 +21,7 @@
 RDEPEND="
 	dev-python/beautifulsoup:python-2
 	dev-python/dbus-python
+	dev-python/gconf-python
 	dev-python/gnome-keyring-python
 	dev-python/libwnck-python
 	dev-python/pyxdg



1.7                  x11-plugins/screenlets/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/screenlets/ChangeLog?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/screenlets/ChangeLog?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/screenlets/ChangeLog?r1=1.6&r2=1.7

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-plugins/screenlets/ChangeLog,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- ChangeLog	1 Jun 2013 14:07:54 -0000	1.6
+++ ChangeLog	1 Jun 2013 14:10:47 -0000	1.7
@@ -1,6 +1,9 @@
 # ChangeLog for x11-plugins/screenlets
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-plugins/screenlets/ChangeLog,v 1.6 2013/06/01 14:07:54 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/screenlets/ChangeLog,v 1.7 2013/06/01 14:10:47 jer Exp $
+
+  01 Jun 2013; Jeroen Roovers <jer@gentoo.org> screenlets-0.1.6.ebuild:
+  Add dev-python/gconf-python dependency by Łukasz Stelmach (bug #383699).
 
   01 Jun 2013; Jeroen Roovers <jer@gentoo.org> screenlets-0.1.6.ebuild:
   Sort RDEPEND. Do not strip .po from $lingua twice.





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

* [gentoo-commits] gentoo-x86 commit in x11-plugins/screenlets: screenlets-0.1.6.ebuild ChangeLog
@ 2013-09-05 19:44 Michal Gorny (mgorny)
  0 siblings, 0 replies; 5+ messages in thread
From: Michal Gorny (mgorny) @ 2013-09-05 19:44 UTC (permalink / raw
  To: gentoo-commits

mgorny      13/09/05 19:44:55

  Modified:             screenlets-0.1.6.ebuild ChangeLog
  Log:
  Clean up PYTHON_COMPAT from old implementations.
  
  (Portage version: 2.2.1/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)

Revision  Changes    Path
1.4                  x11-plugins/screenlets/screenlets-0.1.6.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/screenlets/screenlets-0.1.6.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/screenlets/screenlets-0.1.6.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/screenlets/screenlets-0.1.6.ebuild?r1=1.3&r2=1.4

Index: screenlets-0.1.6.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-plugins/screenlets/screenlets-0.1.6.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- screenlets-0.1.6.ebuild	1 Jun 2013 14:10:47 -0000	1.3
+++ screenlets-0.1.6.ebuild	5 Sep 2013 19:44:54 -0000	1.4
@@ -1,10 +1,10 @@
 # Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-plugins/screenlets/screenlets-0.1.6.ebuild,v 1.3 2013/06/01 14:10:47 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/screenlets/screenlets-0.1.6.ebuild,v 1.4 2013/09/05 19:44:54 mgorny Exp $
 
 EAPI=5
 
-PYTHON_COMPAT=( python2_{5,6,7} )
+PYTHON_COMPAT=( python2_{6,7} )
 DISTUTILS_SINGLE_IMPL=yes
 
 inherit distutils-r1 eutils



1.8                  x11-plugins/screenlets/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/screenlets/ChangeLog?rev=1.8&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/screenlets/ChangeLog?rev=1.8&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/screenlets/ChangeLog?r1=1.7&r2=1.8

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-plugins/screenlets/ChangeLog,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- ChangeLog	1 Jun 2013 14:10:47 -0000	1.7
+++ ChangeLog	5 Sep 2013 19:44:55 -0000	1.8
@@ -1,6 +1,9 @@
 # ChangeLog for x11-plugins/screenlets
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-plugins/screenlets/ChangeLog,v 1.7 2013/06/01 14:10:47 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/screenlets/ChangeLog,v 1.8 2013/09/05 19:44:55 mgorny Exp $
+
+  05 Sep 2013; Michał Górny <mgorny@gentoo.org> screenlets-0.1.6.ebuild:
+  Clean up PYTHON_COMPAT from old implementations.
 
   01 Jun 2013; Jeroen Roovers <jer@gentoo.org> screenlets-0.1.6.ebuild:
   Add dev-python/gconf-python dependency by Łukasz Stelmach (bug #383699).





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

* [gentoo-commits] gentoo-x86 commit in x11-plugins/screenlets: screenlets-0.1.6.ebuild ChangeLog
@ 2015-04-08 17:26 Michal Gorny (mgorny)
  0 siblings, 0 replies; 5+ messages in thread
From: Michal Gorny (mgorny) @ 2015-04-08 17:26 UTC (permalink / raw
  To: gentoo-commits

mgorny      15/04/08 17:26:17

  Modified:             screenlets-0.1.6.ebuild ChangeLog
  Log:
  Drop old Python implementations
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)

Revision  Changes    Path
1.6                  x11-plugins/screenlets/screenlets-0.1.6.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/screenlets/screenlets-0.1.6.ebuild?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/screenlets/screenlets-0.1.6.ebuild?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/screenlets/screenlets-0.1.6.ebuild?r1=1.5&r2=1.6

Index: screenlets-0.1.6.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-plugins/screenlets/screenlets-0.1.6.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- screenlets-0.1.6.ebuild	16 Dec 2014 09:25:24 -0000	1.5
+++ screenlets-0.1.6.ebuild	8 Apr 2015 17:26:17 -0000	1.6
@@ -1,10 +1,10 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-plugins/screenlets/screenlets-0.1.6.ebuild,v 1.5 2014/12/16 09:25:24 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/screenlets/screenlets-0.1.6.ebuild,v 1.6 2015/04/08 17:26:17 mgorny Exp $
 
 EAPI=5
 
-PYTHON_COMPAT=( python2_{6,7} )
+PYTHON_COMPAT=( python2_7 )
 DISTUTILS_SINGLE_IMPL=yes
 
 inherit distutils-r1 eutils



1.10                 x11-plugins/screenlets/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-plugins/screenlets/ChangeLog,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- ChangeLog	16 Dec 2014 09:25:24 -0000	1.9
+++ ChangeLog	8 Apr 2015 17:26:17 -0000	1.10
@@ -1,6 +1,9 @@
 # ChangeLog for x11-plugins/screenlets
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-plugins/screenlets/ChangeLog,v 1.9 2014/12/16 09:25:24 jer Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/screenlets/ChangeLog,v 1.10 2015/04/08 17:26:17 mgorny Exp $
+
+  08 Apr 2015; Michał Górny <mgorny@gentoo.org> screenlets-0.1.6.ebuild:
+  Drop old Python implementations
 
   16 Dec 2014; Jeroen Roovers <jer@gentoo.org> -screenlets-0.1.2.ebuild,
   screenlets-0.1.6.ebuild:





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

end of thread, other threads:[~2015-04-08 17:26 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-06-01 14:10 [gentoo-commits] gentoo-x86 commit in x11-plugins/screenlets: screenlets-0.1.6.ebuild ChangeLog Jeroen Roovers (jer)
  -- strict thread matches above, loose matches on Subject: below --
2015-04-08 17:26 Michal Gorny (mgorny)
2013-09-05 19:44 Michal Gorny (mgorny)
2013-06-01 14:07 Jeroen Roovers (jer)
2013-06-01 13:45 Jeroen Roovers (jer)

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