mgorny 14/12/25 23:08:56 Modified: ChangeLog Added: pylibacl-0.5.0-r1.ebuild Log: Convert to distutils-r1. (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)
Revision Changes Path 1.39 dev-python/pylibacl/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pylibacl/ChangeLog?rev=1.39&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pylibacl/ChangeLog?rev=1.39&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pylibacl/ChangeLog?r1=1.38&r2=1.39 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-python/pylibacl/ChangeLog,v retrieving revision 1.38 retrieving revision 1.39 diff -u -r1.38 -r1.39 --- ChangeLog 23 Sep 2012 04:27:22 -0000 1.38 +++ ChangeLog 25 Dec 2014 23:08:56 -0000 1.39 @@ -1,6 +1,11 @@ # ChangeLog for dev-python/pylibacl -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pylibacl/ChangeLog,v 1.38 2012/09/23 04:27:22 mattst88 Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-python/pylibacl/ChangeLog,v 1.39 2014/12/25 23:08:56 mgorny Exp $ + +*pylibacl-0.5.0-r1 (25 Dec 2014) + + 25 Dec 2014; Michał Górny <[email protected]> +pylibacl-0.5.0-r1.ebuild: + Convert to distutils-r1. 23 Sep 2012; Matt Turner <[email protected]> pylibacl-0.5.0.ebuild: Added ~alpha ~mips, bug 406911. @@ -130,4 +135,3 @@ +pylibacl-0.2.1.ebuild: Initial commit, ebuild submitted by Thomas Bettler <[email protected]>, dependancy for new rdiff-backup. - 1.1 dev-python/pylibacl/pylibacl-0.5.0-r1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pylibacl/pylibacl-0.5.0-r1.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pylibacl/pylibacl-0.5.0-r1.ebuild?rev=1.1&content-type=text/plain Index: pylibacl-0.5.0-r1.ebuild =================================================================== # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/dev-python/pylibacl/pylibacl-0.5.0-r1.ebuild,v 1.1 2014/12/25 23:08:56 mgorny Exp $ EAPI=5 PYTHON_COMPAT=( python{2_7,3_3,3_4} ) inherit distutils-r1 DESCRIPTION="POSIX ACLs (Access Control Lists) for Python" 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="~alpha ~amd64 ~arm ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86" IUSE="" RDEPEND="sys-apps/acl" DEPEND="${RDEPEND} dev-python/setuptools[${PYTHON_USEDEP}]" # Tests are missing in the tarball. RESTRICT="test" python_test() { if ! "${PYTHON}" test/test_acls.py; then 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 die "Tests fail with ${EPYTHON}" fi }
