* [gentoo-commits] gentoo-x86 commit in dev-python/pylibacl: pylibacl-0.5.0-r1.ebuild ChangeLog
@ 2014-12-25 23:08 Michal Gorny (mgorny)
0 siblings, 0 replies; 8+ messages in thread
From: Michal Gorny (mgorny) @ 2014-12-25 23:08 UTC (permalink / raw
To: gentoo-commits
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
}
^ permalink raw reply [flat|nested] 8+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-python/pylibacl: pylibacl-0.5.0-r1.ebuild ChangeLog
@ 2015-05-30 10:52 Jeroen Roovers (jer)
0 siblings, 0 replies; 8+ messages in thread
From: Jeroen Roovers (jer) @ 2015-05-30 10:52 UTC (permalink / raw
To: gentoo-commits
jer 15/05/30 10:52:43
Modified: pylibacl-0.5.0-r1.ebuild ChangeLog
Log:
Stable for PPC64 (bug #550260).
(Portage version: 2.2.20/cvs/Linux x86_64, RepoMan options: --ignore-arches, signed Manifest commit with key A792A613)
Revision Changes Path
1.2 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.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pylibacl/pylibacl-0.5.0-r1.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pylibacl/pylibacl-0.5.0-r1.ebuild?r1=1.1&r2=1.2
Index: pylibacl-0.5.0-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pylibacl/pylibacl-0.5.0-r1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- pylibacl-0.5.0-r1.ebuild 25 Dec 2014 23:08:56 -0000 1.1
+++ pylibacl-0.5.0-r1.ebuild 30 May 2015 10:52:43 -0000 1.2
@@ -1,6 +1,6 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 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 $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pylibacl/pylibacl-0.5.0-r1.ebuild,v 1.2 2015/05/30 10:52:43 jer Exp $
EAPI=5
@@ -14,7 +14,7 @@
LICENSE="LGPL-2.1"
SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~mips ~ppc ppc64 ~sh ~sparc ~x86"
IUSE=""
RDEPEND="sys-apps/acl"
1.40 dev-python/pylibacl/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pylibacl/ChangeLog?rev=1.40&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pylibacl/ChangeLog?rev=1.40&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pylibacl/ChangeLog?r1=1.39&r2=1.40
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pylibacl/ChangeLog,v
retrieving revision 1.39
retrieving revision 1.40
diff -u -r1.39 -r1.40
--- ChangeLog 25 Dec 2014 23:08:56 -0000 1.39
+++ ChangeLog 30 May 2015 10:52:43 -0000 1.40
@@ -1,6 +1,9 @@
# ChangeLog for dev-python/pylibacl
-# 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 $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pylibacl/ChangeLog,v 1.40 2015/05/30 10:52:43 jer Exp $
+
+ 30 May 2015; Jeroen Roovers <jer@gentoo.org> pylibacl-0.5.0-r1.ebuild:
+ Stable for PPC64 (bug #550260).
*pylibacl-0.5.0-r1 (25 Dec 2014)
^ permalink raw reply [flat|nested] 8+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-python/pylibacl: pylibacl-0.5.0-r1.ebuild ChangeLog
@ 2015-06-26 10:08 Agostino Sarubbo (ago)
0 siblings, 0 replies; 8+ messages in thread
From: Agostino Sarubbo (ago) @ 2015-06-26 10:08 UTC (permalink / raw
To: gentoo-commits
ago 15/06/26 10:08:11
Modified: pylibacl-0.5.0-r1.ebuild ChangeLog
Log:
Stable for x86, wrt bug #550260
(Portage version: 2.2.18/cvs/Linux x86_64, RepoMan options: --include-arches="x86", signed Manifest commit with key 7194459F)
Revision Changes Path
1.4 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.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pylibacl/pylibacl-0.5.0-r1.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pylibacl/pylibacl-0.5.0-r1.ebuild?r1=1.3&r2=1.4
Index: pylibacl-0.5.0-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pylibacl/pylibacl-0.5.0-r1.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- pylibacl-0.5.0-r1.ebuild 21 Jun 2015 10:42:18 -0000 1.3
+++ pylibacl-0.5.0-r1.ebuild 26 Jun 2015 10:08:11 -0000 1.4
@@ -1,6 +1,6 @@
# Copyright 1999-2015 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.3 2015/06/21 10:42:18 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pylibacl/pylibacl-0.5.0-r1.ebuild,v 1.4 2015/06/26 10:08:11 ago Exp $
EAPI=5
@@ -14,7 +14,7 @@
LICENSE="LGPL-2.1"
SLOT="0"
-KEYWORDS="~alpha ~amd64 arm ~ia64 ~mips ~ppc ppc64 ~sh ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 arm ~ia64 ~mips ~ppc ppc64 ~sh ~sparc x86"
IUSE=""
RDEPEND="sys-apps/acl"
1.43 dev-python/pylibacl/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pylibacl/ChangeLog?rev=1.43&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pylibacl/ChangeLog?rev=1.43&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pylibacl/ChangeLog?r1=1.42&r2=1.43
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pylibacl/ChangeLog,v
retrieving revision 1.42
retrieving revision 1.43
diff -u -r1.42 -r1.43
--- ChangeLog 21 Jun 2015 10:42:18 -0000 1.42
+++ ChangeLog 26 Jun 2015 10:08:11 -0000 1.43
@@ -1,6 +1,9 @@
# ChangeLog for dev-python/pylibacl
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pylibacl/ChangeLog,v 1.42 2015/06/21 10:42:18 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pylibacl/ChangeLog,v 1.43 2015/06/26 10:08:11 ago Exp $
+
+ 26 Jun 2015; Agostino Sarubbo <ago@gentoo.org> pylibacl-0.5.0-r1.ebuild:
+ Stable for x86, wrt bug #550260
21 Jun 2015; Markus Meier <maekke@gentoo.org> pylibacl-0.5.0-r1.ebuild:
arm stable, bug #550260
^ permalink raw reply [flat|nested] 8+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-python/pylibacl: pylibacl-0.5.0-r1.ebuild ChangeLog
@ 2015-07-03 10:22 Agostino Sarubbo (ago)
0 siblings, 0 replies; 8+ messages in thread
From: Agostino Sarubbo (ago) @ 2015-07-03 10:22 UTC (permalink / raw
To: gentoo-commits
ago 15/07/03 10:22:07
Modified: pylibacl-0.5.0-r1.ebuild ChangeLog
Log:
Stable for alpha, wrt bug #550260
(Portage version: 2.2.18/cvs/Linux x86_64, RepoMan options: --include-arches="alpha", signed Manifest commit with key 7194459F)
Revision Changes Path
1.5 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.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pylibacl/pylibacl-0.5.0-r1.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pylibacl/pylibacl-0.5.0-r1.ebuild?r1=1.4&r2=1.5
Index: pylibacl-0.5.0-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pylibacl/pylibacl-0.5.0-r1.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- pylibacl-0.5.0-r1.ebuild 26 Jun 2015 10:08:11 -0000 1.4
+++ pylibacl-0.5.0-r1.ebuild 3 Jul 2015 10:22:07 -0000 1.5
@@ -1,6 +1,6 @@
# Copyright 1999-2015 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.4 2015/06/26 10:08:11 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pylibacl/pylibacl-0.5.0-r1.ebuild,v 1.5 2015/07/03 10:22:07 ago Exp $
EAPI=5
@@ -14,7 +14,7 @@
LICENSE="LGPL-2.1"
SLOT="0"
-KEYWORDS="~alpha ~amd64 arm ~ia64 ~mips ~ppc ppc64 ~sh ~sparc x86"
+KEYWORDS="alpha ~amd64 arm ~ia64 ~mips ~ppc ppc64 ~sh ~sparc x86"
IUSE=""
RDEPEND="sys-apps/acl"
1.44 dev-python/pylibacl/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pylibacl/ChangeLog?rev=1.44&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pylibacl/ChangeLog?rev=1.44&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pylibacl/ChangeLog?r1=1.43&r2=1.44
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pylibacl/ChangeLog,v
retrieving revision 1.43
retrieving revision 1.44
diff -u -r1.43 -r1.44
--- ChangeLog 26 Jun 2015 10:08:11 -0000 1.43
+++ ChangeLog 3 Jul 2015 10:22:07 -0000 1.44
@@ -1,6 +1,9 @@
# ChangeLog for dev-python/pylibacl
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pylibacl/ChangeLog,v 1.43 2015/06/26 10:08:11 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pylibacl/ChangeLog,v 1.44 2015/07/03 10:22:07 ago Exp $
+
+ 03 Jul 2015; Agostino Sarubbo <ago@gentoo.org> pylibacl-0.5.0-r1.ebuild:
+ Stable for alpha, wrt bug #550260
26 Jun 2015; Agostino Sarubbo <ago@gentoo.org> pylibacl-0.5.0-r1.ebuild:
Stable for x86, wrt bug #550260
^ permalink raw reply [flat|nested] 8+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-python/pylibacl: pylibacl-0.5.0-r1.ebuild ChangeLog
@ 2015-07-23 20:11 Pacho Ramos (pacho)
0 siblings, 0 replies; 8+ messages in thread
From: Pacho Ramos (pacho) @ 2015-07-23 20:11 UTC (permalink / raw
To: gentoo-commits
pacho 15/07/23 20:11:00
Modified: pylibacl-0.5.0-r1.ebuild ChangeLog
Log:
ppc stable wrt bug #550260
(Portage version: 2.2.20/cvs/Linux x86_64, RepoMan options: --include-arches="ppc", signed Manifest commit with key A188FBD4)
Revision Changes Path
1.6 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.6&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pylibacl/pylibacl-0.5.0-r1.ebuild?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pylibacl/pylibacl-0.5.0-r1.ebuild?r1=1.5&r2=1.6
Index: pylibacl-0.5.0-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pylibacl/pylibacl-0.5.0-r1.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- pylibacl-0.5.0-r1.ebuild 3 Jul 2015 10:22:07 -0000 1.5
+++ pylibacl-0.5.0-r1.ebuild 23 Jul 2015 20:11:00 -0000 1.6
@@ -1,6 +1,6 @@
# Copyright 1999-2015 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.5 2015/07/03 10:22:07 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pylibacl/pylibacl-0.5.0-r1.ebuild,v 1.6 2015/07/23 20:11:00 pacho Exp $
EAPI=5
@@ -14,7 +14,7 @@
LICENSE="LGPL-2.1"
SLOT="0"
-KEYWORDS="alpha ~amd64 arm ~ia64 ~mips ~ppc ppc64 ~sh ~sparc x86"
+KEYWORDS="alpha ~amd64 arm ~ia64 ~mips ppc ppc64 ~sh ~sparc x86"
IUSE=""
RDEPEND="sys-apps/acl"
1.45 dev-python/pylibacl/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pylibacl/ChangeLog?rev=1.45&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pylibacl/ChangeLog?rev=1.45&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pylibacl/ChangeLog?r1=1.44&r2=1.45
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pylibacl/ChangeLog,v
retrieving revision 1.44
retrieving revision 1.45
diff -u -r1.44 -r1.45
--- ChangeLog 3 Jul 2015 10:22:07 -0000 1.44
+++ ChangeLog 23 Jul 2015 20:11:00 -0000 1.45
@@ -1,6 +1,9 @@
# ChangeLog for dev-python/pylibacl
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pylibacl/ChangeLog,v 1.44 2015/07/03 10:22:07 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pylibacl/ChangeLog,v 1.45 2015/07/23 20:11:00 pacho Exp $
+
+ 23 Jul 2015; Pacho Ramos <pacho@gentoo.org> pylibacl-0.5.0-r1.ebuild:
+ ppc stable wrt bug #550260
03 Jul 2015; Agostino Sarubbo <ago@gentoo.org> pylibacl-0.5.0-r1.ebuild:
Stable for alpha, wrt bug #550260
^ permalink raw reply [flat|nested] 8+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-python/pylibacl: pylibacl-0.5.0-r1.ebuild ChangeLog
@ 2015-07-30 12:26 Agostino Sarubbo (ago)
0 siblings, 0 replies; 8+ messages in thread
From: Agostino Sarubbo (ago) @ 2015-07-30 12:26 UTC (permalink / raw
To: gentoo-commits
ago 15/07/30 12:26:30
Modified: pylibacl-0.5.0-r1.ebuild ChangeLog
Log:
Stable for sparc, wrt bug #550260
(Portage version: 2.2.20/cvs/Linux x86_64, RepoMan options: --include-arches="sparc", signed Manifest commit with key 7194459F)
Revision Changes Path
1.7 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.7&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pylibacl/pylibacl-0.5.0-r1.ebuild?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pylibacl/pylibacl-0.5.0-r1.ebuild?r1=1.6&r2=1.7
Index: pylibacl-0.5.0-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pylibacl/pylibacl-0.5.0-r1.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- pylibacl-0.5.0-r1.ebuild 23 Jul 2015 20:11:00 -0000 1.6
+++ pylibacl-0.5.0-r1.ebuild 30 Jul 2015 12:26:30 -0000 1.7
@@ -1,6 +1,6 @@
# Copyright 1999-2015 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.6 2015/07/23 20:11:00 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pylibacl/pylibacl-0.5.0-r1.ebuild,v 1.7 2015/07/30 12:26:30 ago Exp $
EAPI=5
@@ -14,7 +14,7 @@
LICENSE="LGPL-2.1"
SLOT="0"
-KEYWORDS="alpha ~amd64 arm ~ia64 ~mips ppc ppc64 ~sh ~sparc x86"
+KEYWORDS="alpha ~amd64 arm ~ia64 ~mips ppc ppc64 ~sh sparc x86"
IUSE=""
RDEPEND="sys-apps/acl"
1.46 dev-python/pylibacl/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pylibacl/ChangeLog?rev=1.46&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pylibacl/ChangeLog?rev=1.46&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pylibacl/ChangeLog?r1=1.45&r2=1.46
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pylibacl/ChangeLog,v
retrieving revision 1.45
retrieving revision 1.46
diff -u -r1.45 -r1.46
--- ChangeLog 23 Jul 2015 20:11:00 -0000 1.45
+++ ChangeLog 30 Jul 2015 12:26:30 -0000 1.46
@@ -1,6 +1,9 @@
# ChangeLog for dev-python/pylibacl
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pylibacl/ChangeLog,v 1.45 2015/07/23 20:11:00 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pylibacl/ChangeLog,v 1.46 2015/07/30 12:26:30 ago Exp $
+
+ 30 Jul 2015; Agostino Sarubbo <ago@gentoo.org> pylibacl-0.5.0-r1.ebuild:
+ Stable for sparc, wrt bug #550260
23 Jul 2015; Pacho Ramos <pacho@gentoo.org> pylibacl-0.5.0-r1.ebuild:
ppc stable wrt bug #550260
^ permalink raw reply [flat|nested] 8+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-python/pylibacl: pylibacl-0.5.0-r1.ebuild ChangeLog
@ 2015-07-31 8:08 Patrice Clement (monsieurp)
0 siblings, 0 replies; 8+ messages in thread
From: Patrice Clement (monsieurp) @ 2015-07-31 8:08 UTC (permalink / raw
To: gentoo-commits
monsieurp 15/07/31 08:08:34
Modified: pylibacl-0.5.0-r1.ebuild ChangeLog
Log:
Stable for amd64.
Signed-off-by: Patrice Clement <monsieurp@gentoo.org>
(Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 93491BB8)
Revision Changes Path
1.8 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.8&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pylibacl/pylibacl-0.5.0-r1.ebuild?rev=1.8&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pylibacl/pylibacl-0.5.0-r1.ebuild?r1=1.7&r2=1.8
Index: pylibacl-0.5.0-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pylibacl/pylibacl-0.5.0-r1.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- pylibacl-0.5.0-r1.ebuild 30 Jul 2015 12:26:30 -0000 1.7
+++ pylibacl-0.5.0-r1.ebuild 31 Jul 2015 08:08:33 -0000 1.8
@@ -1,6 +1,6 @@
# Copyright 1999-2015 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.7 2015/07/30 12:26:30 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pylibacl/pylibacl-0.5.0-r1.ebuild,v 1.8 2015/07/31 08:08:33 monsieurp Exp $
EAPI=5
@@ -14,7 +14,7 @@
LICENSE="LGPL-2.1"
SLOT="0"
-KEYWORDS="alpha ~amd64 arm ~ia64 ~mips ppc ppc64 ~sh sparc x86"
+KEYWORDS="alpha amd64 arm ~ia64 ~mips ppc ppc64 ~sh sparc x86"
IUSE=""
RDEPEND="sys-apps/acl"
1.47 dev-python/pylibacl/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pylibacl/ChangeLog?rev=1.47&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pylibacl/ChangeLog?rev=1.47&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pylibacl/ChangeLog?r1=1.46&r2=1.47
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pylibacl/ChangeLog,v
retrieving revision 1.46
retrieving revision 1.47
diff -u -r1.46 -r1.47
--- ChangeLog 30 Jul 2015 12:26:30 -0000 1.46
+++ ChangeLog 31 Jul 2015 08:08:33 -0000 1.47
@@ -1,6 +1,9 @@
# ChangeLog for dev-python/pylibacl
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pylibacl/ChangeLog,v 1.46 2015/07/30 12:26:30 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pylibacl/ChangeLog,v 1.47 2015/07/31 08:08:33 monsieurp Exp $
+
+ 31 Jul 2015; Patrice Clement <monsieurp@gentoo.org> pylibacl-0.5.0-r1.ebuild:
+ Stable for amd64.
30 Jul 2015; Agostino Sarubbo <ago@gentoo.org> pylibacl-0.5.0-r1.ebuild:
Stable for sparc, wrt bug #550260
^ permalink raw reply [flat|nested] 8+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-python/pylibacl: pylibacl-0.5.0-r1.ebuild ChangeLog
@ 2015-08-04 13:27 Mikle Kolyada (zlogene)
0 siblings, 0 replies; 8+ messages in thread
From: Mikle Kolyada (zlogene) @ 2015-08-04 13:27 UTC (permalink / raw
To: gentoo-commits
zlogene 15/08/04 13:27:07
Modified: pylibacl-0.5.0-r1.ebuild ChangeLog
Log:
ia64 stable wrt bug #555934
(Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 0x1BDC0E5AC42EB5D6)
Revision Changes Path
1.9 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.9&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pylibacl/pylibacl-0.5.0-r1.ebuild?rev=1.9&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pylibacl/pylibacl-0.5.0-r1.ebuild?r1=1.8&r2=1.9
Index: pylibacl-0.5.0-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pylibacl/pylibacl-0.5.0-r1.ebuild,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- pylibacl-0.5.0-r1.ebuild 31 Jul 2015 08:08:33 -0000 1.8
+++ pylibacl-0.5.0-r1.ebuild 4 Aug 2015 13:27:07 -0000 1.9
@@ -1,6 +1,6 @@
# Copyright 1999-2015 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.8 2015/07/31 08:08:33 monsieurp Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pylibacl/pylibacl-0.5.0-r1.ebuild,v 1.9 2015/08/04 13:27:07 zlogene Exp $
EAPI=5
@@ -14,7 +14,7 @@
LICENSE="LGPL-2.1"
SLOT="0"
-KEYWORDS="alpha amd64 arm ~ia64 ~mips ppc ppc64 ~sh sparc x86"
+KEYWORDS="alpha amd64 arm ia64 ~mips ppc ppc64 ~sh sparc x86"
IUSE=""
RDEPEND="sys-apps/acl"
1.48 dev-python/pylibacl/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pylibacl/ChangeLog?rev=1.48&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pylibacl/ChangeLog?rev=1.48&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pylibacl/ChangeLog?r1=1.47&r2=1.48
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pylibacl/ChangeLog,v
retrieving revision 1.47
retrieving revision 1.48
diff -u -r1.47 -r1.48
--- ChangeLog 31 Jul 2015 08:08:33 -0000 1.47
+++ ChangeLog 4 Aug 2015 13:27:07 -0000 1.48
@@ -1,6 +1,9 @@
# ChangeLog for dev-python/pylibacl
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pylibacl/ChangeLog,v 1.47 2015/07/31 08:08:33 monsieurp Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pylibacl/ChangeLog,v 1.48 2015/08/04 13:27:07 zlogene Exp $
+
+ 04 Aug 2015; Mikle Kolyada <zlogene@gentoo.org> pylibacl-0.5.0-r1.ebuild:
+ ia64 stable wrt bug #555934
31 Jul 2015; Patrice Clement <monsieurp@gentoo.org> pylibacl-0.5.0-r1.ebuild:
Stable for amd64.
^ permalink raw reply [flat|nested] 8+ messages in thread
end of thread, other threads:[~2015-08-04 13:27 UTC | newest]
Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-08-04 13:27 [gentoo-commits] gentoo-x86 commit in dev-python/pylibacl: pylibacl-0.5.0-r1.ebuild ChangeLog Mikle Kolyada (zlogene)
-- strict thread matches above, loose matches on Subject: below --
2015-07-31 8:08 Patrice Clement (monsieurp)
2015-07-30 12:26 Agostino Sarubbo (ago)
2015-07-23 20:11 Pacho Ramos (pacho)
2015-07-03 10:22 Agostino Sarubbo (ago)
2015-06-26 10:08 Agostino Sarubbo (ago)
2015-05-30 10:52 Jeroen Roovers (jer)
2014-12-25 23:08 Michal Gorny (mgorny)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox