summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-python')
-rw-r--r--dev-python/python-memcached/ChangeLog6
-rw-r--r--dev-python/python-memcached/python-memcached-1.43.ebuild20
2 files changed, 5 insertions, 21 deletions
diff --git a/dev-python/python-memcached/ChangeLog b/dev-python/python-memcached/ChangeLog
index 77e0ca7f09df..46a06e69fba1 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-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/python-memcached/ChangeLog,v 1.6 2009/08/08 00:50:25 arfrever Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/python-memcached/ChangeLog,v 1.7 2009/09/04 18:15:23 patrick Exp $
+
+ 04 Sep 2009; Patrick Lauer <patrick@gentoo.org>
+ -python-memcached-1.43.ebuild:
+ Remove old
08 Aug 2009; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>
python-memcached-1.44.ebuild:
diff --git a/dev-python/python-memcached/python-memcached-1.43.ebuild b/dev-python/python-memcached/python-memcached-1.43.ebuild
deleted file mode 100644
index efaa2f238af3..000000000000
--- a/dev-python/python-memcached/python-memcached-1.43.ebuild
+++ /dev/null
@@ -1,20 +0,0 @@
-# Copyright 1999-2009 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.43.ebuild,v 1.1 2009/03/31 21:02:02 patrick Exp $
-
-NEED_PYTHON="2.4"
-
-inherit distutils
-
-DESCRIPTION="A Python based API (implemented in 100% python) for
-communicating with the memcached distributed memory object cache daemon."
-HOMEPAGE="http://www.tummy.com/Community/software/python-memcached/"
-SRC_URI="ftp://ftp.tummy.com/pub/python-memcached/${P}.tar.gz"
-
-LICENSE="OSL-2.0"
-SLOT="0"
-KEYWORDS="~amd64 ~x86 ~ppc"
-IUSE=""
-
-DEPEND="dev-python/setuptools"
-RDEPEND=""