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.15.ebuild ChangeLog libnl-3.2.14.ebuild
Date: Fri, 23 Nov 2012 17:17:50
Message-Id: 20121123171740.7C04020C65@flycatcher.gentoo.org
1 jer 12/11/23 17:17:40
2
3 Modified: libnl-3.2.15.ebuild ChangeLog libnl-3.2.14.ebuild
4 Log:
5 Fix documentation path.
6
7 (Portage version: 2.2.0_alpha142/cvs/Linux x86_64, signed Manifest commit with key A792A613)
8
9 Revision Changes Path
10 1.2 dev-libs/libnl/libnl-3.2.15.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libnl/libnl-3.2.15.ebuild?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libnl/libnl-3.2.15.ebuild?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libnl/libnl-3.2.15.ebuild?r1=1.1&r2=1.2
15
16 Index: libnl-3.2.15.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-libs/libnl/libnl-3.2.15.ebuild,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- libnl-3.2.15.ebuild 23 Nov 2012 17:10:36 -0000 1.1
23 +++ libnl-3.2.15.ebuild 23 Nov 2012 17:17:40 -0000 1.2
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2012 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.15.ebuild,v 1.1 2012/11/23 17:10:36 jer Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libnl/libnl-3.2.15.ebuild,v 1.2 2012/11/23 17:17:40 jer Exp $
29
30 EAPI=4
31 inherit eutils libtool multilib
32 @@ -38,7 +38,7 @@
33 if use doc; then
34 dohtml -r \
35 -a css,html,js,map,png \
36 - "${WORKDIR}"/${PN}-doc-${PV}
37 + "${WORKDIR}"/${PN}-doc-${PV}/*
38 fi
39
40 use static-libs || rm -f "${ED}"/usr/$(get_libdir)/lib*.la
41
42
43
44 1.116 dev-libs/libnl/ChangeLog
45
46 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libnl/ChangeLog?rev=1.116&view=markup
47 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libnl/ChangeLog?rev=1.116&content-type=text/plain
48 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libnl/ChangeLog?r1=1.115&r2=1.116
49
50 Index: ChangeLog
51 ===================================================================
52 RCS file: /var/cvsroot/gentoo-x86/dev-libs/libnl/ChangeLog,v
53 retrieving revision 1.115
54 retrieving revision 1.116
55 diff -u -r1.115 -r1.116
56 --- ChangeLog 23 Nov 2012 17:10:36 -0000 1.115
57 +++ ChangeLog 23 Nov 2012 17:17:40 -0000 1.116
58 @@ -1,6 +1,10 @@
59 # ChangeLog for dev-libs/libnl
60 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
61 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libnl/ChangeLog,v 1.115 2012/11/23 17:10:36 jer Exp $
62 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libnl/ChangeLog,v 1.116 2012/11/23 17:17:40 jer Exp $
63 +
64 + 23 Nov 2012; Jeroen Roovers <jer@g.o> libnl-3.2.14.ebuild,
65 + libnl-3.2.15.ebuild:
66 + Fix documentation path.
67
68 *libnl-3.2.15 (23 Nov 2012)
69
70
71
72
73 1.7 dev-libs/libnl/libnl-3.2.14.ebuild
74
75 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libnl/libnl-3.2.14.ebuild?rev=1.7&view=markup
76 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libnl/libnl-3.2.14.ebuild?rev=1.7&content-type=text/plain
77 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libnl/libnl-3.2.14.ebuild?r1=1.6&r2=1.7
78
79 Index: libnl-3.2.14.ebuild
80 ===================================================================
81 RCS file: /var/cvsroot/gentoo-x86/dev-libs/libnl/libnl-3.2.14.ebuild,v
82 retrieving revision 1.6
83 retrieving revision 1.7
84 diff -u -r1.6 -r1.7
85 --- libnl-3.2.14.ebuild 21 Nov 2012 11:17:04 -0000 1.6
86 +++ libnl-3.2.14.ebuild 23 Nov 2012 17:17:40 -0000 1.7
87 @@ -1,6 +1,6 @@
88 # Copyright 1999-2012 Gentoo Foundation
89 # Distributed under the terms of the GNU General Public License v2
90 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libnl/libnl-3.2.14.ebuild,v 1.6 2012/11/21 11:17:04 ago Exp $
91 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libnl/libnl-3.2.14.ebuild,v 1.7 2012/11/23 17:17:40 jer Exp $
92
93 EAPI=4
94 inherit eutils libtool multilib
95 @@ -38,7 +38,7 @@
96 if use doc; then
97 dohtml -r \
98 -a css,html,js,map,png \
99 - "${WORKDIR}"/${PN}-doc-${PV}
100 + "${WORKDIR}"/${PN}-doc-${PV}/*
101 fi
102
103 use static-libs || rm -f "${ED}"/usr/$(get_libdir)/lib*.la