summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>2010-10-23 14:23:42 +0000
committerArfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>2010-10-23 14:23:42 +0000
commitefdccb1628b2a5fd7979af26276105fa62984a56 (patch)
tree6d434a70d5ec504b2b9d1939b21977605ce30a81 /dev-python/stomper
parentDelete older ebuild. (diff)
downloadgentoo-2-efdccb1628b2a5fd7979af26276105fa62984a56.tar.gz
gentoo-2-efdccb1628b2a5fd7979af26276105fa62984a56.tar.bz2
gentoo-2-efdccb1628b2a5fd7979af26276105fa62984a56.zip
Delete older ebuilds.
(Portage version: 2.2.0_alpha1/cvs/Linux x86_64)
Diffstat (limited to 'dev-python/stomper')
-rw-r--r--dev-python/stomper/ChangeLog8
-rw-r--r--dev-python/stomper/files/stomper-0.2.2-dont_require_separate_uuid_package.patch21
-rw-r--r--dev-python/stomper/stomper-0.2.2-r1.ebuild27
-rw-r--r--dev-python/stomper/stomper-0.2.3.ebuild43
4 files changed, 7 insertions, 92 deletions
diff --git a/dev-python/stomper/ChangeLog b/dev-python/stomper/ChangeLog
index 7f6f0badc7d2..0fed105cade1 100644
--- a/dev-python/stomper/ChangeLog
+++ b/dev-python/stomper/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for dev-python/stomper
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/stomper/ChangeLog,v 1.13 2010/10/21 22:17:37 fauli Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/stomper/ChangeLog,v 1.14 2010/10/23 14:23:42 arfrever Exp $
+
+ 23 Oct 2010; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>
+ -stomper-0.2.2-r1.ebuild,
+ -files/stomper-0.2.2-dont_require_separate_uuid_package.patch,
+ -stomper-0.2.3.ebuild:
+ Delete.
21 Oct 2010; Christian Faulhammer <fauli@gentoo.org> stomper-0.2.4.ebuild:
stable x86, bug 341339
diff --git a/dev-python/stomper/files/stomper-0.2.2-dont_require_separate_uuid_package.patch b/dev-python/stomper/files/stomper-0.2.2-dont_require_separate_uuid_package.patch
deleted file mode 100644
index 58cee7408fb7..000000000000
--- a/dev-python/stomper/files/stomper-0.2.2-dont_require_separate_uuid_package.patch
+++ /dev/null
@@ -1,21 +0,0 @@
---- setup.py
-+++ setup.py
-@@ -45,10 +45,6 @@
- }
-
-
--needed = [
-- 'uuid>=1.2',
--]
--
- setup(
- # url=ProjecUrl,
- name=Name,
-@@ -60,7 +56,6 @@
- url=ProjecUrl,
- license=License,
- classifiers=Classifiers,
-- install_requires=needed,
- test_suite=TestSuite,
- scripts=ProjectScripts,
- packages=find_packages('lib'),
diff --git a/dev-python/stomper/stomper-0.2.2-r1.ebuild b/dev-python/stomper/stomper-0.2.2-r1.ebuild
deleted file mode 100644
index 765b55161008..000000000000
--- a/dev-python/stomper/stomper-0.2.2-r1.ebuild
+++ /dev/null
@@ -1,27 +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/stomper/stomper-0.2.2-r1.ebuild,v 1.5 2010/06/25 18:29:54 arfrever Exp $
-
-EAPI="3"
-PYTHON_DEPEND="2"
-SUPPORT_PYTHON_ABIS="1"
-RESTRICT_PYTHON_ABIS="3.*"
-
-inherit distutils eutils
-
-DESCRIPTION="This is a transport neutral client implementation of the STOMP protocol."
-HOMEPAGE="http://pypi.python.org/pypi/stomper"
-SRC_URI="http://pypi.python.org/packages/source/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~alpha amd64 ~ppc ~ppc64 ~sparc x86"
-IUSE=""
-
-DEPEND="dev-python/setuptools"
-RDEPEND=""
-
-src_prepare() {
- distutils_src_prepare
- epatch "${FILESDIR}/${P}-dont_require_separate_uuid_package.patch"
-}
diff --git a/dev-python/stomper/stomper-0.2.3.ebuild b/dev-python/stomper/stomper-0.2.3.ebuild
deleted file mode 100644
index e7143dcc8fd3..000000000000
--- a/dev-python/stomper/stomper-0.2.3.ebuild
+++ /dev/null
@@ -1,43 +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/stomper/stomper-0.2.3.ebuild,v 1.1 2010/09/15 21:04:31 arfrever Exp $
-
-EAPI="3"
-PYTHON_DEPEND="2:2.5"
-SUPPORT_PYTHON_ABIS="1"
-# uuid module required.
-RESTRICT_PYTHON_ABIS="2.4 3.*"
-DISTUTILS_SRC_TEST="setup.py"
-
-inherit distutils eutils
-
-DESCRIPTION="Transport neutral client implementation of the STOMP protocol"
-HOMEPAGE="http://pypi.python.org/pypi/stomper"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~ppc ~ppc64 ~sparc ~x86"
-IUSE="examples"
-
-DEPEND="dev-python/setuptools"
-RDEPEND=""
-
-src_prepare() {
- distutils_src_prepare
- epatch "${FILESDIR}/${PN}-0.2.2-dont_require_separate_uuid_package.patch"
-}
-
-src_install() {
- distutils_src_install
-
- delete_examples_and_tests() {
- rm -fr "${ED}$(python_get_sitedir)/${PN}/"{examples,tests}
- }
- python_execute_function -q delete_examples_and_tests
-
- if use examples; then
- insinto /usr/share/doc/${PF}/examples
- doins lib/stomper/examples/* || die "Installation of examples failed"
- fi
-}