summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Lauer <patrick@gentoo.org>2014-01-21 04:55:29 +0000
committerPatrick Lauer <patrick@gentoo.org>2014-01-21 04:55:29 +0000
commitff64d7abfc0ce7fc4eba6aff78c4b9087d92d5a8 (patch)
treedd8ecdc611a7f0bbf43bd1fb920748f9d8bc1ddb /dev-python/twisted-web
parentRemove old (diff)
downloadgentoo-2-ff64d7abfc0ce7fc4eba6aff78c4b9087d92d5a8.tar.gz
gentoo-2-ff64d7abfc0ce7fc4eba6aff78c4b9087d92d5a8.tar.bz2
gentoo-2-ff64d7abfc0ce7fc4eba6aff78c4b9087d92d5a8.zip
Remove old
(Portage version: 2.2.8-r1/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'dev-python/twisted-web')
-rw-r--r--dev-python/twisted-web/ChangeLog7
-rw-r--r--dev-python/twisted-web/twisted-web-10.2.0.ebuild32
-rw-r--r--dev-python/twisted-web/twisted-web-11.0.0.ebuild32
-rw-r--r--dev-python/twisted-web/twisted-web-11.1.0.ebuild32
-rw-r--r--dev-python/twisted-web/twisted-web-12.0.0.ebuild32
-rw-r--r--dev-python/twisted-web/twisted-web-12.2.0.ebuild32
6 files changed, 6 insertions, 161 deletions
diff --git a/dev-python/twisted-web/ChangeLog b/dev-python/twisted-web/ChangeLog
index c4d89e697071..2a588a69add7 100644
--- a/dev-python/twisted-web/ChangeLog
+++ b/dev-python/twisted-web/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for dev-python/twisted-web
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted-web/ChangeLog,v 1.97 2014/01/20 04:04:28 floppym Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted-web/ChangeLog,v 1.98 2014/01/21 04:55:29 patrick Exp $
+
+ 21 Jan 2014; Patrick Lauer <patrick@gentoo.org> -twisted-web-10.2.0.ebuild,
+ -twisted-web-11.0.0.ebuild, -twisted-web-11.1.0.ebuild,
+ -twisted-web-12.0.0.ebuild, -twisted-web-12.2.0.ebuild:
+ Remove old
20 Jan 2014; Mike Gilbert <floppym@gentoo.org> twisted-web-13.2.0.ebuild:
Remove SRC_URI and let the eclass handle it. Resolves bug 498594.
diff --git a/dev-python/twisted-web/twisted-web-10.2.0.ebuild b/dev-python/twisted-web/twisted-web-10.2.0.ebuild
deleted file mode 100644
index 670d183df628..000000000000
--- a/dev-python/twisted-web/twisted-web-10.2.0.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted-web/twisted-web-10.2.0.ebuild,v 1.10 2013/08/03 09:45:40 mgorny Exp $
-
-EAPI="3"
-PYTHON_DEPEND="2"
-SUPPORT_PYTHON_ABIS="1"
-RESTRICT_PYTHON_ABIS="3.* *-jython *-pypy-*"
-MY_PACKAGE="Web"
-
-inherit twisted versionator
-
-DESCRIPTION="Twisted web server, programmable in Python"
-
-KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
-IUSE="soap"
-
-DEPEND="=dev-python/twisted-core-$(get_version_component_range 1-2)*
- soap? ( dev-python/soappy )"
-RDEPEND="${DEPEND}"
-
-PYTHON_MODNAME="twisted/plugins twisted/web"
-
-src_prepare() {
- distutils_src_prepare
-
- if [[ "${EUID}" -eq 0 ]]; then
- # Disable tests failing with root permissions.
- sed -e "s/test_forbiddenResource/_&/" -i twisted/web/test/test_static.py
- sed -e "s/testDownloadPageError3/_&/" -i twisted/web/test/test_webclient.py
- fi
-}
diff --git a/dev-python/twisted-web/twisted-web-11.0.0.ebuild b/dev-python/twisted-web/twisted-web-11.0.0.ebuild
deleted file mode 100644
index 325309573190..000000000000
--- a/dev-python/twisted-web/twisted-web-11.0.0.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted-web/twisted-web-11.0.0.ebuild,v 1.10 2013/08/03 09:45:40 mgorny Exp $
-
-EAPI="3"
-PYTHON_DEPEND="2"
-SUPPORT_PYTHON_ABIS="1"
-RESTRICT_PYTHON_ABIS="3.* *-jython *-pypy-*"
-MY_PACKAGE="Web"
-
-inherit twisted versionator
-
-DESCRIPTION="Twisted web server, programmable in Python"
-
-KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
-IUSE="soap"
-
-DEPEND="=dev-python/twisted-core-$(get_version_component_range 1-2)*
- soap? ( dev-python/soappy )"
-RDEPEND="${DEPEND}"
-
-PYTHON_MODNAME="twisted/plugins twisted/web"
-
-src_prepare() {
- distutils_src_prepare
-
- if [[ "${EUID}" -eq 0 ]]; then
- # Disable tests failing with root permissions.
- sed -e "s/test_forbiddenResource/_&/" -i twisted/web/test/test_static.py
- sed -e "s/testDownloadPageError3/_&/" -i twisted/web/test/test_webclient.py
- fi
-}
diff --git a/dev-python/twisted-web/twisted-web-11.1.0.ebuild b/dev-python/twisted-web/twisted-web-11.1.0.ebuild
deleted file mode 100644
index 320ec8cf7a11..000000000000
--- a/dev-python/twisted-web/twisted-web-11.1.0.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted-web/twisted-web-11.1.0.ebuild,v 1.2 2013/08/03 09:45:40 mgorny Exp $
-
-EAPI="4"
-PYTHON_DEPEND="2"
-SUPPORT_PYTHON_ABIS="1"
-RESTRICT_PYTHON_ABIS="3.* *-jython"
-MY_PACKAGE="Web"
-
-inherit twisted versionator
-
-DESCRIPTION="Twisted web server, programmable in Python"
-
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
-IUSE="soap"
-
-DEPEND="=dev-python/twisted-core-$(get_version_component_range 1-2)*
- soap? ( dev-python/soappy )"
-RDEPEND="${DEPEND}"
-
-PYTHON_MODNAME="twisted/plugins twisted/web"
-
-src_prepare() {
- distutils_src_prepare
-
- if [[ "${EUID}" -eq 0 ]]; then
- # Disable tests failing with root permissions.
- sed -e "s/test_forbiddenResource/_&/" -i twisted/web/test/test_static.py
- sed -e "s/testDownloadPageError3/_&/" -i twisted/web/test/test_webclient.py
- fi
-}
diff --git a/dev-python/twisted-web/twisted-web-12.0.0.ebuild b/dev-python/twisted-web/twisted-web-12.0.0.ebuild
deleted file mode 100644
index 61369eb98314..000000000000
--- a/dev-python/twisted-web/twisted-web-12.0.0.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted-web/twisted-web-12.0.0.ebuild,v 1.3 2013/08/03 09:45:40 mgorny Exp $
-
-EAPI="4"
-PYTHON_DEPEND="2"
-SUPPORT_PYTHON_ABIS="1"
-RESTRICT_PYTHON_ABIS="3.* *-jython"
-MY_PACKAGE="Web"
-
-inherit twisted versionator
-
-DESCRIPTION="Twisted web server, programmable in Python"
-
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
-IUSE="soap"
-
-DEPEND="=dev-python/twisted-core-$(get_version_component_range 1-2)*
- soap? ( dev-python/soappy )"
-RDEPEND="${DEPEND}"
-
-PYTHON_MODNAME="twisted/plugins twisted/web"
-
-src_prepare() {
- distutils_src_prepare
-
- if [[ "${EUID}" -eq 0 ]]; then
- # Disable tests failing with root permissions.
- sed -e "s/test_forbiddenResource/_&/" -i twisted/web/test/test_static.py
- sed -e "s/testDownloadPageError3/_&/" -i twisted/web/test/test_webclient.py
- fi
-}
diff --git a/dev-python/twisted-web/twisted-web-12.2.0.ebuild b/dev-python/twisted-web/twisted-web-12.2.0.ebuild
deleted file mode 100644
index e2f2adeaed67..000000000000
--- a/dev-python/twisted-web/twisted-web-12.2.0.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted-web/twisted-web-12.2.0.ebuild,v 1.3 2013/08/03 09:45:40 mgorny Exp $
-
-EAPI="4"
-PYTHON_DEPEND="2:2.6"
-SUPPORT_PYTHON_ABIS="1"
-RESTRICT_PYTHON_ABIS="3.* 2.5 *-jython"
-MY_PACKAGE="Web"
-
-inherit twisted versionator
-
-DESCRIPTION="Twisted web server, programmable in Python"
-
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
-IUSE="soap"
-
-DEPEND="=dev-python/twisted-core-$(get_version_component_range 1-2)*
- soap? ( dev-python/soappy )"
-RDEPEND="${DEPEND}"
-
-PYTHON_MODNAME="twisted/plugins twisted/web"
-
-src_prepare() {
- distutils_src_prepare
-
- if [[ "${EUID}" -eq 0 ]]; then
- # Disable tests failing with root permissions.
- sed -e "s/test_forbiddenResource/_&/" -i twisted/web/test/test_static.py
- sed -e "s/testDownloadPageError3/_&/" -i twisted/web/test/test_webclient.py
- fi
-}