summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Lauer <patrick@gentoo.org>2014-01-21 04:56:10 +0000
committerPatrick Lauer <patrick@gentoo.org>2014-01-21 04:56:10 +0000
commit4f2b91452629edbdd9884f85439c5a467016a634 (patch)
treeafe0a5b25059437d0b0862413b45726471881a29 /dev-python/twisted-words
parentRemove old (diff)
downloadgentoo-2-4f2b91452629edbdd9884f85439c5a467016a634.tar.gz
gentoo-2-4f2b91452629edbdd9884f85439c5a467016a634.tar.bz2
gentoo-2-4f2b91452629edbdd9884f85439c5a467016a634.zip
Remove old
(Portage version: 2.2.8-r1/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'dev-python/twisted-words')
-rw-r--r--dev-python/twisted-words/ChangeLog8
-rw-r--r--dev-python/twisted-words/twisted-words-10.2.0-r1.ebuild34
-rw-r--r--dev-python/twisted-words/twisted-words-11.0.0.ebuild29
-rw-r--r--dev-python/twisted-words/twisted-words-11.1.0.ebuild22
-rw-r--r--dev-python/twisted-words/twisted-words-12.0.0.ebuild22
-rw-r--r--dev-python/twisted-words/twisted-words-12.2.0.ebuild22
6 files changed, 7 insertions, 130 deletions
diff --git a/dev-python/twisted-words/ChangeLog b/dev-python/twisted-words/ChangeLog
index 5447c4e7292a..6fe87da8316d 100644
--- a/dev-python/twisted-words/ChangeLog
+++ b/dev-python/twisted-words/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for dev-python/twisted-words
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted-words/ChangeLog,v 1.90 2014/01/20 13:39:00 idella4 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted-words/ChangeLog,v 1.91 2014/01/21 04:56:10 patrick Exp $
+
+ 21 Jan 2014; Patrick Lauer <patrick@gentoo.org>
+ -twisted-words-10.2.0-r1.ebuild, -twisted-words-11.0.0.ebuild,
+ -twisted-words-11.1.0.ebuild, -twisted-words-12.0.0.ebuild,
+ -twisted-words-12.2.0.ebuild:
+ Remove old
*twisted-words-13.2.0 (20 Jan 2014)
diff --git a/dev-python/twisted-words/twisted-words-10.2.0-r1.ebuild b/dev-python/twisted-words/twisted-words-10.2.0-r1.ebuild
deleted file mode 100644
index 8195052e2d12..000000000000
--- a/dev-python/twisted-words/twisted-words-10.2.0-r1.ebuild
+++ /dev/null
@@ -1,34 +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-words/twisted-words-10.2.0-r1.ebuild,v 1.6 2013/08/03 09:45:43 mgorny Exp $
-
-EAPI="3"
-PYTHON_DEPEND="2"
-SUPPORT_PYTHON_ABIS="1"
-RESTRICT_PYTHON_ABIS="3.* *-jython *-pypy-*"
-MY_PACKAGE="Words"
-
-inherit eutils twisted versionator
-
-DESCRIPTION="Twisted Words contains Instant Messaging implementations."
-
-KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86"
-IUSE=""
-
-DEPEND="=dev-python/twisted-core-$(get_version_component_range 1)*
- =dev-python/twisted-web-$(get_version_component_range 1)*"
-RDEPEND="${DEPEND}"
-
-PYTHON_MODNAME="twisted/plugins twisted/words"
-
-src_prepare() {
- distutils_src_prepare
- epatch "${FILESDIR}/${P}-twisted.words.protocols.jabber.jstrports.parse.patch"
-}
-
-src_install() {
- twisted_src_install
-
- # Remove the "im" script, because we do not depend on the required pygtk.
- rm -fr "${ED}"usr/{bin,share/man}
-}
diff --git a/dev-python/twisted-words/twisted-words-11.0.0.ebuild b/dev-python/twisted-words/twisted-words-11.0.0.ebuild
deleted file mode 100644
index d0d8f76b0265..000000000000
--- a/dev-python/twisted-words/twisted-words-11.0.0.ebuild
+++ /dev/null
@@ -1,29 +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-words/twisted-words-11.0.0.ebuild,v 1.12 2013/08/03 09:45:43 mgorny Exp $
-
-EAPI="3"
-PYTHON_DEPEND="2"
-SUPPORT_PYTHON_ABIS="1"
-RESTRICT_PYTHON_ABIS="3.* *-jython *-pypy-*"
-MY_PACKAGE="Words"
-
-inherit twisted versionator
-
-DESCRIPTION="Twisted Words contains Instant Messaging implementations."
-
-KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86"
-IUSE=""
-
-DEPEND="=dev-python/twisted-core-$(get_version_component_range 1-2)*
- =dev-python/twisted-web-$(get_version_component_range 1-2)*"
-RDEPEND="${DEPEND}"
-
-PYTHON_MODNAME="twisted/plugins twisted/words"
-
-src_prepare() {
- distutils_src_prepare
-
- # Delete documentation for no longer available "im" script.
- rm -fr doc/man
-}
diff --git a/dev-python/twisted-words/twisted-words-11.1.0.ebuild b/dev-python/twisted-words/twisted-words-11.1.0.ebuild
deleted file mode 100644
index 577cb27afdbb..000000000000
--- a/dev-python/twisted-words/twisted-words-11.1.0.ebuild
+++ /dev/null
@@ -1,22 +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-words/twisted-words-11.1.0.ebuild,v 1.4 2013/08/03 09:45:43 mgorny Exp $
-
-EAPI="4"
-PYTHON_DEPEND="2"
-SUPPORT_PYTHON_ABIS="1"
-RESTRICT_PYTHON_ABIS="3.* *-jython"
-MY_PACKAGE="Words"
-
-inherit twisted versionator
-
-DESCRIPTION="Twisted Words contains Instant Messaging implementations."
-
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
-IUSE=""
-
-DEPEND="=dev-python/twisted-core-$(get_version_component_range 1-2)*
- =dev-python/twisted-web-$(get_version_component_range 1-2)*"
-RDEPEND="${DEPEND}"
-
-PYTHON_MODNAME="twisted/plugins twisted/words"
diff --git a/dev-python/twisted-words/twisted-words-12.0.0.ebuild b/dev-python/twisted-words/twisted-words-12.0.0.ebuild
deleted file mode 100644
index 4010cbfd3ef9..000000000000
--- a/dev-python/twisted-words/twisted-words-12.0.0.ebuild
+++ /dev/null
@@ -1,22 +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-words/twisted-words-12.0.0.ebuild,v 1.3 2013/08/03 09:45:43 mgorny Exp $
-
-EAPI="4"
-PYTHON_DEPEND="2"
-SUPPORT_PYTHON_ABIS="1"
-RESTRICT_PYTHON_ABIS="3.* *-jython"
-MY_PACKAGE="Words"
-
-inherit twisted versionator
-
-DESCRIPTION="Twisted Words contains Instant Messaging implementations."
-
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
-IUSE=""
-
-DEPEND="=dev-python/twisted-core-$(get_version_component_range 1-2)*
- =dev-python/twisted-web-$(get_version_component_range 1-2)*"
-RDEPEND="${DEPEND}"
-
-PYTHON_MODNAME="twisted/plugins twisted/words"
diff --git a/dev-python/twisted-words/twisted-words-12.2.0.ebuild b/dev-python/twisted-words/twisted-words-12.2.0.ebuild
deleted file mode 100644
index ec2dc8e57d47..000000000000
--- a/dev-python/twisted-words/twisted-words-12.2.0.ebuild
+++ /dev/null
@@ -1,22 +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-words/twisted-words-12.2.0.ebuild,v 1.3 2013/08/03 09:45:43 mgorny Exp $
-
-EAPI="4"
-PYTHON_DEPEND="2:2.6"
-SUPPORT_PYTHON_ABIS="1"
-RESTRICT_PYTHON_ABIS="3.* 2.5 *-jython"
-MY_PACKAGE="Words"
-
-inherit twisted versionator
-
-DESCRIPTION="Twisted Words contains Instant Messaging implementations."
-
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
-IUSE=""
-
-DEPEND="=dev-python/twisted-core-$(get_version_component_range 1-2)*
- =dev-python/twisted-web-$(get_version_component_range 1-2)*"
-RDEPEND="${DEPEND}"
-
-PYTHON_MODNAME="twisted/plugins twisted/words"