diff options
Diffstat (limited to 'dev-python/pylibacl')
-rw-r--r-- | dev-python/pylibacl/ChangeLog | 6 | ||||
-rw-r--r-- | dev-python/pylibacl/pylibacl-0.4.0-r1.ebuild | 40 |
2 files changed, 5 insertions, 41 deletions
diff --git a/dev-python/pylibacl/ChangeLog b/dev-python/pylibacl/ChangeLog index 2f888157e93e..0d7177f8a16f 100644 --- a/dev-python/pylibacl/ChangeLog +++ b/dev-python/pylibacl/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-python/pylibacl # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pylibacl/ChangeLog,v 1.34 2010/08/16 16:53:06 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pylibacl/ChangeLog,v 1.35 2010/09/13 15:12:54 arfrever Exp $ + + 13 Sep 2010; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> + -pylibacl-0.4.0-r1.ebuild: + Delete. 16 Aug 2010; Jeroen Roovers <jer@gentoo.org> pylibacl-0.5.0.ebuild: Stable for HPPA (bug #315149). diff --git a/dev-python/pylibacl/pylibacl-0.4.0-r1.ebuild b/dev-python/pylibacl/pylibacl-0.4.0-r1.ebuild deleted file mode 100644 index bf55fda808de..000000000000 --- a/dev-python/pylibacl/pylibacl-0.4.0-r1.ebuild +++ /dev/null @@ -1,40 +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/pylibacl/pylibacl-0.4.0-r1.ebuild,v 1.7 2010/03/11 14:29:07 josejx Exp $ - -EAPI="2" -SUPPORT_PYTHON_ABIS="1" - -inherit distutils - -DESCRIPTION="Python interface to libacl" -HOMEPAGE="http://sourceforge.net/projects/pylibacl/ http://pypi.python.org/pypi/pylibacl" -SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" - -LICENSE="LGPL-2.1" -SLOT="0" -KEYWORDS="amd64 arm hppa ia64 ppc ppc64 sh sparc x86" -IUSE="" - -RDEPEND="virtual/python - sys-apps/acl" -DEPEND="${RDEPEND} - >=dev-python/setuptools-0.6_rc7-r1" - -RESTRICT_PYTHON_ABIS="3*" - -src_test() { - testing() { - PYTHONPATH="$(ls -d build-${PYTHON_ABI}/lib*)" python test/test_acls.py || \ - { - eerror - eerror "If you got the following errors:" - eerror "\"IOError: [Errno 95] Operation not supported\"," - eerror "then you should remount the filesystem containing" - eerror "build directory with \"acl\" option enabled." - eerror - return 1 - } - } - python_execute_function testing -} |