diff options
author | Patrick Lauer <patrick@gentoo.org> | 2009-04-24 14:34:36 +0000 |
---|---|---|
committer | Patrick Lauer <patrick@gentoo.org> | 2009-04-24 14:34:36 +0000 |
commit | 0294645676472a83d2208a369e293e88ee9e967e (patch) | |
tree | aa39c1fadf76f15f88659d9ce7731a1619f6616e /dev-python/werkzeug | |
parent | stable ppc64, bug 267270 (diff) | |
download | gentoo-2-0294645676472a83d2208a369e293e88ee9e967e.tar.gz gentoo-2-0294645676472a83d2208a369e293e88ee9e967e.tar.bz2 gentoo-2-0294645676472a83d2208a369e293e88ee9e967e.zip |
Remove old
(Portage version: 2.2_rc31/cvs/Linux x86_64)
Diffstat (limited to 'dev-python/werkzeug')
-rw-r--r-- | dev-python/werkzeug/ChangeLog | 5 | ||||
-rw-r--r-- | dev-python/werkzeug/werkzeug-0.4.ebuild | 42 |
2 files changed, 4 insertions, 43 deletions
diff --git a/dev-python/werkzeug/ChangeLog b/dev-python/werkzeug/ChangeLog index 424b27e98a93..eafdbc777646 100644 --- a/dev-python/werkzeug/ChangeLog +++ b/dev-python/werkzeug/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/werkzeug # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/werkzeug/ChangeLog,v 1.7 2009/01/24 16:57:21 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/werkzeug/ChangeLog,v 1.8 2009/04/24 14:34:36 patrick Exp $ + + 24 Apr 2009; Patrick Lauer <patrick@gentoo.org> -werkzeug-0.4.ebuild: + Remove old *werkzeug-0.4.1 (24 Jan 2009) diff --git a/dev-python/werkzeug/werkzeug-0.4.ebuild b/dev-python/werkzeug/werkzeug-0.4.ebuild deleted file mode 100644 index 60a97c4cdec7..000000000000 --- a/dev-python/werkzeug/werkzeug-0.4.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.4.ebuild,v 1.1 2008/12/06 23:20:30 patrick 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" -} |