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-2.2-r3.ebuild ChangeLog
Date: Tue, 29 Oct 2013 21:01:05
Message-Id: 20131029210057.3096520047@flycatcher.gentoo.org
1 haubi 13/10/29 21:00:57
2
3 Modified: baselayout-prefix-2.2-r3.ebuild ChangeLog
4 Log:
5 baselayout-prefix-2.2-r3: Fix termcap check and conditional.
6
7 (Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key A630CCB8)
8
9 Revision Changes Path
10 1.4 sys-apps/baselayout-prefix/baselayout-prefix-2.2-r3.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/baselayout-prefix/baselayout-prefix-2.2-r3.ebuild?rev=1.4&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/baselayout-prefix/baselayout-prefix-2.2-r3.ebuild?rev=1.4&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/baselayout-prefix/baselayout-prefix-2.2-r3.ebuild?r1=1.3&r2=1.4
15
16 Index: baselayout-prefix-2.2-r3.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/sys-apps/baselayout-prefix/baselayout-prefix-2.2-r3.ebuild,v
19 retrieving revision 1.3
20 retrieving revision 1.4
21 diff -u -r1.3 -r1.4
22 --- baselayout-prefix-2.2-r3.ebuild 27 Oct 2013 16:47:02 -0000 1.3
23 +++ baselayout-prefix-2.2-r3.ebuild 29 Oct 2013 21:00:57 -0000 1.4
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2013 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $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 $
28 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/baselayout-prefix/baselayout-prefix-2.2-r3.ebuild,v 1.4 2013/10/29 21:00:57 haubi Exp $
29
30 EAPI=3
31
32 @@ -29,6 +29,7 @@
33 }
34
35 src_prepare() {
36 + epatch "${FILESDIR}"/${EINFO}-termcap-check.patch
37 # exotic platforms still aren't fixed in upstream libtool
38 elibtoolize
39 }
40
41
42
43 1.34 sys-apps/baselayout-prefix/ChangeLog
44
45 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/baselayout-prefix/ChangeLog?rev=1.34&view=markup
46 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/baselayout-prefix/ChangeLog?rev=1.34&content-type=text/plain
47 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/baselayout-prefix/ChangeLog?r1=1.33&r2=1.34
48
49 Index: ChangeLog
50 ===================================================================
51 RCS file: /var/cvsroot/gentoo-x86/sys-apps/baselayout-prefix/ChangeLog,v
52 retrieving revision 1.33
53 retrieving revision 1.34
54 diff -u -r1.33 -r1.34
55 --- ChangeLog 27 Oct 2013 16:47:02 -0000 1.33
56 +++ ChangeLog 29 Oct 2013 21:00:57 -0000 1.34
57 @@ -1,6 +1,11 @@
58 # ChangeLog for sys-apps/baselayout-prefix
59 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
60 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/baselayout-prefix/ChangeLog,v 1.33 2013/10/27 16:47:02 grobian Exp $
61 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/baselayout-prefix/ChangeLog,v 1.34 2013/10/29 21:00:57 haubi Exp $
62 +
63 + 29 Oct 2013; Michael Haubenwallner <haubi@g.o>
64 + -files/einfo-1.0.3-checkfuncs-aix.patch,
65 + +files/einfo-1.0.4-termcap-check.patch, baselayout-prefix-2.2-r3.ebuild:
66 + Fix termcap check and conditional.
67
68 27 Oct 2013; Fabian Groffen <grobian@g.o>
69 -baselayout-prefix-2.2-r2.ebuild, baselayout-prefix-2.2-r3.ebuild: