Gentoo Archives: gentoo-commits

From: "Michael Haubenwallner (haubi)" <haubi@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-apps/baselayout-prefix: baselayout-prefix-1.12.5-r10.ebuild ChangeLog
Date: Thu, 31 Mar 2011 16:21:39
Message-Id: 20110331162127.210F020054@flycatcher.gentoo.org
1 haubi 11/03/31 16:21:27
2
3 Modified: baselayout-prefix-1.12.5-r10.ebuild ChangeLog
4 Log:
5 Take strndup from gnulib too, breaks on Linux (#361417).
6 Rename libsvar.patch to more generic gnulib.patch.
7
8 (Portage version: 2.2.01.18125-prefix/cvs/AIX 00C0078A4C00)
9
10 Revision Changes Path
11 1.2 sys-apps/baselayout-prefix/baselayout-prefix-1.12.5-r10.ebuild
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/baselayout-prefix/baselayout-prefix-1.12.5-r10.ebuild?rev=1.2&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/baselayout-prefix/baselayout-prefix-1.12.5-r10.ebuild?rev=1.2&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/baselayout-prefix/baselayout-prefix-1.12.5-r10.ebuild?r1=1.1&r2=1.2
16
17 Index: baselayout-prefix-1.12.5-r10.ebuild
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/sys-apps/baselayout-prefix/baselayout-prefix-1.12.5-r10.ebuild,v
20 retrieving revision 1.1
21 retrieving revision 1.2
22 diff -u -r1.1 -r1.2
23 --- baselayout-prefix-1.12.5-r10.ebuild 30 Mar 2011 11:34:45 -0000 1.1
24 +++ baselayout-prefix-1.12.5-r10.ebuild 31 Mar 2011 16:21:27 -0000 1.2
25 @@ -1,21 +1,20 @@
26 # Copyright 1999-2011 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/baselayout-prefix/baselayout-prefix-1.12.5-r10.ebuild,v 1.1 2011/03/30 11:34:45 haubi Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/baselayout-prefix/baselayout-prefix-1.12.5-r10.ebuild,v 1.2 2011/03/31 16:21:27 haubi Exp $
30
31 EAPI=3
32
33 inherit eutils toolchain-funcs multilib prefix flag-o-matic autotools
34
35 # Needed gnulib modules:
36 -# getopt: for AIX
37 -# strsep: for Solaris
38 +# getopt strndup strsep
39 # Avoid depending on dev-libs/gnulib, might be missing during bootstrap.
40 -# The gnulib tarball has been created using these commands (basically):
41 -# $ gnulib-tool --create-testdir --dir=gnulib getopt strsep
42 -# $ eautoreconf
43 -# $ econf
44 +# The gnulib tarball has been created using these commands (basically),
45 +# from dev-libs/gnulib-2009.03.03.14.07.45-r1:
46 +# $ gnulib-tool --create-testdir --dir=gnulib getopt strndup strsep
47 +# $ ./configure
48 # $ make maintainer-clean
49 -GNULIBV=1
50 +GNULIBV=2
51
52 DESCRIPTION="Minimal baselayout for Gentoo Prefix installs"
53 HOMEPAGE="http://www.gentoo.org/"
54 @@ -64,7 +63,7 @@
55 epatch "${FILESDIR}"/${P/-prefix/}-aix.patch
56 epatch "${FILESDIR}"/${P/-prefix/}-darwin-kvm.patch
57 epatch "${FILESDIR}"/${P/-prefix/}-solaris.patch
58 - epatch "${FILESDIR}"/${P/-prefix/}-libsvar.patch
59 + epatch "${FILESDIR}"/${P/-prefix/}-gnulib.patch
60
61 # The consoletype application in this form will only work on Linux
62 [[ ${CHOST} == *-linux-* ]] || epatch "${FILESDIR}"/${P/-prefix/}-prefix-no-consoletype.patch
63
64
65
66 1.8 sys-apps/baselayout-prefix/ChangeLog
67
68 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/baselayout-prefix/ChangeLog?rev=1.8&view=markup
69 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/baselayout-prefix/ChangeLog?rev=1.8&content-type=text/plain
70 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/baselayout-prefix/ChangeLog?r1=1.7&r2=1.8
71
72 Index: ChangeLog
73 ===================================================================
74 RCS file: /var/cvsroot/gentoo-x86/sys-apps/baselayout-prefix/ChangeLog,v
75 retrieving revision 1.7
76 retrieving revision 1.8
77 diff -u -r1.7 -r1.8
78 --- ChangeLog 30 Mar 2011 11:34:45 -0000 1.7
79 +++ ChangeLog 31 Mar 2011 16:21:27 -0000 1.8
80 @@ -1,6 +1,12 @@
81 # ChangeLog for sys-apps/baselayout-prefix
82 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
83 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/baselayout-prefix/ChangeLog,v 1.7 2011/03/30 11:34:45 haubi Exp $
84 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/baselayout-prefix/ChangeLog,v 1.8 2011/03/31 16:21:27 haubi Exp $
85 +
86 + 31 Mar 2011; Michael Haubenwallner <haubi@g.o>
87 + baselayout-prefix-1.12.5-r10.ebuild, +files/baselayout-1.12.5-gnulib.patch,
88 + -files/baselayout-1.12.5-libsvar.patch:
89 + Take strndup from gnulib too, breaks on Linux (#361417).
90 + Rename libsvar.patch to more generic gnulib.patch.
91
92 *baselayout-prefix-1.12.5-r10 (30 Mar 2011)