Gentoo Archives: gentoo-commits

From: "Jeroen Roovers (jer)" <jer@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-libs/libnl: libnl-3.2.9999.ebuild ChangeLog
Date: Wed, 01 Jan 2014 17:39:19
Message-Id: 20140101173915.4D7C42004C@flycatcher.gentoo.org
1 jer 14/01/01 17:39:15
2
3 Modified: libnl-3.2.9999.ebuild ChangeLog
4 Log:
5 Remove USE=doc.
6
7 (Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key A792A613)
8
9 Revision Changes Path
10 1.3 dev-libs/libnl/libnl-3.2.9999.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libnl/libnl-3.2.9999.ebuild?rev=1.3&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libnl/libnl-3.2.9999.ebuild?rev=1.3&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libnl/libnl-3.2.9999.ebuild?r1=1.2&r2=1.3
15
16 Index: libnl-3.2.9999.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-libs/libnl/libnl-3.2.9999.ebuild,v
19 retrieving revision 1.2
20 retrieving revision 1.3
21 diff -u -r1.2 -r1.3
22 --- libnl-3.2.9999.ebuild 20 Dec 2013 15:05:26 -0000 1.2
23 +++ libnl-3.2.9999.ebuild 1 Jan 2014 17:39:15 -0000 1.3
24 @@ -1,6 +1,6 @@
25 -# Copyright 1999-2013 Gentoo Foundation
26 +# Copyright 1999-2014 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libnl/libnl-3.2.9999.ebuild,v 1.2 2013/12/20 15:05:26 jer Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libnl/libnl-3.2.9999.ebuild,v 1.3 2014/01/01 17:39:15 jer Exp $
30
31 EAPI=5
32 PYTHON_COMPAT=( python2_{6,7} python3_{2,3} )
33 @@ -12,10 +12,10 @@
34 EGIT_REPO_URI="
35 https://github.com/tgraf/libnl.git
36 "
37 -LICENSE="LGPL-2.1 doc? ( GPL-3 ) utils? ( GPL-2 )"
38 +LICENSE="LGPL-2.1 utils? ( GPL-2 )"
39 SLOT="3"
40 KEYWORDS=""
41 -IUSE="doc static-libs python utils"
42 +IUSE="static-libs python utils"
43
44 RDEPEND="python? ( ${PYTHON_DEPS} )"
45 DEPEND="${RDEPEND}
46
47
48
49 1.198 dev-libs/libnl/ChangeLog
50
51 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libnl/ChangeLog?rev=1.198&view=markup
52 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libnl/ChangeLog?rev=1.198&content-type=text/plain
53 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libnl/ChangeLog?r1=1.197&r2=1.198
54
55 Index: ChangeLog
56 ===================================================================
57 RCS file: /var/cvsroot/gentoo-x86/dev-libs/libnl/ChangeLog,v
58 retrieving revision 1.197
59 retrieving revision 1.198
60 diff -u -r1.197 -r1.198
61 --- ChangeLog 26 Dec 2013 14:44:37 -0000 1.197
62 +++ ChangeLog 1 Jan 2014 17:39:15 -0000 1.198
63 @@ -1,6 +1,9 @@
64 # ChangeLog for dev-libs/libnl
65 -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
66 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libnl/ChangeLog,v 1.197 2013/12/26 14:44:37 maekke Exp $
67 +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
68 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libnl/ChangeLog,v 1.198 2014/01/01 17:39:15 jer Exp $
69 +
70 + 01 Jan 2014; Jeroen Roovers <jer@g.o> libnl-3.2.9999.ebuild:
71 + Remove USE=doc.
72
73 26 Dec 2013; Markus Meier <maekke@g.o> libnl-3.2.23.ebuild:
74 arm stable, bug #494836