* [gentoo-commits] gentoo-x86 commit in dev-python/twisted-web: ChangeLog twisted-web-10.1.0.ebuild
@ 2010-07-09 20:12 Arfrever Frehtes Taifersar Arahesis (arfrever)
0 siblings, 0 replies; 4+ messages in thread
From: Arfrever Frehtes Taifersar Arahesis (arfrever) @ 2010-07-09 20:12 UTC (permalink / raw
To: gentoo-commits
arfrever 10/07/09 20:12:26
Modified: ChangeLog
Added: twisted-web-10.1.0.ebuild
Log:
Version bump.
(Portage version: HEAD/cvs/Linux x86_64)
Revision Changes Path
1.56 dev-python/twisted-web/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/twisted-web/ChangeLog?rev=1.56&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/twisted-web/ChangeLog?rev=1.56&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/twisted-web/ChangeLog?r1=1.55&r2=1.56
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/twisted-web/ChangeLog,v
retrieving revision 1.55
retrieving revision 1.56
diff -u -r1.55 -r1.56
--- ChangeLog 17 Mar 2010 10:41:56 -0000 1.55
+++ ChangeLog 9 Jul 2010 20:12:26 -0000 1.56
@@ -1,6 +1,12 @@
# 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.55 2010/03/17 10:41:56 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted-web/ChangeLog,v 1.56 2010/07/09 20:12:26 arfrever Exp $
+
+*twisted-web-10.1.0 (09 Jul 2010)
+
+ 09 Jul 2010; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>
+ +twisted-web-10.1.0.ebuild:
+ Version bump.
*twisted-web-10.0.0 (17 Mar 2010)
1.1 dev-python/twisted-web/twisted-web-10.1.0.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/twisted-web/twisted-web-10.1.0.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/twisted-web/twisted-web-10.1.0.ebuild?rev=1.1&content-type=text/plain
Index: twisted-web-10.1.0.ebuild
===================================================================
# 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-10.1.0.ebuild,v 1.1 2010/07/09 20:12:26 arfrever Exp $
EAPI="3"
PYTHON_DEPEND="2"
SUPPORT_PYTHON_ABIS="1"
RESTRICT_PYTHON_ABIS="3.*"
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 ~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)*
soap? ( dev-python/soappy )"
RDEPEND="${DEPEND}"
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] 4+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-python/twisted-web: ChangeLog twisted-web-10.1.0.ebuild
@ 2010-08-18 23:35 Markos Chandras (hwoarang)
0 siblings, 0 replies; 4+ messages in thread
From: Markos Chandras (hwoarang) @ 2010-08-18 23:35 UTC (permalink / raw
To: gentoo-commits
hwoarang 10/08/18 23:35:58
Modified: ChangeLog twisted-web-10.1.0.ebuild
Log:
Stable on amd64 wrt bug #333211
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Revision Changes Path
1.57 dev-python/twisted-web/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/twisted-web/ChangeLog?rev=1.57&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/twisted-web/ChangeLog?rev=1.57&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/twisted-web/ChangeLog?r1=1.56&r2=1.57
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/twisted-web/ChangeLog,v
retrieving revision 1.56
retrieving revision 1.57
diff -u -r1.56 -r1.57
--- ChangeLog 9 Jul 2010 20:12:26 -0000 1.56
+++ ChangeLog 18 Aug 2010 23:35:58 -0000 1.57
@@ -1,6 +1,10 @@
# 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.56 2010/07/09 20:12:26 arfrever Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted-web/ChangeLog,v 1.57 2010/08/18 23:35:58 hwoarang Exp $
+
+ 18 Aug 2010; Markos Chandras <hwoarang@gentoo.org>
+ twisted-web-10.1.0.ebuild:
+ Stable on amd64 wrt bug #333211
*twisted-web-10.1.0 (09 Jul 2010)
1.2 dev-python/twisted-web/twisted-web-10.1.0.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/twisted-web/twisted-web-10.1.0.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/twisted-web/twisted-web-10.1.0.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/twisted-web/twisted-web-10.1.0.ebuild?r1=1.1&r2=1.2
Index: twisted-web-10.1.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/twisted-web/twisted-web-10.1.0.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- twisted-web-10.1.0.ebuild 9 Jul 2010 20:12:26 -0000 1.1
+++ twisted-web-10.1.0.ebuild 18 Aug 2010 23:35:58 -0000 1.2
@@ -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-10.1.0.ebuild,v 1.1 2010/07/09 20:12:26 arfrever Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted-web/twisted-web-10.1.0.ebuild,v 1.2 2010/08/18 23:35:58 hwoarang Exp $
EAPI="3"
PYTHON_DEPEND="2"
@@ -12,7 +12,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)*
^ permalink raw reply [flat|nested] 4+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-python/twisted-web: ChangeLog twisted-web-10.1.0.ebuild
@ 2010-10-25 2:56 Jeroen Roovers (jer)
0 siblings, 0 replies; 4+ messages in thread
From: Jeroen Roovers (jer) @ 2010-10-25 2:56 UTC (permalink / raw
To: gentoo-commits
jer 10/10/25 02:56:59
Modified: ChangeLog twisted-web-10.1.0.ebuild
Log:
Stable for HPPA (bug #333211).
(Portage version: 2.2.0_alpha1/cvs/Linux i686)
Revision Changes Path
1.58 dev-python/twisted-web/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/twisted-web/ChangeLog?rev=1.58&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/twisted-web/ChangeLog?rev=1.58&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/twisted-web/ChangeLog?r1=1.57&r2=1.58
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/twisted-web/ChangeLog,v
retrieving revision 1.57
retrieving revision 1.58
diff -u -r1.57 -r1.58
--- ChangeLog 18 Aug 2010 23:35:58 -0000 1.57
+++ ChangeLog 25 Oct 2010 02:56:59 -0000 1.58
@@ -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.57 2010/08/18 23:35:58 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted-web/ChangeLog,v 1.58 2010/10/25 02:56:59 jer Exp $
+
+ 25 Oct 2010; Jeroen Roovers <jer@gentoo.org> twisted-web-10.1.0.ebuild:
+ Stable for HPPA (bug #333211).
18 Aug 2010; Markos Chandras <hwoarang@gentoo.org>
twisted-web-10.1.0.ebuild:
1.3 dev-python/twisted-web/twisted-web-10.1.0.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/twisted-web/twisted-web-10.1.0.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/twisted-web/twisted-web-10.1.0.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/twisted-web/twisted-web-10.1.0.ebuild?r1=1.2&r2=1.3
Index: twisted-web-10.1.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/twisted-web/twisted-web-10.1.0.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- twisted-web-10.1.0.ebuild 18 Aug 2010 23:35:58 -0000 1.2
+++ twisted-web-10.1.0.ebuild 25 Oct 2010 02:56:59 -0000 1.3
@@ -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-10.1.0.ebuild,v 1.2 2010/08/18 23:35:58 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted-web/twisted-web-10.1.0.ebuild,v 1.3 2010/10/25 02:56:59 jer Exp $
EAPI="3"
PYTHON_DEPEND="2"
@@ -12,7 +12,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)*
^ permalink raw reply [flat|nested] 4+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-python/twisted-web: ChangeLog twisted-web-10.1.0.ebuild
@ 2010-12-23 23:49 Thomas Kahle (tomka)
0 siblings, 0 replies; 4+ messages in thread
From: Thomas Kahle (tomka) @ 2010-12-23 23:49 UTC (permalink / raw
To: gentoo-commits
tomka 10/12/23 23:49:52
Modified: ChangeLog twisted-web-10.1.0.ebuild
Log:
x86 stable per bug 333389
(Portage version: 2.1.9.25/cvs/Linux i686)
Revision Changes Path
1.60 dev-python/twisted-web/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/twisted-web/ChangeLog?rev=1.60&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/twisted-web/ChangeLog?rev=1.60&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/twisted-web/ChangeLog?r1=1.59&r2=1.60
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/twisted-web/ChangeLog,v
retrieving revision 1.59
retrieving revision 1.60
diff -u -r1.59 -r1.60
--- ChangeLog 22 Dec 2010 21:59:25 -0000 1.59
+++ ChangeLog 23 Dec 2010 23:49:52 -0000 1.60
@@ -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.59 2010/12/22 21:59:25 arfrever Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted-web/ChangeLog,v 1.60 2010/12/23 23:49:52 tomka Exp $
+
+ 23 Dec 2010; Thomas Kahle <tomka@gentoo.org> twisted-web-10.1.0.ebuild:
+ x86 stable per bug 333389
*twisted-web-10.2.0 (22 Dec 2010)
1.4 dev-python/twisted-web/twisted-web-10.1.0.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/twisted-web/twisted-web-10.1.0.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/twisted-web/twisted-web-10.1.0.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/twisted-web/twisted-web-10.1.0.ebuild?r1=1.3&r2=1.4
Index: twisted-web-10.1.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/twisted-web/twisted-web-10.1.0.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- twisted-web-10.1.0.ebuild 25 Oct 2010 02:56:59 -0000 1.3
+++ twisted-web-10.1.0.ebuild 23 Dec 2010 23:49:52 -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-10.1.0.ebuild,v 1.3 2010/10/25 02:56:59 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted-web/twisted-web-10.1.0.ebuild,v 1.4 2010/12/23 23:49:52 tomka Exp $
EAPI="3"
PYTHON_DEPEND="2"
@@ -12,7 +12,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)*
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2010-12-23 23:50 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-12-23 23:49 [gentoo-commits] gentoo-x86 commit in dev-python/twisted-web: ChangeLog twisted-web-10.1.0.ebuild Thomas Kahle (tomka)
-- strict thread matches above, loose matches on Subject: below --
2010-10-25 2:56 Jeroen Roovers (jer)
2010-08-18 23:35 Markos Chandras (hwoarang)
2010-07-09 20:12 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