Gentoo Archives: gentoo-commits

From: "Ali Polatel (hawking)" <hawking@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-python/pylibacl: ChangeLog pylibacl-0.4.0.ebuild
Date: Mon, 01 Sep 2008 21:50:06
Message-Id: E1KaHHf-0003Pb-DZ@stork.gentoo.org
1 hawking 08/09/01 21:50:03
2
3 Modified: ChangeLog
4 Added: pylibacl-0.4.0.ebuild
5 Log:
6 Version bump. Change LICENSE to LGPL-2.1. Add src_test.
7 (Portage version: -svn/cvs/Linux 2.6.26-gentoo x86_64)
8
9 Revision Changes Path
10 1.13 dev-python/pylibacl/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/pylibacl/ChangeLog?rev=1.13&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/pylibacl/ChangeLog?rev=1.13&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/pylibacl/ChangeLog?r1=1.12&r2=1.13
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-python/pylibacl/ChangeLog,v
19 retrieving revision 1.12
20 retrieving revision 1.13
21 diff -u -r1.12 -r1.13
22 --- ChangeLog 14 Sep 2006 00:12:07 -0000 1.12
23 +++ ChangeLog 1 Sep 2008 21:50:02 -0000 1.13
24 @@ -1,6 +1,11 @@
25 # ChangeLog for dev-python/pylibacl
26 -# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pylibacl/ChangeLog,v 1.12 2006/09/14 00:12:07 kugelfang Exp $
28 +# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
29 +# $Header: /var/cvsroot/gentoo-x86/dev-python/pylibacl/ChangeLog,v 1.13 2008/09/01 21:50:02 hawking Exp $
30 +
31 +*pylibacl-0.4.0 (01 Sep 2008)
32 +
33 + 01 Sep 2008; Ali Polatel <hawking@g.o> +pylibacl-0.4.0.ebuild:
34 + Version bump. Change LICENSE to LGPL-2.1. Add src_test.
35
36 14 Sep 2006; Danny van Dyk <kugelfang@g.o> pylibacl-0.2.1.ebuild:
37 Marked stable on amd64.
38
39
40
41 1.1 dev-python/pylibacl/pylibacl-0.4.0.ebuild
42
43 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/pylibacl/pylibacl-0.4.0.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/pylibacl/pylibacl-0.4.0.ebuild?rev=1.1&content-type=text/plain
45
46 Index: pylibacl-0.4.0.ebuild
47 ===================================================================
48 # Copyright 1999-2008 Gentoo Foundation
49 # Distributed under the terms of the GNU General Public License v2
50 # $Header: /var/cvsroot/gentoo-x86/dev-python/pylibacl/pylibacl-0.4.0.ebuild,v 1.1 2008/09/01 21:50:02 hawking Exp $
51
52 inherit distutils
53
54 DESCRIPTION="Python interface to libacl"
55 HOMEPAGE="http://sourceforge.net/projects/pylibacl/"
56 SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
57
58 LICENSE="LGPL-2.1"
59 SLOT="0"
60 KEYWORDS="~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86"
61 IUSE=""
62
63 DEPEND="virtual/python
64 sys-apps/acl"
65 RDEPEND="${DEPEND}"
66
67 src_test() {
68 PYTHONPATH="$(ls -d build/lib*)" python test/test_acls.py ||\
69 die "tests failed"
70 }