Gentoo Archives: gentoo-commits

From: "Alexis Ballier (aballier)" <aballier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-libs/glew: glew-1.7.0.ebuild ChangeLog
Date: Tue, 29 May 2012 13:57:54
Message-Id: 20120529135744.7D03C2004B@flycatcher.gentoo.org
1 aballier 12/05/29 13:57:44
2
3 Modified: glew-1.7.0.ebuild ChangeLog
4 Log:
5 build it the linux way (PIC and so on) on freebsd and keyword ~amd64-fbsd
6
7 (Portage version: 2.2.0_alpha108/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.2 media-libs/glew/glew-1.7.0.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/glew/glew-1.7.0.ebuild?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/glew/glew-1.7.0.ebuild?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/glew/glew-1.7.0.ebuild?r1=1.1&r2=1.2
15
16 Index: glew-1.7.0.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/media-libs/glew/glew-1.7.0.ebuild,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- glew-1.7.0.ebuild 1 Oct 2011 07:11:27 -0000 1.1
23 +++ glew-1.7.0.ebuild 29 May 2012 13:57:44 -0000 1.2
24 @@ -1,6 +1,6 @@
25 -# Copyright 1999-2011 Gentoo Foundation
26 +# Copyright 1999-2012 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/media-libs/glew/glew-1.7.0.ebuild,v 1.1 2011/10/01 07:11:27 radhermit Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/media-libs/glew/glew-1.7.0.ebuild,v 1.2 2012/05/29 13:57:44 aballier Exp $
30
31 EAPI=4
32 inherit multilib toolchain-funcs
33 @@ -11,7 +11,7 @@
34
35 LICENSE="BSD MIT"
36 SLOT="0"
37 -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux ~sparc-solaris ~x64-solaris ~x86-solaris"
38 +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux ~sparc-solaris ~x64-solaris ~x86-solaris"
39 IUSE="doc static-libs"
40
41 RDEPEND="x11-libs/libXmu
42 @@ -50,6 +50,8 @@
43
44 # don't do stupid Solaris specific stuff that won't work in Prefix
45 cp config/Makefile.linux config/Makefile.solaris || die
46 + # and let freebsd be built as on linux too
47 + cp config/Makefile.linux config/Makefile.freebsd || die
48 }
49
50 src_compile(){
51
52
53
54 1.78 media-libs/glew/ChangeLog
55
56 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/glew/ChangeLog?rev=1.78&view=markup
57 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/glew/ChangeLog?rev=1.78&content-type=text/plain
58 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/glew/ChangeLog?r1=1.77&r2=1.78
59
60 Index: ChangeLog
61 ===================================================================
62 RCS file: /var/cvsroot/gentoo-x86/media-libs/glew/ChangeLog,v
63 retrieving revision 1.77
64 retrieving revision 1.78
65 diff -u -r1.77 -r1.78
66 --- ChangeLog 15 Mar 2012 21:36:30 -0000 1.77
67 +++ ChangeLog 29 May 2012 13:57:44 -0000 1.78
68 @@ -1,6 +1,9 @@
69 # ChangeLog for media-libs/glew
70 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
71 -# $Header: /var/cvsroot/gentoo-x86/media-libs/glew/ChangeLog,v 1.77 2012/03/15 21:36:30 ssuominen Exp $
72 +# $Header: /var/cvsroot/gentoo-x86/media-libs/glew/ChangeLog,v 1.78 2012/05/29 13:57:44 aballier Exp $
73 +
74 + 29 May 2012; Alexis Ballier <aballier@g.o> glew-1.7.0.ebuild:
75 + build it the linux way (PIC and so on) on freebsd and keyword ~amd64-fbsd
76
77 15 Mar 2012; Samuli Suominen <ssuominen@g.o> -glew-1.5.6.ebuild:
78 old