Gentoo Archives: gentoo-commits

From: "Robert Buchholz (rbu)" <rbu@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-libs/libnl: ChangeLog libnl-1.0_pre6-r1.ebuild
Date: Sat, 01 Dec 2007 19:47:55
Message-Id: E1IyYJZ-000747-Qo@stork.gentoo.org
1 rbu 07/12/01 19:47:49
2
3 Modified: ChangeLog
4 Added: libnl-1.0_pre6-r1.ebuild
5 Log:
6 Bump to the actual pre6 release
7 (Portage version: 2.1.3.19)
8
9 Revision Changes Path
10 1.21 dev-libs/libnl/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/libnl/ChangeLog?rev=1.21&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/libnl/ChangeLog?rev=1.21&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/libnl/ChangeLog?r1=1.20&r2=1.21
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-libs/libnl/ChangeLog,v
19 retrieving revision 1.20
20 retrieving revision 1.21
21 diff -u -r1.20 -r1.21
22 --- ChangeLog 28 Aug 2007 14:38:44 -0000 1.20
23 +++ ChangeLog 1 Dec 2007 19:47:49 -0000 1.21
24 @@ -1,6 +1,13 @@
25 # ChangeLog for dev-libs/libnl
26 # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libnl/ChangeLog,v 1.20 2007/08/28 14:38:44 nixnut Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libnl/ChangeLog,v 1.21 2007/12/01 19:47:49 rbu Exp $
29 +
30 +*libnl-1.0_pre6-r1 (01 Dec 2007)
31 +
32 + 01 Dec 2007; Robert Buchholz <rbu@g.o>
33 + +files/libnl-1.0_pre6-__u64_x86_64.patch, +libnl-1.0_pre6-r1.ebuild:
34 + Non maintainer commit: Bump to the actual pre6 release (bug #197450) and do
35 + not install pkgconfig file to /usr/share (bug #185878).
36
37 28 Aug 2007; nixnut <nixnut@g.o> libnl-1.0_pre6.ebuild:
38 Stable on ppc wrt bug 189781
39
40
41
42 1.1 dev-libs/libnl/libnl-1.0_pre6-r1.ebuild
43
44 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/libnl/libnl-1.0_pre6-r1.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/libnl/libnl-1.0_pre6-r1.ebuild?rev=1.1&content-type=text/plain
46
47 Index: libnl-1.0_pre6-r1.ebuild
48 ===================================================================
49 # Copyright 1999-2007 Gentoo Foundation
50 # Distributed under the terms of the GNU General Public License v2
51 # $Header: /var/cvsroot/gentoo-x86/dev-libs/libnl/libnl-1.0_pre6-r1.ebuild,v 1.1 2007/12/01 19:47:49 rbu Exp $
52
53 inherit eutils multilib linux-info versionator
54
55 MY_PV=$(replace_version_separator 2 '-' )-fix1
56 MY_P="${PN}-${MY_PV}"
57
58 DESCRIPTION="A library for applications dealing with netlink socket"
59 HOMEPAGE="http://people.suug.ch/~tgr/libnl/"
60 SRC_URI="http://people.suug.ch/~tgr/libnl/files/${MY_P}.tar.gz"
61 LICENSE="LGPL-2.1"
62 SLOT="0"
63 KEYWORDS="~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~x86"
64 IUSE=""
65
66 S="${WORKDIR}/${MY_P}"
67
68 src_unpack() {
69 unpack ${A}
70 cd "${S}/lib"
71 sed -i Makefile -e 's:install -o root -g root:install:'
72
73 cd "${S}/include"
74 sed -i Makefile -e 's:install -o root -g root:install:g'
75 epatch "${FILESDIR}/${PN}-1.0_pre5-include.diff"
76 epatch "${FILESDIR}/${P}-__u64_x86_64.patch"
77 }
78
79 src_install() {
80 emake DESTDIR="${D}" install || die
81 }
82
83
84
85 --
86 gentoo-commits@g.o mailing list