summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>2011-01-19 19:43:27 +0000
committerArfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>2011-01-19 19:43:27 +0000
commitb90f6cd3cebbf79f6a287b97664d0303727c18cd (patch)
tree22fdae258a1d0d6334c88d4b78a781b97e3fb4a4 /dev-python/foolscap
parentFix bug #352091 (diff)
downloadgentoo-2-b90f6cd3cebbf79f6a287b97664d0303727c18cd.tar.gz
gentoo-2-b90f6cd3cebbf79f6a287b97664d0303727c18cd.tar.bz2
gentoo-2-b90f6cd3cebbf79f6a287b97664d0303727c18cd.zip
Delete older ebuilds.
(Portage version: 2.2.0_alpha17_p8/cvs/Linux x86_64)
Diffstat (limited to 'dev-python/foolscap')
-rw-r--r--dev-python/foolscap/ChangeLog6
-rw-r--r--dev-python/foolscap/foolscap-0.4.2.ebuild39
-rw-r--r--dev-python/foolscap/foolscap-0.5.1.ebuild40
3 files changed, 5 insertions, 80 deletions
diff --git a/dev-python/foolscap/ChangeLog b/dev-python/foolscap/ChangeLog
index 2a2070b95084..14ba4eb5784c 100644
--- a/dev-python/foolscap/ChangeLog
+++ b/dev-python/foolscap/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-python/foolscap
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/foolscap/ChangeLog,v 1.31 2011/01/19 14:39:02 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/foolscap/ChangeLog,v 1.32 2011/01/19 19:43:27 arfrever Exp $
+
+ 19 Jan 2011; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>
+ -foolscap-0.4.2.ebuild, -foolscap-0.5.1.ebuild:
+ Delete.
19 Jan 2011; Raúl Porcel <armin76@gentoo.org> foolscap-0.6.0.ebuild:
s390 stable
diff --git a/dev-python/foolscap/foolscap-0.4.2.ebuild b/dev-python/foolscap/foolscap-0.4.2.ebuild
deleted file mode 100644
index b3aaa648a215..000000000000
--- a/dev-python/foolscap/foolscap-0.4.2.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2010 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/foolscap/foolscap-0.4.2.ebuild,v 1.7 2010/04/30 15:03:21 grobian Exp $
-
-EAPI="2"
-SUPPORT_PYTHON_ABIS="1"
-
-inherit distutils
-
-DESCRIPTION="The next-generation RPC protocol, intended to replace Perspective Broker."
-HOMEPAGE="http://foolscap.lothar.com/trac"
-SRC_URI="http://${PN}.lothar.com/releases/${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="amd64 ~ia64 ppc ppc64 s390 x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
-IUSE="doc"
-
-RDEPEND=">=dev-python/twisted-2.4.0"
-DEPEND="${DEPEND}
- dev-python/setuptools"
-
-RESTRICT_PYTHON_ABIS="3*"
-
-src_install() {
- distutils_src_install
-
- if use doc; then
- dodoc doc/*.txt || die "dodoc failed"
- dohtml -A py,tpl,xhtml -r doc/* || die "dohtml failed"
- fi
-}
-
-src_test() {
- testing() {
- LC_ALL="C" PYTHONPATH="build-${PYTHON_ABI}/lib" trial ${PN}
- }
- python_execute_function testing
-}
diff --git a/dev-python/foolscap/foolscap-0.5.1.ebuild b/dev-python/foolscap/foolscap-0.5.1.ebuild
deleted file mode 100644
index af9362177cf4..000000000000
--- a/dev-python/foolscap/foolscap-0.5.1.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2010 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/foolscap/foolscap-0.5.1.ebuild,v 1.7 2010/10/07 19:21:00 ssuominen Exp $
-
-EAPI="3"
-PYTHON_DEPEND="2"
-SUPPORT_PYTHON_ABIS="1"
-RESTRICT_PYTHON_ABIS="3.*"
-DISTUTILS_SRC_TEST="trial"
-DISTUTILS_DISABLE_TEST_DEPENDENCY="1"
-
-inherit distutils
-
-DESCRIPTION="RPC protocol for Twisted"
-HOMEPAGE="http://foolscap.lothar.com/trac http://pypi.python.org/pypi/foolscap"
-SRC_URI="http://${PN}.lothar.com/releases/${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="amd64 ~ia64 ppc ppc64 ~s390 x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
-IUSE="doc ssl"
-
-RDEPEND=">=dev-python/twisted-2.4.0
- dev-python/twisted-web
- ssl? ( dev-python/pyopenssl )"
-DEPEND="${DEPEND}
- dev-python/setuptools"
-
-src_test() {
- LC_ALL="C" distutils_src_test
-}
-
-src_install() {
- distutils_src_install
-
- if use doc; then
- dodoc doc/*.txt || die "dodoc failed"
- dohtml -A py,tpl,xhtml -r doc/* || die "dohtml failed"
- fi
-}