public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Michal Gorny (mgorny)" <mgorny@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in dev-python/pylibacl: pylibacl-0.5.0-r1.ebuild ChangeLog
Date: Thu, 25 Dec 2014 23:08:56 +0000 (UTC)	[thread overview]
Message-ID: <20141225230857.00998D5EB@oystercatcher.gentoo.org> (raw)

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 <mgorny@gentoo.org> +pylibacl-0.5.0-r1.ebuild:
+  Convert to distutils-r1.
 
   23 Sep 2012; Matt Turner <mattst88@gentoo.org> 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
   <bettlertho@sis.unibe.ch>, 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
}





             reply	other threads:[~2014-12-25 23:09 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-12-25 23:08 Michal Gorny (mgorny) [this message]
  -- strict thread matches above, loose matches on Subject: below --
2015-05-30 10:52 [gentoo-commits] gentoo-x86 commit in dev-python/pylibacl: pylibacl-0.5.0-r1.ebuild ChangeLog Jeroen Roovers (jer)
2015-06-26 10:08 Agostino Sarubbo (ago)
2015-07-03 10:22 Agostino Sarubbo (ago)
2015-07-23 20:11 Pacho Ramos (pacho)
2015-07-30 12:26 Agostino Sarubbo (ago)
2015-07-31  8:08 Patrice Clement (monsieurp)
2015-08-04 13:27 Mikle Kolyada (zlogene)

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20141225230857.00998D5EB@oystercatcher.gentoo.org \
    --to=mgorny@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox