diff options
author | Patrick Lauer <patrick@gentoo.org> | 2009-09-04 18:15:23 +0000 |
---|---|---|
committer | Patrick Lauer <patrick@gentoo.org> | 2009-09-04 18:15:23 +0000 |
commit | 4483b1d5ea96aeab3074d2a67a5257e933440432 (patch) | |
tree | cef53465e189715db1bce1a85834ab6a5a528d7d /dev-python/python-memcached | |
parent | Remove old (diff) | |
download | gentoo-2-4483b1d5ea96aeab3074d2a67a5257e933440432.tar.gz gentoo-2-4483b1d5ea96aeab3074d2a67a5257e933440432.tar.bz2 gentoo-2-4483b1d5ea96aeab3074d2a67a5257e933440432.zip |
Remove old
(Portage version: 2.2_rc40/cvs/Linux x86_64)
Diffstat (limited to 'dev-python/python-memcached')
-rw-r--r-- | dev-python/python-memcached/ChangeLog | 6 | ||||
-rw-r--r-- | dev-python/python-memcached/python-memcached-1.43.ebuild | 20 |
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="" |