From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id CCE831389E2 for ; Thu, 25 Dec 2014 23:09:03 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2D8A4E08AC; Thu, 25 Dec 2014 23:09:01 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 9F3DCE08AC for ; Thu, 25 Dec 2014 23:09:00 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 990FA3403C1 for ; Thu, 25 Dec 2014 23:08:59 +0000 (UTC) Received: by oystercatcher.gentoo.org (Postfix, from userid 2279) id 00998D5EB; Thu, 25 Dec 2014 23:08:56 +0000 (UTC) From: "Michal Gorny (mgorny)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, mgorny@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in dev-python/pylibacl: pylibacl-0.5.0-r1.ebuild ChangeLog X-VCS-Repository: gentoo-x86 X-VCS-Files: pylibacl-0.5.0-r1.ebuild ChangeLog X-VCS-Directories: dev-python/pylibacl X-VCS-Committer: mgorny X-VCS-Committer-Name: Michal Gorny Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Message-Id: <20141225230857.00998D5EB@oystercatcher.gentoo.org> Date: Thu, 25 Dec 2014 23:08:56 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: faae3497-1116-474d-927f-54c36bfbd437 X-Archives-Hash: 148da99a2b77cdef446341cde0217368 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 +pylibacl-0.5.0-r1.ebuild: + Convert to distutils-r1. 23 Sep 2012; Matt Turner 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 , 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 }