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: ChangeLog libnl-3.2.2.ebuild
Date: Mon, 31 Oct 2011 00:25:05
Message-Id: 20111031002455.AC0AC2004B@flycatcher.gentoo.org
1 jer 11/10/31 00:24:55
2
3 Modified: ChangeLog
4 Added: libnl-3.2.2.ebuild
5 Log:
6 Version bump.
7
8 (Portage version: 2.2.0_alpha72/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.54 dev-libs/libnl/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libnl/ChangeLog?rev=1.54&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libnl/ChangeLog?rev=1.54&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libnl/ChangeLog?r1=1.53&r2=1.54
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-libs/libnl/ChangeLog,v
20 retrieving revision 1.53
21 retrieving revision 1.54
22 diff -u -r1.53 -r1.54
23 --- ChangeLog 26 Oct 2011 15:43:37 -0000 1.53
24 +++ ChangeLog 31 Oct 2011 00:24:55 -0000 1.54
25 @@ -1,6 +1,11 @@
26 # ChangeLog for dev-libs/libnl
27 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libnl/ChangeLog,v 1.53 2011/10/26 15:43:37 jer Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libnl/ChangeLog,v 1.54 2011/10/31 00:24:55 jer Exp $
30 +
31 +*libnl-3.2.2 (31 Oct 2011)
32 +
33 + 31 Oct 2011; Jeroen Roovers <jer@g.o> +libnl-3.2.2.ebuild:
34 + Version bump.
35
36 26 Oct 2011; Jeroen Roovers <jer@g.o> libnl-1.1-r2.ebuild,
37 -libnl-2.0.ebuild, -libnl-3.0.ebuild, -libnl-3.1.ebuild, libnl-3.2.1.ebuild:
38
39
40
41 1.1 dev-libs/libnl/libnl-3.2.2.ebuild
42
43 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libnl/libnl-3.2.2.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libnl/libnl-3.2.2.ebuild?rev=1.1&content-type=text/plain
45
46 Index: libnl-3.2.2.ebuild
47 ===================================================================
48 # Copyright 1999-2011 Gentoo Foundation
49 # Distributed under the terms of the GNU General Public License v2
50 # $Header: /var/cvsroot/gentoo-x86/dev-libs/libnl/libnl-3.2.2.ebuild,v 1.1 2011/10/31 00:24:55 jer Exp $
51
52 EAPI="4"
53
54 inherit eutils multilib autotools-utils
55
56 DESCRIPTION="A library for applications dealing with netlink socket"
57 HOMEPAGE="http://people.suug.ch/~tgr/libnl/"
58 SRC_URI="http://people.suug.ch/~tgr/libnl/files/${P}.tar.gz"
59 LICENSE="LGPL-2.1"
60 SLOT="3"
61 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-linux ~ia64-linux ~x86-linux"
62 IUSE="static-libs"
63
64 src_prepare() {
65 epatch \
66 "${FILESDIR}"/${PN}-1.1-vlan-header.patch
67 }
68
69 src_configure() {
70 econf $(use_enable static-libs static)
71 }
72
73 src_install() {
74 default
75
76 use static-libs || remove_libtool_files
77
78 dodoc ChangeLog
79 }