summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Lauer <patrick@gentoo.org>2009-01-08 22:38:38 +0000
committerPatrick Lauer <patrick@gentoo.org>2009-01-08 22:38:38 +0000
commitea9c8db353960fa82055124a08315511a467d7ed (patch)
tree5aa78b43c748fba38cf27c1f7131fa91821799f2 /dev-python/twisted-web
parentRemove old (diff)
downloadgentoo-2-ea9c8db353960fa82055124a08315511a467d7ed.tar.gz
gentoo-2-ea9c8db353960fa82055124a08315511a467d7ed.tar.bz2
gentoo-2-ea9c8db353960fa82055124a08315511a467d7ed.zip
Remove old
(Portage version: 2.2_rc20/cvs/Linux 2.6.28 x86_64)
Diffstat (limited to 'dev-python/twisted-web')
-rw-r--r--dev-python/twisted-web/ChangeLog10
-rw-r--r--dev-python/twisted-web/twisted-web-0.5.0-r1.ebuild21
-rw-r--r--dev-python/twisted-web/twisted-web-0.5.0-r3.ebuild31
-rw-r--r--dev-python/twisted-web/twisted-web-0.6.0.ebuild19
-rw-r--r--dev-python/twisted-web/twisted-web-0.7.0.ebuild19
-rw-r--r--dev-python/twisted-web/twisted-web-8.0.0.ebuild19
-rw-r--r--dev-python/twisted-web/twisted-web-8.1.0.ebuild6
7 files changed, 12 insertions, 113 deletions
diff --git a/dev-python/twisted-web/ChangeLog b/dev-python/twisted-web/ChangeLog
index d99a3c1bcd78..582d5110ac4b 100644
--- a/dev-python/twisted-web/ChangeLog
+++ b/dev-python/twisted-web/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for dev-python/twisted-web
-# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted-web/ChangeLog,v 1.38 2008/12/20 18:28:05 nixnut Exp $
+# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted-web/ChangeLog,v 1.39 2009/01/08 22:38:37 patrick Exp $
+
+ 08 Jan 2009; Patrick Lauer <patrick@gentoo.org>
+ -twisted-web-0.5.0-r1.ebuild, -twisted-web-0.5.0-r3.ebuild,
+ -twisted-web-0.6.0.ebuild, -twisted-web-0.7.0.ebuild,
+ -twisted-web-8.0.0.ebuild:
+ Removing old
20 Dec 2008; nixnut <nixnut@gentoo.org> twisted-web-8.1.0.ebuild:
Stable on ppc wrt bug 231675
diff --git a/dev-python/twisted-web/twisted-web-0.5.0-r1.ebuild b/dev-python/twisted-web/twisted-web-0.5.0-r1.ebuild
deleted file mode 100644
index a5781b95709e..000000000000
--- a/dev-python/twisted-web/twisted-web-0.5.0-r1.ebuild
+++ /dev/null
@@ -1,21 +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/twisted-web/twisted-web-0.5.0-r1.ebuild,v 1.11 2008/01/10 09:40:30 vapier Exp $
-
-MY_PACKAGE=Web
-
-inherit twisted eutils
-
-DESCRIPTION="Twisted web server, programmable in Python"
-
-KEYWORDS="alpha amd64 ~ia64 ~ppc sparc x86"
-
-DEPEND=">=dev-python/twisted-2
- <dev-python/twisted-2.4"
-
-src_unpack() {
- unpack ${A}
- cd "${S}"
- epatch "${FILESDIR}/${P}-root-skip.patch"
- epatch "${FILESDIR}/${P}-tests-2.2-compat.patch"
-}
diff --git a/dev-python/twisted-web/twisted-web-0.5.0-r3.ebuild b/dev-python/twisted-web/twisted-web-0.5.0-r3.ebuild
deleted file mode 100644
index 5c9ba4ae515c..000000000000
--- a/dev-python/twisted-web/twisted-web-0.5.0-r3.ebuild
+++ /dev/null
@@ -1,31 +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/twisted-web/twisted-web-0.5.0-r3.ebuild,v 1.4 2008/05/25 20:29:21 lordvan Exp $
-
-MY_PACKAGE=Web
-
-inherit twisted eutils
-
-DESCRIPTION="Twisted web server, programmable in Python"
-
-KEYWORDS="~alpha ~amd64 ia64 ~ppc ~sh ~sparc ~x86"
-
-DEPEND=">=dev-python/twisted-2
- <dev-python/twisted-2.4"
-
-src_unpack() {
- unpack ${A}
- cd "${S}"
- epatch "${FILESDIR}/${P}-root-skip.patch"
- epatch "${FILESDIR}/${P}-tests-2.2-compat.patch"
-}
-
-src_install() {
- twisted_src_install
-
- # Get rid of the main user-visible bits of websetroots: the
- # wrapper script in bin and the manpage. This leaves behind the
- # script in scripts in site-packages. websetroot is removed
- # entirely in upstream svn and does not work in this version.
- rm -rf "${D}"/usr/{bin,share/man}
-}
diff --git a/dev-python/twisted-web/twisted-web-0.6.0.ebuild b/dev-python/twisted-web/twisted-web-0.6.0.ebuild
deleted file mode 100644
index da6e2cc78505..000000000000
--- a/dev-python/twisted-web/twisted-web-0.6.0.ebuild
+++ /dev/null
@@ -1,19 +0,0 @@
-# Copyright 1999-2007 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted-web/twisted-web-0.6.0.ebuild,v 1.11 2007/03/12 18:58:23 gustavoz Exp $
-
-MY_PACKAGE=Web
-
-inherit twisted eutils
-
-DESCRIPTION="Twisted web server, programmable in Python"
-
-KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 s390 sh sparc x86"
-
-DEPEND="=dev-python/twisted-2.4*"
-
-src_unpack() {
- unpack ${A}
- cd "${S}"
- epatch "${FILESDIR}/${PN}-0.5.0-root-skip.patch"
-}
diff --git a/dev-python/twisted-web/twisted-web-0.7.0.ebuild b/dev-python/twisted-web/twisted-web-0.7.0.ebuild
deleted file mode 100644
index e446f0ca1eb5..000000000000
--- a/dev-python/twisted-web/twisted-web-0.7.0.ebuild
+++ /dev/null
@@ -1,19 +0,0 @@
-# Copyright 1999-2007 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted-web/twisted-web-0.7.0.ebuild,v 1.3 2007/06/09 18:04:18 lavajoe Exp $
-
-MY_PACKAGE=Web
-
-inherit twisted eutils
-
-DESCRIPTION="Twisted web server, programmable in Python"
-
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd"
-
-DEPEND="=dev-python/twisted-2.5*"
-
-src_unpack() {
- unpack ${A}
- cd "${S}"
- epatch "${FILESDIR}"/${PN}-0.5.0-root-skip.patch
-}
diff --git a/dev-python/twisted-web/twisted-web-8.0.0.ebuild b/dev-python/twisted-web/twisted-web-8.0.0.ebuild
deleted file mode 100644
index a512202a768f..000000000000
--- a/dev-python/twisted-web/twisted-web-8.0.0.ebuild
+++ /dev/null
@@ -1,19 +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/twisted-web/twisted-web-8.0.0.ebuild,v 1.2 2008/05/13 20:42:24 hawking Exp $
-
-MY_PACKAGE=Web
-
-inherit twisted eutils versionator
-
-DESCRIPTION="Twisted web server, programmable in Python"
-
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd"
-
-DEPEND="=dev-python/twisted-$(get_version_component_range 1-2)*"
-
-src_unpack() {
- unpack ${A}
- cd "${S}"
- epatch "${FILESDIR}"/${PN}-0.5.0-root-skip.patch
-}
diff --git a/dev-python/twisted-web/twisted-web-8.1.0.ebuild b/dev-python/twisted-web/twisted-web-8.1.0.ebuild
index a0e4dd6a777b..21beaac73705 100644
--- a/dev-python/twisted-web/twisted-web-8.1.0.ebuild
+++ b/dev-python/twisted-web/twisted-web-8.1.0.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2008 Gentoo Foundation
+# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted-web/twisted-web-8.1.0.ebuild,v 1.8 2008/12/20 18:28:05 nixnut Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted-web/twisted-web-8.1.0.ebuild,v 1.9 2009/01/08 22:38:37 patrick Exp $
MY_PACKAGE=Web
@@ -12,6 +12,8 @@ KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 ~x86-fbsd"
DEPEND="=dev-python/twisted-$(get_version_component_range 1-2)*"
+IUSE=""
+
src_unpack() {
unpack ${A}
cd "${S}"