Gentoo Archives: gentoo-commits

From: "Fabian Groffen (grobian)" <grobian@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-misc/ttyrec: ttyrec-1.0.8-r1.ebuild ChangeLog
Date: Sun, 01 Sep 2013 13:15:46
Message-Id: 20130901131539.156F52004C@flycatcher.gentoo.org
1 grobian 13/09/01 13:15:38
2
3 Modified: ttyrec-1.0.8-r1.ebuild ChangeLog
4 Log:
5 Unbreak build on Darwin, it isn't SVR4 compatible
6
7 (Portage version: 2.2.01.22288-prefix/cvs/SunOS i386, signed Manifest commit with key 0x5F75F607C5C74E89)
8
9 Revision Changes Path
10 1.2 app-misc/ttyrec/ttyrec-1.0.8-r1.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/ttyrec/ttyrec-1.0.8-r1.ebuild?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/ttyrec/ttyrec-1.0.8-r1.ebuild?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/ttyrec/ttyrec-1.0.8-r1.ebuild?r1=1.1&r2=1.2
15
16 Index: ttyrec-1.0.8-r1.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/app-misc/ttyrec/ttyrec-1.0.8-r1.ebuild,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- ttyrec-1.0.8-r1.ebuild 25 Feb 2013 19:49:50 -0000 1.1
23 +++ ttyrec-1.0.8-r1.ebuild 1 Sep 2013 13:15:38 -0000 1.2
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/app-misc/ttyrec/ttyrec-1.0.8-r1.ebuild,v 1.1 2013/02/25 19:49:50 pinkbyte Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/app-misc/ttyrec/ttyrec-1.0.8-r1.ebuild,v 1.2 2013/09/01 13:15:38 grobian Exp $
29
30 EAPI=5
31
32 @@ -19,7 +19,7 @@
33
34 src_compile() {
35 # Bug 106530
36 - append-cppflags -DSVR4 -D_XOPEN_SOURCE=500
37 + [[ ${CHOST} != *-darwin* ]] && append-cppflags -DSVR4 -D_XOPEN_SOURCE=500
38 emake CC="$(tc-getCC)" CFLAGS="${CFLAGS}"
39 }
40
41
42
43
44 1.26 app-misc/ttyrec/ChangeLog
45
46 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/ttyrec/ChangeLog?rev=1.26&view=markup
47 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/ttyrec/ChangeLog?rev=1.26&content-type=text/plain
48 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/ttyrec/ChangeLog?r1=1.25&r2=1.26
49
50 Index: ChangeLog
51 ===================================================================
52 RCS file: /var/cvsroot/gentoo-x86/app-misc/ttyrec/ChangeLog,v
53 retrieving revision 1.25
54 retrieving revision 1.26
55 diff -u -r1.25 -r1.26
56 --- ChangeLog 25 Feb 2013 19:50:32 -0000 1.25
57 +++ ChangeLog 1 Sep 2013 13:15:38 -0000 1.26
58 @@ -1,6 +1,9 @@
59 # ChangeLog for app-misc/ttyrec
60 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
61 -# $Header: /var/cvsroot/gentoo-x86/app-misc/ttyrec/ChangeLog,v 1.25 2013/02/25 19:50:32 pinkbyte Exp $
62 +# $Header: /var/cvsroot/gentoo-x86/app-misc/ttyrec/ChangeLog,v 1.26 2013/09/01 13:15:38 grobian Exp $
63 +
64 + 01 Sep 2013; Fabian Groffen <grobian@g.o> ttyrec-1.0.8-r1.ebuild:
65 + Unbreak build on Darwin, it isn't SVR4 compatible
66
67 25 Feb 2013; Sergey Popov <pinkbyte@g.o> -ttyrec-1.0.6.ebuild,
68 -ttyrec-1.0.8.ebuild: