diff options
author | Patrick Lauer <patrick@gentoo.org> | 2009-01-08 21:26:50 +0000 |
---|---|---|
committer | Patrick Lauer <patrick@gentoo.org> | 2009-01-08 21:26:50 +0000 |
commit | e33469df08e444f006cccac82e271a8761603d48 (patch) | |
tree | 3d0c1ff1b63002bf9799cdb4bb4f1c69720c922b /dev-python/werkzeug | |
parent | Removed package as it has been integrated into www-apps/trac-0.11. (diff) | |
download | gentoo-2-e33469df08e444f006cccac82e271a8761603d48.tar.gz gentoo-2-e33469df08e444f006cccac82e271a8761603d48.tar.bz2 gentoo-2-e33469df08e444f006cccac82e271a8761603d48.zip |
Remove old
(Portage version: 2.2_rc20/cvs/Linux 2.6.28 x86_64)
Diffstat (limited to 'dev-python/werkzeug')
-rw-r--r-- | dev-python/werkzeug/ChangeLog | 7 | ||||
-rw-r--r-- | dev-python/werkzeug/werkzeug-0.3.1-r1.ebuild | 42 |
2 files changed, 5 insertions, 44 deletions
diff --git a/dev-python/werkzeug/ChangeLog b/dev-python/werkzeug/ChangeLog index 408f3d3909df..fdcd95fc1e1c 100644 --- a/dev-python/werkzeug/ChangeLog +++ b/dev-python/werkzeug/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/werkzeug -# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/werkzeug/ChangeLog,v 1.5 2008/12/06 23:20:30 patrick Exp $ +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-python/werkzeug/ChangeLog,v 1.6 2009/01/08 21:26:50 patrick Exp $ + + 08 Jan 2009; Patrick Lauer <patrick@gentoo.org> -werkzeug-0.3.1-r1.ebuild: + Removing old *werkzeug-0.4 (06 Dec 2008) diff --git a/dev-python/werkzeug/werkzeug-0.3.1-r1.ebuild b/dev-python/werkzeug/werkzeug-0.3.1-r1.ebuild deleted file mode 100644 index 28f3095c64d8..000000000000 --- a/dev-python/werkzeug/werkzeug-0.3.1-r1.ebuild +++ /dev/null @@ -1,42 +0,0 @@ -# Copyright 1999-2008 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/werkzeug/werkzeug-0.3.1-r1.ebuild,v 1.1 2008/08/04 12:02:26 hoffie Exp $ - -NEED_PYTHON="2.4" - -inherit distutils - -MY_P="Werkzeug-${PV}" - -DESCRIPTION="Collection of various utilities for WSGI applications" -HOMEPAGE="http://werkzeug.pocoo.org/" -SRC_URI="http://pypi.python.org/packages/source/W/Werkzeug/${MY_P}.tar.gz" -LICENSE="BSD" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="test" - -RDEPEND="" -DEPEND=">=dev-python/setuptools-0.6_rc5 - test? ( dev-python/py - dev-python/lxml - dev-python/simplejson )" - -S="${WORKDIR}/${MY_P}" - -src_install() { - DOCS="CHANGES" - distutils_src_install - - # Rearraning the docs - rm -rf "${D}/usr/docs" - dodoc docs/src/* - dohtml docs/html/* -} - -src_test() { - distutils_python_version - # path gets set correctly in conftest.py - cd tests - py.test || die "tests failed" -} |