summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorManuel Rüger <mrueg@gentoo.org>2015-02-01 17:29:16 +0000
committerManuel Rüger <mrueg@gentoo.org>2015-02-01 17:29:16 +0000
commitf88d9fe3a17c158a155a9c45eef3ac790a9f6e94 (patch)
tree6d260249350bcb49e3e5d2423d22c1cf422bfac6 /dev-python/pastedeploy
parentRemove old. (diff)
downloadgentoo-2-f88d9fe3a17c158a155a9c45eef3ac790a9f6e94.tar.gz
gentoo-2-f88d9fe3a17c158a155a9c45eef3ac790a9f6e94.tar.bz2
gentoo-2-f88d9fe3a17c158a155a9c45eef3ac790a9f6e94.zip
Remove old.
(Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key )
Diffstat (limited to 'dev-python/pastedeploy')
-rw-r--r--dev-python/pastedeploy/ChangeLog7
-rw-r--r--dev-python/pastedeploy/pastedeploy-1.5.0.ebuild38
2 files changed, 5 insertions, 40 deletions
diff --git a/dev-python/pastedeploy/ChangeLog b/dev-python/pastedeploy/ChangeLog
index 6373ce41ee3a..075c1817f0d5 100644
--- a/dev-python/pastedeploy/ChangeLog
+++ b/dev-python/pastedeploy/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-python/pastedeploy
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pastedeploy/ChangeLog,v 1.28 2014/12/23 12:48:24 maekke Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pastedeploy/ChangeLog,v 1.29 2015/02/01 17:29:16 mrueg Exp $
+
+ 01 Feb 2015; Manuel Rüger <mrueg@gentoo.org> -pastedeploy-1.5.0.ebuild:
+ Remove old.
23 Dec 2014; Markus Meier <maekke@gentoo.org> pastedeploy-1.5.2.ebuild:
arm stable, bug #531124
diff --git a/dev-python/pastedeploy/pastedeploy-1.5.0.ebuild b/dev-python/pastedeploy/pastedeploy-1.5.0.ebuild
deleted file mode 100644
index a2dfbf40fa39..000000000000
--- a/dev-python/pastedeploy/pastedeploy-1.5.0.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pastedeploy/pastedeploy-1.5.0.ebuild,v 1.4 2014/10/15 23:10:16 blueness Exp $
-
-EAPI="3"
-PYTHON_DEPEND="2"
-SUPPORT_PYTHON_ABIS="1"
-RESTRICT_PYTHON_ABIS="2.4"
-
-inherit distutils
-
-MY_PN="PasteDeploy"
-MY_P="${MY_PN}-${PV}"
-
-DESCRIPTION="Load, configure, and compose WSGI applications and servers"
-HOMEPAGE="http://pythonpaste.org/deploy/ http://pypi.python.org/pypi/PasteDeploy"
-SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="amd64 ~ppc ~ppc64 x86 ~amd64-linux ~x86-linux ~x86-solaris"
-IUSE="doc"
-
-RDEPEND="dev-python/paste
- dev-python/setuptools"
-DEPEND="${RDEPEND}"
-
-S="${WORKDIR}/${MY_P}"
-
-PYTHON_MODNAME="paste/deploy"
-
-src_install() {
- distutils_src_install
-
- if use doc; then
- dodoc "${S}"/docs/*.txt || die
- fi
-}