diff options
author | Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> | 2010-10-15 20:46:36 +0000 |
---|---|---|
committer | Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> | 2010-10-15 20:46:36 +0000 |
commit | 60f78b52f616499b3efd6c8722e876f324fd39e6 (patch) | |
tree | d0287fe91088df78710ac4f47dfb8070219d2142 /dev-python/python-memcached | |
parent | Delete older ebuild. (diff) | |
download | gentoo-2-60f78b52f616499b3efd6c8722e876f324fd39e6.tar.gz gentoo-2-60f78b52f616499b3efd6c8722e876f324fd39e6.tar.bz2 gentoo-2-60f78b52f616499b3efd6c8722e876f324fd39e6.zip |
Delete older ebuild.
(Portage version: 2.2_rc96_p20/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.44.ebuild | 24 |
2 files changed, 5 insertions, 25 deletions
diff --git a/dev-python/python-memcached/ChangeLog b/dev-python/python-memcached/ChangeLog index a1312a8ff6fc..3b9dac6208ed 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-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/python-memcached/ChangeLog,v 1.16 2010/10/14 16:47:36 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/python-memcached/ChangeLog,v 1.17 2010/10/15 20:46:36 arfrever Exp $ + + 15 Oct 2010; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> + -python-memcached-1.44.ebuild: + Delete. 14 Oct 2010; Brent Baude <ranger@gentoo.org> python-memcached-1.45.ebuild: stable ppc, bug 333185 diff --git a/dev-python/python-memcached/python-memcached-1.44.ebuild b/dev-python/python-memcached/python-memcached-1.44.ebuild deleted file mode 100644 index 5fffb7397060..000000000000 --- a/dev-python/python-memcached/python-memcached-1.44.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.44.ebuild,v 1.7 2010/07/06 19:33:00 arfrever 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" |