Gentoo Archives: gentoo-commits

From: "Sven Vermeulen (swift)" <swift@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-libs/libsemanage: ChangeLog libsemanage-2.2.ebuild
Date: Sun, 02 Feb 2014 09:18:28
Message-Id: 20140202091826.0D72E2004C@flycatcher.gentoo.org
1 swift 14/02/02 09:18:25
2
3 Modified: ChangeLog libsemanage-2.2.ebuild
4 Log:
5 Fix bug #499606 - Support python 3.3
6
7 (Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key 0x2EDD52403B68AF47)
8
9 Revision Changes Path
10 1.63 sys-libs/libsemanage/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/libsemanage/ChangeLog?rev=1.63&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/libsemanage/ChangeLog?rev=1.63&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/libsemanage/ChangeLog?r1=1.62&r2=1.63
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/sys-libs/libsemanage/ChangeLog,v
19 retrieving revision 1.62
20 retrieving revision 1.63
21 diff -u -r1.62 -r1.63
22 --- ChangeLog 20 Jan 2014 20:27:23 -0000 1.62
23 +++ ChangeLog 2 Feb 2014 09:18:25 -0000 1.63
24 @@ -1,6 +1,9 @@
25 # ChangeLog for sys-libs/libsemanage
26 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/libsemanage/ChangeLog,v 1.62 2014/01/20 20:27:23 swift Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/sys-libs/libsemanage/ChangeLog,v 1.63 2014/02/02 09:18:25 swift Exp $
29 +
30 + 01 Feb 2014; Sven Vermeulen <swift@g.o> libsemanage-2.2.ebuild:
31 + Adding python3_3 to supported Pythons, see bug #499606
32
33 20 Jan 2014; Sven Vermeulen <swift@g.o> libsemanage-2.2.ebuild:
34 Fix bug #497754 - Add in dep on virtual/pgkconfig
35
36
37
38 1.5 sys-libs/libsemanage/libsemanage-2.2.ebuild
39
40 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/libsemanage/libsemanage-2.2.ebuild?rev=1.5&view=markup
41 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/libsemanage/libsemanage-2.2.ebuild?rev=1.5&content-type=text/plain
42 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/libsemanage/libsemanage-2.2.ebuild?r1=1.4&r2=1.5
43
44 Index: libsemanage-2.2.ebuild
45 ===================================================================
46 RCS file: /var/cvsroot/gentoo-x86/sys-libs/libsemanage/libsemanage-2.2.ebuild,v
47 retrieving revision 1.4
48 retrieving revision 1.5
49 diff -u -r1.4 -r1.5
50 --- libsemanage-2.2.ebuild 20 Jan 2014 20:27:23 -0000 1.4
51 +++ libsemanage-2.2.ebuild 2 Feb 2014 09:18:25 -0000 1.5
52 @@ -1,9 +1,9 @@
53 # Copyright 1999-2014 Gentoo Foundation
54 # Distributed under the terms of the GNU General Public License v2
55 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/libsemanage/libsemanage-2.2.ebuild,v 1.4 2014/01/20 20:27:23 swift Exp $
56 +# $Header: /var/cvsroot/gentoo-x86/sys-libs/libsemanage/libsemanage-2.2.ebuild,v 1.5 2014/02/02 09:18:25 swift Exp $
57
58 EAPI="5"
59 -PYTHON_COMPAT=( python2_7 python3_2 )
60 +PYTHON_COMPAT=( python2_7 python3_2 python3_3 )
61 USE_RUBY="ruby18 ruby19"
62 RUBY_OPTIONAL="yes"