Gentoo Archives: gentoo-commits

From: "Fabian Groffen (grobian)" <grobian@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-apps/baselayout-prefix: baselayout-prefix-2.2-r3.ebuild ChangeLog baselayout-prefix-2.2-r2.ebuild
Date: Sun, 27 Oct 2013 16:47:06
Message-Id: 20131027164703.042C720047@flycatcher.gentoo.org
1 grobian 13/10/27 16:47:02
2
3 Modified: baselayout-prefix-2.2-r3.ebuild ChangeLog
4 Removed: baselayout-prefix-2.2-r2.ebuild
5 Log:
6 Fix build on platforms with strlcpy/strlcat
7
8 (Portage version: 2.2.7-prefix/cvs/Darwin i386, signed Manifest commit with key 0x5F75F607C5C74E89)
9
10 Revision Changes Path
11 1.3 sys-apps/baselayout-prefix/baselayout-prefix-2.2-r3.ebuild
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/baselayout-prefix/baselayout-prefix-2.2-r3.ebuild?rev=1.3&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/baselayout-prefix/baselayout-prefix-2.2-r3.ebuild?rev=1.3&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/baselayout-prefix/baselayout-prefix-2.2-r3.ebuild?r1=1.2&r2=1.3
16
17 Index: baselayout-prefix-2.2-r3.ebuild
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/sys-apps/baselayout-prefix/baselayout-prefix-2.2-r3.ebuild,v
20 retrieving revision 1.2
21 retrieving revision 1.3
22 diff -u -r1.2 -r1.3
23 --- baselayout-prefix-2.2-r3.ebuild 23 Oct 2013 07:28:36 -0000 1.2
24 +++ baselayout-prefix-2.2-r3.ebuild 27 Oct 2013 16:47:02 -0000 1.3
25 @@ -1,13 +1,13 @@
26 # Copyright 1999-2013 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-2.2-r3.ebuild,v 1.2 2013/10/23 07:28:36 haubi Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/baselayout-prefix/baselayout-prefix-2.2-r3.ebuild,v 1.3 2013/10/27 16:47:02 grobian Exp $
30
31 EAPI=3
32
33 inherit eutils multilib libtool
34
35 MY_P=${P/-prefix/} # just use "upstream" sources
36 -EINFO=einfo-1.0.3
37 +EINFO=einfo-1.0.4
38 DESCRIPTION="Minimal baselayout and e-functions for Gentoo Prefix installs"
39 HOMEPAGE="http://www.gentoo.org/"
40 SRC_URI="mirror://gentoo/${MY_P}.tar.bz2
41 @@ -29,9 +29,6 @@
42 }
43
44 src_prepare() {
45 - epatch "${FILESDIR}"/${EINFO}-checkfuncs-aix.patch # generic aix port
46 - # POSIX specifies <termios.h>, AIX lacks <sys/termios.h>
47 - sed -i -e 's|<sys/termios.h>|<termios.h>|' src/libeinfo/libeinfo.c || die
48 # exotic platforms still aren't fixed in upstream libtool
49 elibtoolize
50 }
51
52
53
54 1.33 sys-apps/baselayout-prefix/ChangeLog
55
56 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/baselayout-prefix/ChangeLog?rev=1.33&view=markup
57 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/baselayout-prefix/ChangeLog?rev=1.33&content-type=text/plain
58 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/baselayout-prefix/ChangeLog?r1=1.32&r2=1.33
59
60 Index: ChangeLog
61 ===================================================================
62 RCS file: /var/cvsroot/gentoo-x86/sys-apps/baselayout-prefix/ChangeLog,v
63 retrieving revision 1.32
64 retrieving revision 1.33
65 diff -u -r1.32 -r1.33
66 --- ChangeLog 23 Oct 2013 07:28:36 -0000 1.32
67 +++ ChangeLog 27 Oct 2013 16:47:02 -0000 1.33
68 @@ -1,6 +1,10 @@
69 # ChangeLog for sys-apps/baselayout-prefix
70 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
71 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/baselayout-prefix/ChangeLog,v 1.32 2013/10/23 07:28:36 haubi Exp $
72 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/baselayout-prefix/ChangeLog,v 1.33 2013/10/27 16:47:02 grobian Exp $
73 +
74 + 27 Oct 2013; Fabian Groffen <grobian@g.o>
75 + -baselayout-prefix-2.2-r2.ebuild, baselayout-prefix-2.2-r3.ebuild:
76 + Fix build on platforms with strlcpy/strlcat
77
78 23 Oct 2013; Michael Haubenwallner <haubi@g.o>
79 +files/einfo-1.0.3-checkfuncs-aix.patch, baselayout-prefix-2.2-r3.ebuild: