diff options
author | Jesus Rivero <neurogeek@gentoo.org> | 2010-03-17 03:33:26 +0000 |
---|---|---|
committer | Jesus Rivero <neurogeek@gentoo.org> | 2010-03-17 03:33:26 +0000 |
commit | fedea4fc3e29818de9c2333cf1b1421e1ec33199 (patch) | |
tree | 2edc798daa10f0fb6f014f39cbe97bdc6b3ea2de /dev-python | |
parent | Keyworded ~x86-fbsd. (diff) | |
download | gentoo-2-fedea4fc3e29818de9c2333cf1b1421e1ec33199.tar.gz gentoo-2-fedea4fc3e29818de9c2333cf1b1421e1ec33199.tar.bz2 gentoo-2-fedea4fc3e29818de9c2333cf1b1421e1ec33199.zip |
Removed doc IUSE as this version doesn't have docs. Closes bug #271462
(Portage version: 2.2_rc63/cvs/Linux i686)
Diffstat (limited to 'dev-python')
-rw-r--r-- | dev-python/pylons/ChangeLog | 7 | ||||
-rw-r--r-- | dev-python/pylons/pylons-0.9.7.ebuild | 30 |
2 files changed, 9 insertions, 28 deletions
diff --git a/dev-python/pylons/ChangeLog b/dev-python/pylons/ChangeLog index 8cc233243813..4e0002f2f7de 100644 --- a/dev-python/pylons/ChangeLog +++ b/dev-python/pylons/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/pylons -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pylons/ChangeLog,v 1.6 2009/07/17 15:52:40 arfrever Exp $ +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-python/pylons/ChangeLog,v 1.7 2010/03/17 03:33:26 neurogeek Exp $ + + 17 Mar 2010; Jesus Rivero <neurogeek@gentoo.org> pylons-0.9.7.ebuild: + Removed doc IUSE as this version doesn't have docs. Closes bug #271462 17 Jul 2009; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> pylons-0.9.7.ebuild: diff --git a/dev-python/pylons/pylons-0.9.7.ebuild b/dev-python/pylons/pylons-0.9.7.ebuild index 4fe62f271e5a..f044b9fd3195 100644 --- a/dev-python/pylons/pylons-0.9.7.ebuild +++ b/dev-python/pylons/pylons-0.9.7.ebuild @@ -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/pylons/pylons-0.9.7.ebuild,v 1.2 2009/07/17 15:52:40 arfrever Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pylons/pylons-0.9.7.ebuild,v 1.3 2010/03/17 03:33:26 neurogeek Exp $ EAPI="1" @@ -18,7 +18,7 @@ HOMEPAGE="http://pylonshq.com" SRC_URI="http://cheeseshop.python.org/packages/source/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz" LICENSE="BSD" SLOT="0" -IUSE="cheetah genshi jinja2 kid +mako myghty doc" +IUSE="cheetah genshi jinja2 kid +mako myghty" RDEPEND=">=dev-python/routes-1.10.3 >=dev-python/webhelpers-0.6.4 @@ -48,35 +48,13 @@ RDEPEND=">=dev-python/routes-1.10.3 mako? ( >=dev-python/mako-0.2.4 ) myghty? ( >=dev-python/myghty-1.1 )" DEPEND="${RDEPEND} - dev-python/setuptools - doc? ( dev-python/pudge dev-python/buildutils )" + dev-python/setuptools" # The tests fail, needs further investigation RESTRICT="test" S="${WORKDIR}/${MY_P}" -src_unpack() { - distutils_src_unpack - - sed -i \ - -e 's|dest =.*|dest = docs/html|' \ - setup.cfg || die "sed failed" -} - -src_compile() { - distutils_src_compile - if use doc ; then - einfo "Generating docs as requested..." - "${python}" setup.py pudge || die "generating docs failed" - fi -} - -src_install() { - distutils_src_install - use doc && dohtml -r docs/html/* -} - pkg_postinst() { elog "pylons can make use of many other packages like:" elog " cheetah, genshi, kid or pudge" |