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

arfrever    09/11/30 01:34:40

  Modified:             ChangeLog
  Added:                twisted-web-9.0.0.ebuild
  Log:
  Version bump (bug #294924).
  (Portage version: 14920-svn/cvs/Linux x86_64)

Revision  Changes    Path
1.47                 dev-python/twisted-web/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/twisted-web/ChangeLog,v
retrieving revision 1.46
retrieving revision 1.47
diff -u -r1.46 -r1.47
--- ChangeLog	29 Nov 2009 13:13:52 -0000	1.46
+++ ChangeLog	30 Nov 2009 01:34:40 -0000	1.47
@@ -1,6 +1,12 @@
 # ChangeLog for dev-python/twisted-web
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted-web/ChangeLog,v 1.46 2009/11/29 13:13:52 volkmar Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted-web/ChangeLog,v 1.47 2009/11/30 01:34:40 arfrever Exp $
+
+*twisted-web-9.0.0 (30 Nov 2009)
+
+  30 Nov 2009; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>
+  +twisted-web-9.0.0.ebuild:
+  Version bump (bug #294924).
 
   29 Nov 2009; Mounir Lamouri <volkmar@gentoo.org> twisted-web-8.2.0.ebuild:
   Stable for ppc, bug 289680



1.1                  dev-python/twisted-web/twisted-web-9.0.0.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/twisted-web/twisted-web-9.0.0.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/twisted-web/twisted-web-9.0.0.ebuild?rev=1.1&content-type=text/plain

Index: twisted-web-9.0.0.ebuild
===================================================================
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted-web/twisted-web-9.0.0.ebuild,v 1.1 2009/11/30 01:34:40 arfrever Exp $

EAPI="2"
SUPPORT_PYTHON_ABIS="1"
MY_PACKAGE="Web"

inherit eutils twisted versionator

DESCRIPTION="Twisted web server, programmable in Python"

KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd"
IUSE="soap"

DEPEND="=dev-python/twisted-$(get_version_component_range 1-2)*
	soap? ( dev-python/soappy )"
RDEPEND="${DEPEND}"
RESTRICT_PYTHON_ABIS="3.*"

PYTHON_MODNAME="twisted/plugins twisted/web"

src_prepare() {
	distutils_src_prepare
	epatch "${FILESDIR}/${PN}-0.5.0-root-skip.patch"
}






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

* [gentoo-commits] gentoo-x86 commit in dev-python/twisted-web: twisted-web-9.0.0.ebuild ChangeLog
@ 2009-12-20 15:30 Fabian Groffen (grobian)
  0 siblings, 0 replies; 5+ messages in thread
From: Fabian Groffen (grobian) @ 2009-12-20 15:30 UTC (permalink / raw
  To: gentoo-commits

grobian     09/12/20 15:30:01

  Modified:             twisted-web-9.0.0.ebuild ChangeLog
  Log:
  Merged keywords from Prefix
  (Portage version: 2.2.00.15118-prefix/cvs/Darwin powerpc)

Revision  Changes    Path
1.2                  dev-python/twisted-web/twisted-web-9.0.0.ebuild

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

Index: twisted-web-9.0.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/twisted-web/twisted-web-9.0.0.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- twisted-web-9.0.0.ebuild	30 Nov 2009 01:34:40 -0000	1.1
+++ twisted-web-9.0.0.ebuild	20 Dec 2009 15:30:00 -0000	1.2
@@ -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/twisted-web/twisted-web-9.0.0.ebuild,v 1.1 2009/11/30 01:34:40 arfrever Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted-web/twisted-web-9.0.0.ebuild,v 1.2 2009/12/20 15:30:00 grobian Exp $
 
 EAPI="2"
 SUPPORT_PYTHON_ABIS="1"
@@ -10,7 +10,7 @@
 
 DESCRIPTION="Twisted web server, programmable in Python"
 
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="soap"
 
 DEPEND="=dev-python/twisted-$(get_version_component_range 1-2)*



1.50                 dev-python/twisted-web/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/twisted-web/ChangeLog,v
retrieving revision 1.49
retrieving revision 1.50
diff -u -r1.49 -r1.50
--- ChangeLog	16 Dec 2009 00:35:23 -0000	1.49
+++ ChangeLog	20 Dec 2009 15:30:00 -0000	1.50
@@ -1,6 +1,9 @@
 # ChangeLog for dev-python/twisted-web
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted-web/ChangeLog,v 1.49 2009/12/16 00:35:23 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted-web/ChangeLog,v 1.50 2009/12/20 15:30:00 grobian Exp $
+
+  20 Dec 2009; Fabian Groffen <grobian@gentoo.org> twisted-web-9.0.0.ebuild:
+  Merged keywords from Prefix
 
   16 Dec 2009; Brent Baude <ranger@gentoo.org> twisted-web-8.2.0.ebuild:
   Marking twisted-web-8.2.0 ppc64 stable for bug 289680






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

* [gentoo-commits] gentoo-x86 commit in dev-python/twisted-web: twisted-web-9.0.0.ebuild ChangeLog
@ 2010-01-17 18:43 Christian Faulhammer (fauli)
  0 siblings, 0 replies; 5+ messages in thread
From: Christian Faulhammer (fauli) @ 2010-01-17 18:43 UTC (permalink / raw
  To: gentoo-commits

fauli       10/01/17 18:43:58

  Modified:             twisted-web-9.0.0.ebuild ChangeLog
  Log:
  stable x86, bug 300702
  (Portage version: 2.1.6.13/cvs/Linux i686)

Revision  Changes    Path
1.3                  dev-python/twisted-web/twisted-web-9.0.0.ebuild

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

Index: twisted-web-9.0.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/twisted-web/twisted-web-9.0.0.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- twisted-web-9.0.0.ebuild	20 Dec 2009 15:30:00 -0000	1.2
+++ twisted-web-9.0.0.ebuild	17 Jan 2010 18:43:58 -0000	1.3
@@ -1,6 +1,6 @@
-# Copyright 1999-2009 Gentoo Foundation
+# Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted-web/twisted-web-9.0.0.ebuild,v 1.2 2009/12/20 15:30:00 grobian Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted-web/twisted-web-9.0.0.ebuild,v 1.3 2010/01/17 18:43:58 fauli Exp $
 
 EAPI="2"
 SUPPORT_PYTHON_ABIS="1"
@@ -10,7 +10,7 @@
 
 DESCRIPTION="Twisted web server, programmable in Python"
 
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="soap"
 
 DEPEND="=dev-python/twisted-$(get_version_component_range 1-2)*



1.52                 dev-python/twisted-web/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/twisted-web/ChangeLog,v
retrieving revision 1.51
retrieving revision 1.52
diff -u -r1.51 -r1.52
--- ChangeLog	20 Dec 2009 16:41:23 -0000	1.51
+++ ChangeLog	17 Jan 2010 18:43:58 -0000	1.52
@@ -1,6 +1,10 @@
 # ChangeLog for dev-python/twisted-web
-# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted-web/ChangeLog,v 1.51 2009/12/20 16:41:23 armin76 Exp $
+# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted-web/ChangeLog,v 1.52 2010/01/17 18:43:58 fauli Exp $
+
+  17 Jan 2010; Christian Faulhammer <fauli@gentoo.org>
+  twisted-web-9.0.0.ebuild:
+  stable x86, bug 300702
 
   20 Dec 2009; Raúl Porcel <armin76@gentoo.org> twisted-web-8.2.0.ebuild:
   alpha/arm/ia64/s390/sh/sparc stable wrt #289680






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

* [gentoo-commits] gentoo-x86 commit in dev-python/twisted-web: twisted-web-9.0.0.ebuild ChangeLog
@ 2010-02-10 16:22 Jeroen Roovers (jer)
  0 siblings, 0 replies; 5+ messages in thread
From: Jeroen Roovers (jer) @ 2010-02-10 16:22 UTC (permalink / raw
  To: gentoo-commits

jer         10/02/10 16:22:12

  Modified:             twisted-web-9.0.0.ebuild ChangeLog
  Log:
  Stable for HPPA (bug #300702).
  (Portage version: 2.2_rc62/cvs/Linux i686)

Revision  Changes    Path
1.4                  dev-python/twisted-web/twisted-web-9.0.0.ebuild

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

Index: twisted-web-9.0.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/twisted-web/twisted-web-9.0.0.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- twisted-web-9.0.0.ebuild	17 Jan 2010 18:43:58 -0000	1.3
+++ twisted-web-9.0.0.ebuild	10 Feb 2010 16:22:12 -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/dev-python/twisted-web/twisted-web-9.0.0.ebuild,v 1.3 2010/01/17 18:43:58 fauli Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted-web/twisted-web-9.0.0.ebuild,v 1.4 2010/02/10 16:22:12 jer Exp $
 
 EAPI="2"
 SUPPORT_PYTHON_ABIS="1"
@@ -10,7 +10,7 @@
 
 DESCRIPTION="Twisted web server, programmable in Python"
 
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha ~amd64 ~arm hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="soap"
 
 DEPEND="=dev-python/twisted-$(get_version_component_range 1-2)*



1.53                 dev-python/twisted-web/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/twisted-web/ChangeLog,v
retrieving revision 1.52
retrieving revision 1.53
diff -u -r1.52 -r1.53
--- ChangeLog	17 Jan 2010 18:43:58 -0000	1.52
+++ ChangeLog	10 Feb 2010 16:22:12 -0000	1.53
@@ -1,6 +1,9 @@
 # ChangeLog for dev-python/twisted-web
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted-web/ChangeLog,v 1.52 2010/01/17 18:43:58 fauli Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted-web/ChangeLog,v 1.53 2010/02/10 16:22:12 jer Exp $
+
+  10 Feb 2010; Jeroen Roovers <jer@gentoo.org> twisted-web-9.0.0.ebuild:
+  Stable for HPPA (bug #300702).
 
   17 Jan 2010; Christian Faulhammer <fauli@gentoo.org>
   twisted-web-9.0.0.ebuild:






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

* [gentoo-commits] gentoo-x86 commit in dev-python/twisted-web: twisted-web-9.0.0.ebuild ChangeLog
@ 2010-02-13 17:40 Raul Porcel (armin76)
  0 siblings, 0 replies; 5+ messages in thread
From: Raul Porcel (armin76) @ 2010-02-13 17:40 UTC (permalink / raw
  To: gentoo-commits

armin76     10/02/13 17:40:21

  Modified:             twisted-web-9.0.0.ebuild ChangeLog
  Log:
  alpha/arm/ia64/s390/sh/sparc stable wrt #300702
  (Portage version: 2.1.7.16/cvs/Linux ia64)

Revision  Changes    Path
1.5                  dev-python/twisted-web/twisted-web-9.0.0.ebuild

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

Index: twisted-web-9.0.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/twisted-web/twisted-web-9.0.0.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- twisted-web-9.0.0.ebuild	10 Feb 2010 16:22:12 -0000	1.4
+++ twisted-web-9.0.0.ebuild	13 Feb 2010 17:40:21 -0000	1.5
@@ -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/twisted-web/twisted-web-9.0.0.ebuild,v 1.4 2010/02/10 16:22:12 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted-web/twisted-web-9.0.0.ebuild,v 1.5 2010/02/13 17:40:21 armin76 Exp $
 
 EAPI="2"
 SUPPORT_PYTHON_ABIS="1"
@@ -10,7 +10,7 @@
 
 DESCRIPTION="Twisted web server, programmable in Python"
 
-KEYWORDS="~alpha ~amd64 ~arm hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="alpha ~amd64 arm hppa ia64 ~mips ~ppc ~ppc64 s390 sh sparc x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="soap"
 
 DEPEND="=dev-python/twisted-$(get_version_component_range 1-2)*



1.54                 dev-python/twisted-web/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/twisted-web/ChangeLog,v
retrieving revision 1.53
retrieving revision 1.54
diff -u -r1.53 -r1.54
--- ChangeLog	10 Feb 2010 16:22:12 -0000	1.53
+++ ChangeLog	13 Feb 2010 17:40:21 -0000	1.54
@@ -1,6 +1,9 @@
 # ChangeLog for dev-python/twisted-web
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted-web/ChangeLog,v 1.53 2010/02/10 16:22:12 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted-web/ChangeLog,v 1.54 2010/02/13 17:40:21 armin76 Exp $
+
+  13 Feb 2010; Raúl Porcel <armin76@gentoo.org> twisted-web-9.0.0.ebuild:
+  alpha/arm/ia64/s390/sh/sparc stable wrt #300702
 
   10 Feb 2010; Jeroen Roovers <jer@gentoo.org> twisted-web-9.0.0.ebuild:
   Stable for HPPA (bug #300702).






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

end of thread, other threads:[~2010-02-13 17:40 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-02-10 16:22 [gentoo-commits] gentoo-x86 commit in dev-python/twisted-web: twisted-web-9.0.0.ebuild ChangeLog Jeroen Roovers (jer)
  -- strict thread matches above, loose matches on Subject: below --
2010-02-13 17:40 Raul Porcel (armin76)
2010-01-17 18:43 Christian Faulhammer (fauli)
2009-12-20 15:30 Fabian Groffen (grobian)
2009-11-30  1:34 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