diff options
author | Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> | 2010-12-18 20:23:36 +0000 |
---|---|---|
committer | Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> | 2010-12-18 20:23:36 +0000 |
commit | 69dd5609a8c4fa19a784f13099ff2e224df6c1cd (patch) | |
tree | a87f8b522de85e20a01ee65cde9f8495e62924e0 /dev-python/pyxattr | |
parent | Simplify tests. (diff) | |
download | gentoo-2-69dd5609a8c4fa19a784f13099ff2e224df6c1cd.tar.gz gentoo-2-69dd5609a8c4fa19a784f13099ff2e224df6c1cd.tar.bz2 gentoo-2-69dd5609a8c4fa19a784f13099ff2e224df6c1cd.zip |
Delete older ebuild.
(Portage version: 2.2.0_alpha9_p3/cvs/Linux x86_64)
Diffstat (limited to 'dev-python/pyxattr')
-rw-r--r-- | dev-python/pyxattr/ChangeLog | 6 | ||||
-rw-r--r-- | dev-python/pyxattr/pyxattr-0.4.0.ebuild | 30 |
2 files changed, 5 insertions, 31 deletions
diff --git a/dev-python/pyxattr/ChangeLog b/dev-python/pyxattr/ChangeLog index cce3bcd56f9c..2d8cdb30e805 100644 --- a/dev-python/pyxattr/ChangeLog +++ b/dev-python/pyxattr/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-python/pyxattr # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pyxattr/ChangeLog,v 1.27 2010/07/18 12:21:56 nixnut Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pyxattr/ChangeLog,v 1.28 2010/12/18 20:23:36 arfrever Exp $ + + 18 Dec 2010; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> + -pyxattr-0.4.0.ebuild: + Delete. 18 Jul 2010; <nixnut@gentoo.org> pyxattr-0.5.0.ebuild: ppc stable #315147 diff --git a/dev-python/pyxattr/pyxattr-0.4.0.ebuild b/dev-python/pyxattr/pyxattr-0.4.0.ebuild deleted file mode 100644 index 9ea526fbbdd6..000000000000 --- a/dev-python/pyxattr/pyxattr-0.4.0.ebuild +++ /dev/null @@ -1,30 +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/pyxattr/pyxattr-0.4.0.ebuild,v 1.8 2009/12/05 17:35:59 arfrever Exp $ - -EAPI="2" -SUPPORT_PYTHON_ABIS="1" - -inherit distutils - -DESCRIPTION="Python interface to xattr" -HOMEPAGE="http://sourceforge.net/projects/pyxattr/" -SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" - -LICENSE="LGPL-2.1" -SLOT="0" -KEYWORDS="amd64 arm ia64 ppc ppc64 sh sparc x86" -IUSE="test" - -RDEPEND="sys-apps/attr" -DEPEND="${RDEPEND} - >=dev-python/setuptools-0.6_rc7-r1 - test? ( dev-python/nose )" -RESTRICT_PYTHON_ABIS="3.*" - -src_test() { - testing() { - PYTHONPATH="$(ls -d build-${PYTHON_ABI}/lib.*)" nosetests-${PYTHON_ABI} - } - python_execute_function testing -} |