Gentoo Archives: gentoo-commits

From: "Chi-Thanh Christopher Nguyen (chithanh)" <chithanh@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in x11-misc/imake: imake-1.0.7.ebuild ChangeLog imake-1.0.4.ebuild
Date: Fri, 23 May 2014 16:48:36
Message-Id: 20140523164833.8377E2004C@flycatcher.gentoo.org
1 chithanh 14/05/23 16:48:33
2
3 Modified: ChangeLog
4 Added: imake-1.0.7.ebuild
5 Removed: imake-1.0.4.ebuild
6 Log:
7 Version bump. Remove old.
8
9 (Portage version: 2.2.8-r1/cvs/Linux x86_64, unsigned Manifest commit)
10
11 Revision Changes Path
12 1.69 x11-misc/imake/ChangeLog
13
14 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/imake/ChangeLog?rev=1.69&view=markup
15 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/imake/ChangeLog?rev=1.69&content-type=text/plain
16 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/imake/ChangeLog?r1=1.68&r2=1.69
17
18 Index: ChangeLog
19 ===================================================================
20 RCS file: /var/cvsroot/gentoo-x86/x11-misc/imake/ChangeLog,v
21 retrieving revision 1.68
22 retrieving revision 1.69
23 diff -u -r1.68 -r1.69
24 --- ChangeLog 8 Oct 2013 05:09:00 -0000 1.68
25 +++ ChangeLog 23 May 2014 16:48:33 -0000 1.69
26 @@ -1,6 +1,12 @@
27 # ChangeLog for x11-misc/imake
28 -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
29 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/imake/ChangeLog,v 1.68 2013/10/08 05:09:00 ago Exp $
30 +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
31 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/imake/ChangeLog,v 1.69 2014/05/23 16:48:33 chithanh Exp $
32 +
33 +*imake-1.0.7 (23 May 2014)
34 +
35 + 23 May 2014; Chí-Thanh Christopher Nguyễn <chithanh@g.o>
36 + +imake-1.0.7.ebuild, -imake-1.0.4.ebuild:
37 + Version bump. Remove old.
38
39 08 Oct 2013; Agostino Sarubbo <ago@g.o> imake-1.0.6.ebuild:
40 Stable for x86, wrt bug #475480
41
42
43
44 1.1 x11-misc/imake/imake-1.0.7.ebuild
45
46 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/imake/imake-1.0.7.ebuild?rev=1.1&view=markup
47 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/imake/imake-1.0.7.ebuild?rev=1.1&content-type=text/plain
48
49 Index: imake-1.0.7.ebuild
50 ===================================================================
51 # Copyright 1999-2014 Gentoo Foundation
52 # Distributed under the terms of the GNU General Public License v2
53 # $Header: /var/cvsroot/gentoo-x86/x11-misc/imake/imake-1.0.7.ebuild,v 1.1 2014/05/23 16:48:33 chithanh Exp $
54
55 EAPI=5
56
57 XORG_STATIC=no
58 inherit xorg-2
59
60 DESCRIPTION="C preprocessor interface to the make utility"
61 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
62 IUSE=""
63
64 RDEPEND="x11-misc/xorg-cf-files"
65 DEPEND="${RDEPEND}
66 x11-proto/xproto"
67
68 src_prepare() {
69 # don't use Sun compilers on Solaris, we want GCC from prefix
70 sed -i \
71 -e "1s/^/#if defined(sun)\n# undef sun\n#endif/" \
72 imake.c imakemdep.h || die "sed failed"
73 xorg-2_src_prepare
74 }