Gentoo Archives: gentoo-commits

From: "Mike Gilbert (floppym)" <floppym@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-libs/libnl: libnl-3.2.24.ebuild libnl-3.2.9999.ebuild ChangeLog
Date: Sat, 03 May 2014 21:00:27
Message-Id: 20140503210023.4000D2004C@flycatcher.gentoo.org
1 floppym 14/05/03 21:00:23
2
3 Modified: libnl-3.2.24.ebuild libnl-3.2.9999.ebuild ChangeLog
4 Log:
5 Add python3.4.
6
7 (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 0BBEEA1FEA4843A4)
8
9 Revision Changes Path
10 1.3 dev-libs/libnl/libnl-3.2.24.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libnl/libnl-3.2.24.ebuild?rev=1.3&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libnl/libnl-3.2.24.ebuild?rev=1.3&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libnl/libnl-3.2.24.ebuild?r1=1.2&r2=1.3
15
16 Index: libnl-3.2.24.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-libs/libnl/libnl-3.2.24.ebuild,v
19 retrieving revision 1.2
20 retrieving revision 1.3
21 diff -u -r1.2 -r1.3
22 --- libnl-3.2.24.ebuild 6 Apr 2014 14:56:00 -0000 1.2
23 +++ libnl-3.2.24.ebuild 3 May 2014 21:00:22 -0000 1.3
24 @@ -1,9 +1,9 @@
25 # Copyright 1999-2014 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libnl/libnl-3.2.24.ebuild,v 1.2 2014/04/06 14:56:00 vapier Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libnl/libnl-3.2.24.ebuild,v 1.3 2014/05/03 21:00:22 floppym Exp $
29
30 EAPI=5
31 -PYTHON_COMPAT=( python2_{6,7} python3_{2,3} )
32 +PYTHON_COMPAT=( python2_{6,7} python3_{2,3,4} )
33 DISTUTILS_OPTIONAL=1
34 inherit distutils-r1 eutils libtool multilib
35
36
37
38
39 1.5 dev-libs/libnl/libnl-3.2.9999.ebuild
40
41 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libnl/libnl-3.2.9999.ebuild?rev=1.5&view=markup
42 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libnl/libnl-3.2.9999.ebuild?rev=1.5&content-type=text/plain
43 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libnl/libnl-3.2.9999.ebuild?r1=1.4&r2=1.5
44
45 Index: libnl-3.2.9999.ebuild
46 ===================================================================
47 RCS file: /var/cvsroot/gentoo-x86/dev-libs/libnl/libnl-3.2.9999.ebuild,v
48 retrieving revision 1.4
49 retrieving revision 1.5
50 diff -u -r1.4 -r1.5
51 --- libnl-3.2.9999.ebuild 29 Jan 2014 15:43:44 -0000 1.4
52 +++ libnl-3.2.9999.ebuild 3 May 2014 21:00:23 -0000 1.5
53 @@ -1,9 +1,9 @@
54 # Copyright 1999-2014 Gentoo Foundation
55 # Distributed under the terms of the GNU General Public License v2
56 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libnl/libnl-3.2.9999.ebuild,v 1.4 2014/01/29 15:43:44 jer Exp $
57 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libnl/libnl-3.2.9999.ebuild,v 1.5 2014/05/03 21:00:23 floppym Exp $
58
59 EAPI=5
60 -PYTHON_COMPAT=( python2_{6,7} python3_{2,3} )
61 +PYTHON_COMPAT=( python2_{6,7} python3_{2,3,4} )
62 DISTUTILS_OPTIONAL=1
63 inherit autotools distutils-r1 eutils git-r3 libtool multilib
64
65
66
67
68 1.208 dev-libs/libnl/ChangeLog
69
70 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libnl/ChangeLog?rev=1.208&view=markup
71 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libnl/ChangeLog?rev=1.208&content-type=text/plain
72 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libnl/ChangeLog?r1=1.207&r2=1.208
73
74 Index: ChangeLog
75 ===================================================================
76 RCS file: /var/cvsroot/gentoo-x86/dev-libs/libnl/ChangeLog,v
77 retrieving revision 1.207
78 retrieving revision 1.208
79 diff -u -r1.207 -r1.208
80 --- ChangeLog 6 Apr 2014 15:00:11 -0000 1.207
81 +++ ChangeLog 3 May 2014 21:00:23 -0000 1.208
82 @@ -1,6 +1,10 @@
83 # ChangeLog for dev-libs/libnl
84 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
85 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libnl/ChangeLog,v 1.207 2014/04/06 15:00:11 vapier Exp $
86 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libnl/ChangeLog,v 1.208 2014/05/03 21:00:23 floppym Exp $
87 +
88 + 03 May 2014; Mike Gilbert <floppym@g.o> libnl-3.2.24.ebuild,
89 + libnl-3.2.9999.ebuild:
90 + Add python3.4.
91
92 06 Apr 2014; Mike Frysinger <vapier@g.o> libnl-1.1.4.ebuild,
93 libnl-3.2.23.ebuild: