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:
|
"Tiziano Mueller (dev-zero)" <dev-zero@g.o>
|
|
Subject:
|
gentoo-x86 commit in dev-python/nevow: ChangeLog nevow-0.9.29.ebuild nevow-0.9.0.ebuild
|
|
Date:
|
Sat, 23 Feb 2008 18:29:57 +0000
|
|
dev-zero 08/02/23 18:29:57
Modified: ChangeLog
Added: nevow-0.9.29.ebuild
Removed: nevow-0.9.0.ebuild
Log:
Version bump (fixes test-failures on amd64: bug #206044).
(Portage version: 2.1.4.4)
Revision Changes Path
1.20 dev-python/nevow/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/nevow/ChangeLog?rev=1.20&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/nevow/ChangeLog?rev=1.20&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/nevow/ChangeLog?r1=1.19&r2=1.20
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/nevow/ChangeLog,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -r1.19 -r1.20
--- ChangeLog 16 Jan 2008 08:06:23 -0000 1.19
+++ ChangeLog 23 Feb 2008 18:29:56 -0000 1.20
@@ -1,6 +1,12 @@
# ChangeLog for dev-python/nevow
# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/nevow/ChangeLog,v 1.19 2008/01/16 08:06:23 opfer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/nevow/ChangeLog,v 1.20 2008/02/23 18:29:56 dev-zero Exp $
+
+*nevow-0.9.29 (23 Feb 2008)
+
+ 23 Feb 2008; Tiziano Müller <dev-zero@g.o> -nevow-0.9.0.ebuild,
+ +nevow-0.9.29.ebuild:
+ Version bump (fixes test-failures on amd64: bug #206044).
16 Jan 2008; Christian Faulhammer <opfer@g.o> nevow-0.9.18.ebuild:
stable x86, bug 206043
1.1 dev-python/nevow/nevow-0.9.29.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/nevow/nevow-0.9.29.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/nevow/nevow-0.9.29.ebuild?rev=1.1&content-type=text/plain
Index: nevow-0.9.29.ebuild
===================================================================
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/nevow/nevow-0.9.29.ebuild,v 1.1 2008/02/23 18:29:56 dev-zero Exp $
NEED_PYTHON="2.4"
inherit distutils multilib
MY_P="Nevow-${PV}"
DESCRIPTION="A web templating framework that provides LivePage, an automatic AJAX toolkit."
HOMEPAGE="http://divmod.org/trac/wiki/DivmodNevow"
SRC_URI="mirror://gentoo/${MY_P}.tar.gz"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~sparc ~x86"
IUSE="doc"
RDEPEND=">=dev-python/twisted-2.4
dev-python/twisted-web"
DEPEND="${RDEPEND}
doc? ( dev-python/docutils )"
S="${WORKDIR}/${MY_P}"
PYTHON_MODNAME="nevow formless"
src_compile() {
distutils_src_compile
if use doc; then
cd doc
"${python}" make.py || die "documentation building failed"
fi
}
src_install() {
distutils_src_install
# mantisia expects js to be under site-packages/
# but setup.py doesn't install it
python_version
insinto /usr/$(get_libdir)/python${PYVER}/site-packages/${PN}
doins ${PN}/*.js || die "doins failed"
doins -r ${PN}/js || die "doins failed"
if use doc; then
insinto /usr/share/doc/${PF}/
doins -r doc/txt doc/html examples
fi
}
src_test() {
PYTHONPATH="." trial nevow || die "nevow trial failed"
PYTHONPATH="." trial formless || die "formless trial failed"
}
--
gentoo-commits@g.o mailing list
|
|