summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Lauer <patrick@gentoo.org>2009-09-04 15:03:01 +0000
committerPatrick Lauer <patrick@gentoo.org>2009-09-04 15:03:01 +0000
commit83989a14b8f40bfc74098618e5abefdbc3ca1404 (patch)
tree590828b8ef54eabe0c1fcec2559acfb9f77d6338 /dev-python/werkzeug
parentAdjust ebuild. Acpi is MANDATORY. Remove amd64 wrapping on multilib useflag, ... (diff)
downloadgentoo-2-83989a14b8f40bfc74098618e5abefdbc3ca1404.tar.gz
gentoo-2-83989a14b8f40bfc74098618e5abefdbc3ca1404.tar.bz2
gentoo-2-83989a14b8f40bfc74098618e5abefdbc3ca1404.zip
Remove old
(Portage version: 2.2_rc40/cvs/Linux x86_64)
Diffstat (limited to 'dev-python/werkzeug')
-rw-r--r--dev-python/werkzeug/ChangeLog6
-rw-r--r--dev-python/werkzeug/werkzeug-0.4.1.ebuild43
-rw-r--r--dev-python/werkzeug/werkzeug-0.5.ebuild37
3 files changed, 5 insertions, 81 deletions
diff --git a/dev-python/werkzeug/ChangeLog b/dev-python/werkzeug/ChangeLog
index 395eac77d416..df2aeb35c923 100644
--- a/dev-python/werkzeug/ChangeLog
+++ b/dev-python/werkzeug/ChangeLog
@@ -1,6 +1,10 @@
# 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.11 2009/09/01 07:34:37 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/werkzeug/ChangeLog,v 1.12 2009/09/04 15:03:01 patrick Exp $
+
+ 04 Sep 2009; Patrick Lauer <patrick@gentoo.org> -werkzeug-0.4.1.ebuild,
+ -werkzeug-0.5.ebuild:
+ Remove old
01 Sep 2009; Patrick Lauer <patrick@gentoo.org> werkzeug-0.4.1.ebuild,
werkzeug-0.5.ebuild, werkzeug-0.5.1.ebuild:
diff --git a/dev-python/werkzeug/werkzeug-0.4.1.ebuild b/dev-python/werkzeug/werkzeug-0.4.1.ebuild
deleted file mode 100644
index a09967d363d0..000000000000
--- a/dev-python/werkzeug/werkzeug-0.4.1.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 1999-2009 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/werkzeug/werkzeug-0.4.1.ebuild,v 1.2 2009/09/01 07:34:37 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
- app-arch/unzip
- 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"
-}
diff --git a/dev-python/werkzeug/werkzeug-0.5.ebuild b/dev-python/werkzeug/werkzeug-0.5.ebuild
deleted file mode 100644
index b8af4d75cc73..000000000000
--- a/dev-python/werkzeug/werkzeug-0.5.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2009 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/werkzeug/werkzeug-0.5.ebuild,v 1.2 2009/09/01 07:34:37 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
- app-arch/unzip
- test? ( dev-python/py
- dev-python/lxml
- dev-python/nose
- dev-python/simplejson )"
-
-S="${WORKDIR}/${MY_P}"
-
-src_install() {
- DOCS="CHANGES"
- distutils_src_install
-}
-
-src_test() {
- distutils_python_version
- make test || die "tests failed"
-}