summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>2011-02-27 21:53:46 +0000
committerArfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>2011-02-27 21:53:46 +0000
commit36b3e70216336c4bb7b48c9e80dcc1de43bb44a3 (patch)
treeed50a9a625d4868d8aea188d62cf988cfa1b2301 /dev-python/python-memcached
parentAdded missing python in IUSE (diff)
downloadgentoo-2-36b3e70216336c4bb7b48c9e80dcc1de43bb44a3.tar.gz
gentoo-2-36b3e70216336c4bb7b48c9e80dcc1de43bb44a3.tar.bz2
gentoo-2-36b3e70216336c4bb7b48c9e80dcc1de43bb44a3.zip
Delete older ebuild.
(Portage version: 2.2.0_alpha25_p9/cvs/Linux x86_64)
Diffstat (limited to 'dev-python/python-memcached')
-rw-r--r--dev-python/python-memcached/ChangeLog6
-rw-r--r--dev-python/python-memcached/python-memcached-1.45.ebuild24
2 files changed, 5 insertions, 25 deletions
diff --git a/dev-python/python-memcached/ChangeLog b/dev-python/python-memcached/ChangeLog
index add147f456ea..793e13a1f518 100644
--- a/dev-python/python-memcached/ChangeLog
+++ b/dev-python/python-memcached/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-python/python-memcached
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/python-memcached/ChangeLog,v 1.21 2011/02/27 18:25:53 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/python-memcached/ChangeLog,v 1.22 2011/02/27 21:53:46 arfrever Exp $
+
+ 27 Feb 2011; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>
+ -python-memcached-1.45.ebuild:
+ Delete.
27 Feb 2011; Brent Baude <ranger@gentoo.org> python-memcached-1.47.ebuild:
stable ppc, bug 352736
diff --git a/dev-python/python-memcached/python-memcached-1.45.ebuild b/dev-python/python-memcached/python-memcached-1.45.ebuild
deleted file mode 100644
index 5fabeac83678..000000000000
--- a/dev-python/python-memcached/python-memcached-1.45.ebuild
+++ /dev/null
@@ -1,24 +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/python-memcached/python-memcached-1.45.ebuild,v 1.4 2010/10/14 16:47:36 ranger Exp $
-
-EAPI="3"
-PYTHON_DEPEND="2"
-SUPPORT_PYTHON_ABIS="1"
-RESTRICT_PYTHON_ABIS="3.*"
-
-inherit distutils
-
-DESCRIPTION="Pure python memcached client"
-HOMEPAGE="http://www.tummy.com/Community/software/python-memcached/ http://pypi.python.org/pypi/python-memcached"
-SRC_URI="ftp://ftp.tummy.com/pub/python-memcached/old-releases/${P}.tar.gz"
-
-LICENSE="OSL-2.0"
-SLOT="0"
-KEYWORDS="amd64 ppc x86 ~amd64-linux ~x86-linux ~x86-macos"
-IUSE=""
-
-DEPEND="dev-python/setuptools"
-RDEPEND=""
-
-PYTHON_MODNAME="memcache.py"