public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-python/paste: paste-1.7.2.ebuild ChangeLog
@ 2009-10-01  1:55 Arfrever Frehtes Taifersar Arahesis (arfrever)
  0 siblings, 0 replies; 5+ messages in thread
From: Arfrever Frehtes Taifersar Arahesis (arfrever) @ 2009-10-01  1:55 UTC (permalink / raw
  To: gentoo-commits

arfrever    09/10/01 01:55:21

  Modified:             paste-1.7.2.ebuild ChangeLog
  Log:
  Set SUPPORT_PYTHON_ABIS.
  (Portage version: 14469-svn/cvs/Linux x86_64)

Revision  Changes    Path
1.2                  dev-python/paste/paste-1.7.2.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/paste/paste-1.7.2.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/paste/paste-1.7.2.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/paste/paste-1.7.2.ebuild?r1=1.1&r2=1.2

Index: paste-1.7.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/paste/paste-1.7.2.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- paste-1.7.2.ebuild	26 Apr 2009 09:15:43 -0000	1.1
+++ paste-1.7.2.ebuild	1 Oct 2009 01:55:21 -0000	1.2
@@ -1,21 +1,22 @@
 # Copyright 1999-2009 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/paste/paste-1.7.2.ebuild,v 1.1 2009/04/26 09:15:43 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/paste/paste-1.7.2.ebuild,v 1.2 2009/10/01 01:55:21 arfrever Exp $
 
-NEED_PYTHON=2.4
+EAPI="2"
+SUPPORT_PYTHON_ABIS="1"
 
 inherit distutils
 
-KEYWORDS="~amd64 ~x86"
-
-MY_PN=Paste
-MY_P=${MY_PN}-${PV}
+MY_PN="Paste"
+MY_P="${MY_PN}-${PV}"
 
 DESCRIPTION="Tools for using a Web Server Gateway Interface stack"
 HOMEPAGE="http://pythonpaste.org"
 SRC_URI="http://cheeseshop.python.org/packages/source/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz"
+
 LICENSE="MIT"
 SLOT="0"
+KEYWORDS="~amd64 ~x86"
 IUSE="doc flup openid"
 
 RDEPEND="flup? ( dev-python/flup )
@@ -23,11 +24,12 @@
 DEPEND="${RDEPEND}
 	dev-python/setuptools
 	doc? ( dev-python/pudge dev-python/buildutils )"
+RESTRICT_PYTHON_ABIS="3.*"
 
-S=${WORKDIR}/${MY_P}
+S="${WORKDIR}/${MY_P}"
 
-src_unpack() {
-	distutils_src_unpack
+src_prepare() {
+	distutils_src_prepare
 
 	sed -i \
 		-e '/highlighter/d' \
@@ -36,15 +38,15 @@
 
 src_compile() {
 	distutils_src_compile
-	if use doc ; then
-		einfo "Generating docs as requested..."
-		PYTHONPATH=. "${python}" setup.py pudge || die "generating docs failed"
+	if use doc; then
+		einfo "Generation of documentation"
+		PYTHONPATH=. "${python}" setup.py pudge || die "Generation of documentation failed"
 	fi
 }
 
+# src_test() needs py.test but there's no release yet.
+
 src_install() {
 	distutils_src_install
 	use doc && dohtml -r docs/html/*
 }
-
-# src_test() needs py.test but there's no release yet



1.6                  dev-python/paste/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/paste/ChangeLog?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/paste/ChangeLog?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/paste/ChangeLog?r1=1.5&r2=1.6

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/paste/ChangeLog,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- ChangeLog	26 Apr 2009 09:15:43 -0000	1.5
+++ ChangeLog	1 Oct 2009 01:55:21 -0000	1.6
@@ -1,6 +1,10 @@
 # ChangeLog for dev-python/paste
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/paste/ChangeLog,v 1.5 2009/04/26 09:15:43 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/paste/ChangeLog,v 1.6 2009/10/01 01:55:21 arfrever Exp $
+
+  01 Oct 2009; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>
+  paste-1.7.2.ebuild:
+  Set SUPPORT_PYTHON_ABIS.
 
 *paste-1.7.2 (26 Apr 2009)
 






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

* [gentoo-commits] gentoo-x86 commit in dev-python/paste: paste-1.7.2.ebuild ChangeLog
@ 2009-10-11  8:26 Fabian Groffen (grobian)
  0 siblings, 0 replies; 5+ messages in thread
From: Fabian Groffen (grobian) @ 2009-10-11  8:26 UTC (permalink / raw
  To: gentoo-commits

grobian     09/10/11 08:26:13

  Modified:             paste-1.7.2.ebuild ChangeLog
  Log:
  Merge from Prefix
  (Portage version: 2.2.00.14552-prefix/cvs/Darwin powerpc, RepoMan options: --force)

Revision  Changes    Path
1.3                  dev-python/paste/paste-1.7.2.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/paste/paste-1.7.2.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/paste/paste-1.7.2.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/paste/paste-1.7.2.ebuild?r1=1.2&r2=1.3

Index: paste-1.7.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/paste/paste-1.7.2.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- paste-1.7.2.ebuild	1 Oct 2009 01:55:21 -0000	1.2
+++ paste-1.7.2.ebuild	11 Oct 2009 08:26:13 -0000	1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2009 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/paste/paste-1.7.2.ebuild,v 1.2 2009/10/01 01:55:21 arfrever Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/paste/paste-1.7.2.ebuild,v 1.3 2009/10/11 08:26:13 grobian Exp $
 
 EAPI="2"
 SUPPORT_PYTHON_ABIS="1"
@@ -16,7 +16,7 @@
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 ~x86 ~x86-interix ~amd64-linux ~x86-linux ~x86-macos ~sparc-solaris"
 IUSE="doc flup openid"
 
 RDEPEND="flup? ( dev-python/flup )



1.7                  dev-python/paste/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/paste/ChangeLog?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/paste/ChangeLog?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/paste/ChangeLog?r1=1.6&r2=1.7

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/paste/ChangeLog,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- ChangeLog	1 Oct 2009 01:55:21 -0000	1.6
+++ ChangeLog	11 Oct 2009 08:26:13 -0000	1.7
@@ -1,6 +1,9 @@
 # ChangeLog for dev-python/paste
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/paste/ChangeLog,v 1.6 2009/10/01 01:55:21 arfrever Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/paste/ChangeLog,v 1.7 2009/10/11 08:26:13 grobian Exp $
+
+  11 Oct 2009; Fabian Groffen <grobian@gentoo.org> paste-1.7.2.ebuild:
+  Merge from Prefix
 
   01 Oct 2009; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>
   paste-1.7.2.ebuild:






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

* [gentoo-commits] gentoo-x86 commit in dev-python/paste: paste-1.7.2.ebuild ChangeLog
@ 2009-12-20 20:25 Arfrever Frehtes Taifersar Arahesis (arfrever)
  0 siblings, 0 replies; 5+ messages in thread
From: Arfrever Frehtes Taifersar Arahesis (arfrever) @ 2009-12-20 20:25 UTC (permalink / raw
  To: gentoo-commits

arfrever    09/12/20 20:25:12

  Modified:             paste-1.7.2.ebuild ChangeLog
  Log:
  Add "test" USE flag and src_test().
  (Portage version: 15121-svn/cvs/Linux x86_64)

Revision  Changes    Path
1.4                  dev-python/paste/paste-1.7.2.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/paste/paste-1.7.2.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/paste/paste-1.7.2.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/paste/paste-1.7.2.ebuild?r1=1.3&r2=1.4

Index: paste-1.7.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/paste/paste-1.7.2.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- paste-1.7.2.ebuild	11 Oct 2009 08:26:13 -0000	1.3
+++ paste-1.7.2.ebuild	20 Dec 2009 20:25:12 -0000	1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2009 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/paste/paste-1.7.2.ebuild,v 1.3 2009/10/11 08:26:13 grobian Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/paste/paste-1.7.2.ebuild,v 1.4 2009/12/20 20:25:12 arfrever Exp $
 
 EAPI="2"
 SUPPORT_PYTHON_ABIS="1"
@@ -17,13 +17,14 @@
 LICENSE="MIT"
 SLOT="0"
 KEYWORDS="~amd64 ~x86 ~x86-interix ~amd64-linux ~x86-linux ~x86-macos ~sparc-solaris"
-IUSE="doc flup openid"
+IUSE="doc flup openid test"
 
 RDEPEND="flup? ( dev-python/flup )
 	openid? ( dev-python/python-openid )"
 DEPEND="${RDEPEND}
 	dev-python/setuptools
-	doc? ( dev-python/pudge dev-python/buildutils )"
+	doc? ( dev-python/pudge dev-python/buildutils )
+	test? ( dev-python/py )"
 RESTRICT_PYTHON_ABIS="3.*"
 
 S="${WORKDIR}/${MY_P}"
@@ -34,6 +35,10 @@
 	sed -i \
 		-e '/highlighter/d' \
 		setup.cfg || die "sed failed"
+
+	# Disable failing tests.
+	sed -e "s/test_logger/_&/" -i tests/test_exceptions/test_reporter.py || die "sed failed"
+	sed -e "s/test_paste_website/_&/" -i tests/test_proxy.py || die "sed failed"
 }
 
 src_compile() {
@@ -44,7 +49,12 @@
 	fi
 }
 
-# src_test() needs py.test but there's no release yet.
+src_test() {
+	testing() {
+		PYTHONPATH="build-${PYTHON_ABI}/lib" py.test
+	}
+	python_execute_function testing
+}
 
 src_install() {
 	distutils_src_install



1.8                  dev-python/paste/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/paste/ChangeLog?rev=1.8&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/paste/ChangeLog?rev=1.8&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/paste/ChangeLog?r1=1.7&r2=1.8

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/paste/ChangeLog,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- ChangeLog	11 Oct 2009 08:26:13 -0000	1.7
+++ ChangeLog	20 Dec 2009 20:25:12 -0000	1.8
@@ -1,6 +1,10 @@
 # ChangeLog for dev-python/paste
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/paste/ChangeLog,v 1.7 2009/10/11 08:26:13 grobian Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/paste/ChangeLog,v 1.8 2009/12/20 20:25:12 arfrever Exp $
+
+  20 Dec 2009; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>
+  paste-1.7.2.ebuild:
+  Add "test" USE flag and src_test().
 
   11 Oct 2009; Fabian Groffen <grobian@gentoo.org> paste-1.7.2.ebuild:
   Merge from Prefix






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

* [gentoo-commits] gentoo-x86 commit in dev-python/paste: paste-1.7.2.ebuild ChangeLog
@ 2010-06-26  3:18 Sebastian Pipping (sping)
  0 siblings, 0 replies; 5+ messages in thread
From: Sebastian Pipping (sping) @ 2010-06-26  3:18 UTC (permalink / raw
  To: gentoo-commits

sping       10/06/26 03:18:59

  Modified:             paste-1.7.2.ebuild ChangeLog
  Log:
  dev-python/paste: Make USE="doc -flup" require flup, too (bug #318757)
  (Portage version: 2.2_rc62/cvs/Linux i686)

Revision  Changes    Path
1.6                  dev-python/paste/paste-1.7.2.ebuild

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

Index: paste-1.7.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/paste/paste-1.7.2.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- paste-1.7.2.ebuild	6 Feb 2010 15:44:05 -0000	1.5
+++ paste-1.7.2.ebuild	26 Jun 2010 03:18:58 -0000	1.6
@@ -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/dev-python/paste/paste-1.7.2.ebuild,v 1.5 2010/02/06 15:44:05 arfrever Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/paste/paste-1.7.2.ebuild,v 1.6 2010/06/26 03:18:58 sping Exp $
 
 EAPI="2"
 PYTHON_DEPEND="2"
@@ -25,7 +25,7 @@
 	openid? ( dev-python/python-openid )"
 DEPEND="${RDEPEND}
 	dev-python/setuptools
-	doc? ( dev-python/pudge dev-python/buildutils )"
+	doc? ( dev-python/pudge dev-python/buildutils dev-python/flup )"
 RESTRICT_PYTHON_ABIS="3.*"
 
 S="${WORKDIR}/${MY_P}"



1.9                  dev-python/paste/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/paste/ChangeLog,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- ChangeLog	20 Dec 2009 20:25:12 -0000	1.8
+++ ChangeLog	26 Jun 2010 03:18:58 -0000	1.9
@@ -1,6 +1,9 @@
 # ChangeLog for dev-python/paste
-# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/paste/ChangeLog,v 1.8 2009/12/20 20:25:12 arfrever Exp $
+# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-python/paste/ChangeLog,v 1.9 2010/06/26 03:18:58 sping Exp $
+
+  26 Jun 2010; Sebastian Pipping <sping@gentoo.org> paste-1.7.2.ebuild:
+  Make USE="doc -flup" require flup, too (bug #318757)
 
   20 Dec 2009; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>
   paste-1.7.2.ebuild:






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

* [gentoo-commits] gentoo-x86 commit in dev-python/paste: paste-1.7.2.ebuild ChangeLog
@ 2010-06-26  3:38 Sebastian Pipping (sping)
  0 siblings, 0 replies; 5+ messages in thread
From: Sebastian Pipping (sping) @ 2010-06-26  3:38 UTC (permalink / raw
  To: gentoo-commits

sping       10/06/26 03:38:16

  Modified:             paste-1.7.2.ebuild ChangeLog
  Log:
  dev-python/paste: Revert previous commit, shooting too fast, sorry
  (Portage version: 2.2_rc62/cvs/Linux i686)

Revision  Changes    Path
1.7                  dev-python/paste/paste-1.7.2.ebuild

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

Index: paste-1.7.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/paste/paste-1.7.2.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- paste-1.7.2.ebuild	26 Jun 2010 03:18:58 -0000	1.6
+++ paste-1.7.2.ebuild	26 Jun 2010 03:38:16 -0000	1.7
@@ -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/dev-python/paste/paste-1.7.2.ebuild,v 1.6 2010/06/26 03:18:58 sping Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/paste/paste-1.7.2.ebuild,v 1.7 2010/06/26 03:38:16 sping Exp $
 
 EAPI="2"
 PYTHON_DEPEND="2"
@@ -25,7 +25,7 @@
 	openid? ( dev-python/python-openid )"
 DEPEND="${RDEPEND}
 	dev-python/setuptools
-	doc? ( dev-python/pudge dev-python/buildutils dev-python/flup )"
+	doc? ( dev-python/pudge dev-python/buildutils )"
 RESTRICT_PYTHON_ABIS="3.*"
 
 S="${WORKDIR}/${MY_P}"



1.10                 dev-python/paste/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/paste/ChangeLog,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- ChangeLog	26 Jun 2010 03:18:58 -0000	1.9
+++ ChangeLog	26 Jun 2010 03:38:16 -0000	1.10
@@ -1,6 +1,9 @@
 # ChangeLog for dev-python/paste
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/paste/ChangeLog,v 1.9 2010/06/26 03:18:58 sping Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/paste/ChangeLog,v 1.10 2010/06/26 03:38:16 sping Exp $
+
+  26 Jun 2010; Sebastian Pipping <sping@gentoo.org> paste-1.7.2.ebuild:
+  Revert previous commit, shooting too fast, sorry
 
   26 Jun 2010; Sebastian Pipping <sping@gentoo.org> paste-1.7.2.ebuild:
   Make USE="doc -flup" require flup, too (bug #318757)






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

end of thread, other threads:[~2010-06-26  3:38 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-06-26  3:38 [gentoo-commits] gentoo-x86 commit in dev-python/paste: paste-1.7.2.ebuild ChangeLog Sebastian Pipping (sping)
  -- strict thread matches above, loose matches on Subject: below --
2010-06-26  3:18 Sebastian Pipping (sping)
2009-12-20 20:25 Arfrever Frehtes Taifersar Arahesis (arfrever)
2009-10-11  8:26 Fabian Groffen (grobian)
2009-10-01  1:55 Arfrever Frehtes Taifersar Arahesis (arfrever)

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