Note: Due to technical difficulties, the Archives are currently not up to date.
GMANE provides an alternative service for most mailing lists. c.f. bug 424647
List Archive: gentoo-commits
| Navigation: |
|
Lists:
gentoo-commits:
< Prev
By Thread
Next >
< Prev
By Date
Next >
|
| Headers: |
|
To:
|
gentoo-commits@g.o
|
|
From:
|
"Arfrever Frehtes Taifersar Arahesis (arfrever)" <arfrever@g.o>
|
|
Subject:
|
gentoo-x86 commit in dev-python/twisted-web: ChangeLog twisted-web-8.2.0.ebuild
|
|
Date:
|
Sun, 25 Oct 2009 20:12:50 +0000
|
|
arfrever 09/10/25 20:12:50
Modified: ChangeLog twisted-web-8.2.0.ebuild
Log:
Set SUPPORT_PYTHON_ABIS.
(Portage version: 14724-svn/cvs/Linux x86_64)
Revision Changes Path
1.43 dev-python/twisted-web/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/twisted-web/ChangeLog?rev=1.43&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/twisted-web/ChangeLog?rev=1.43&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/twisted-web/ChangeLog?r1=1.42&r2=1.43
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/twisted-web/ChangeLog,v
retrieving revision 1.42
retrieving revision 1.43
diff -u -r1.42 -r1.43
--- ChangeLog 6 Sep 2009 20:37:21 -0000 1.42
+++ ChangeLog 25 Oct 2009 20:12:50 -0000 1.43
@@ -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.42 2009/09/06 20:37:21 idl0r Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted-web/ChangeLog,v 1.43 2009/10/25 20:12:50 arfrever Exp $
+
+ 25 Oct 2009; Arfrever Frehtes Taifersar Arahesis <arfrever@g.o>
+ twisted-web-8.2.0.ebuild:
+ Set SUPPORT_PYTHON_ABIS.
06 Sep 2009; Christian Ruppert <idl0r@g.o>
-files/twisted-web-0.5.0-tests-2.2-compat.patch:
1.3 dev-python/twisted-web/twisted-web-8.2.0.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/twisted-web/twisted-web-8.2.0.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/twisted-web/twisted-web-8.2.0.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/twisted-web/twisted-web-8.2.0.ebuild?r1=1.2&r2=1.3
Index: twisted-web-8.2.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/twisted-web/twisted-web-8.2.0.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- twisted-web-8.2.0.ebuild 21 Jul 2009 11:59:12 -0000 1.2
+++ twisted-web-8.2.0.ebuild 25 Oct 2009 20:12:50 -0000 1.3
@@ -1,23 +1,25 @@
# 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-8.2.0.ebuild,v 1.2 2009/07/21 11:59:12 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted-web/twisted-web-8.2.0.ebuild,v 1.3 2009/10/25 20:12:50 arfrever Exp $
-MY_PACKAGE=Web
+EAPI="2"
+SUPPORT_PYTHON_ABIS="1"
+MY_PACKAGE="Web"
-inherit twisted eutils versionator
+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"
-RDEPEND="=dev-python/twisted-$(get_version_component_range 1-2)*
+DEPEND="=dev-python/twisted-$(get_version_component_range 1-2)*
soap? ( dev-python/soappy )"
-DEPEND="${RDEPEND}"
+RDEPEND="${DEPEND}"
+RESTRICT_PYTHON_ABIS="3.*"
-IUSE="soap"
+PYTHON_MODNAME="twisted/plugins twisted/web"
-src_unpack() {
- unpack ${A}
- cd "${S}"
- epatch "${FILESDIR}"/${PN}-0.5.0-root-skip.patch
+src_prepare() {
+ epatch "${FILESDIR}/${PN}-0.5.0-root-skip.patch"
}
|
|