Gentoo Archives: gentoo-commits

From: "Fabian Groffen (grobian)" <grobian@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-libs/glew: glew-1.9.0.ebuild ChangeLog
Date: Sat, 29 Sep 2012 13:56:44
Message-Id: 20120929135628.5877821600@flycatcher.gentoo.org
1 grobian 12/09/29 13:56:28
2
3 Modified: glew-1.9.0.ebuild ChangeLog
4 Log:
5 Fix build of dylibs on Darwin, bug #433934, keyworded ~x{86,64}-macos
6
7 (Portage version: 2.2.01.21143-prefix/cvs/Darwin i386)
8
9 Revision Changes Path
10 1.2 media-libs/glew/glew-1.9.0.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/glew/glew-1.9.0.ebuild?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/glew/glew-1.9.0.ebuild?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/glew/glew-1.9.0.ebuild?r1=1.1&r2=1.2
15
16 Index: glew-1.9.0.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/media-libs/glew/glew-1.9.0.ebuild,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- glew-1.9.0.ebuild 7 Aug 2012 04:32:20 -0000 1.1
23 +++ glew-1.9.0.ebuild 29 Sep 2012 13:56:28 -0000 1.2
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2012 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/media-libs/glew/glew-1.9.0.ebuild,v 1.1 2012/08/07 04:32:20 radhermit Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/media-libs/glew/glew-1.9.0.ebuild,v 1.2 2012/09/29 13:56:28 grobian Exp $
29
30 EAPI=4
31 inherit multilib toolchain-funcs
32 @@ -11,7 +11,7 @@
33
34 LICENSE="BSD MIT"
35 SLOT="0"
36 -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"
37 +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
38 IUSE="doc static-libs"
39
40 RDEPEND="virtual/glu
41 @@ -55,7 +55,7 @@
42 }
43
44 src_compile(){
45 - emake "${myglewopts[@]}"
46 + emake GLEW_DEST="${EPREFIX}/usr" "${myglewopts[@]}"
47 }
48
49 src_install() {
50
51
52
53 1.81 media-libs/glew/ChangeLog
54
55 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/glew/ChangeLog?rev=1.81&view=markup
56 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/glew/ChangeLog?rev=1.81&content-type=text/plain
57 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/glew/ChangeLog?r1=1.80&r2=1.81
58
59 Index: ChangeLog
60 ===================================================================
61 RCS file: /var/cvsroot/gentoo-x86/media-libs/glew/ChangeLog,v
62 retrieving revision 1.80
63 retrieving revision 1.81
64 diff -u -r1.80 -r1.81
65 --- ChangeLog 7 Aug 2012 04:32:20 -0000 1.80
66 +++ ChangeLog 29 Sep 2012 13:56:28 -0000 1.81
67 @@ -1,6 +1,9 @@
68 # ChangeLog for media-libs/glew
69 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
70 -# $Header: /var/cvsroot/gentoo-x86/media-libs/glew/ChangeLog,v 1.80 2012/08/07 04:32:20 radhermit Exp $
71 +# $Header: /var/cvsroot/gentoo-x86/media-libs/glew/ChangeLog,v 1.81 2012/09/29 13:56:28 grobian Exp $
72 +
73 + 29 Sep 2012; Fabian Groffen <grobian@g.o> glew-1.9.0.ebuild:
74 + Fix build of dylibs on Darwin, bug #433934, keyworded ~x{86,64}-macos
75
76 *glew-1.9.0 (07 Aug 2012)
77
78 @@ -289,4 +292,3 @@
79 Initial import. Thanks to Derek Young, Vinicius Dias dos Santos, Philip
80 Allison, Wojciech Milkowski, Robert Schuster, Charles Moad and Lawrence Lee
81 for their ebuilds and testing.
82 -