Gentoo Archives: gentoo-commits

From: "Tristan Heaven (nyhm)" <nyhm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-libs/glut: glut-3.7.1.ebuild ChangeLog
Date: Tue, 15 Jan 2008 09:04:54
Message-Id: E1JEhj1-0004iw-BX@stork.gentoo.org
1 nyhm 08/01/15 09:04:51
2
3 Modified: glut-3.7.1.ebuild ChangeLog
4 Log:
5 Add x11-proto/inputproto dep, bug #205823
6 (Portage version: 2.1.4)
7
8 Revision Changes Path
9 1.33 media-libs/glut/glut-3.7.1.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/glut/glut-3.7.1.ebuild?rev=1.33&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/glut/glut-3.7.1.ebuild?rev=1.33&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/glut/glut-3.7.1.ebuild?r1=1.32&r2=1.33
14
15 Index: glut-3.7.1.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/media-libs/glut/glut-3.7.1.ebuild,v
18 retrieving revision 1.32
19 retrieving revision 1.33
20 diff -u -r1.32 -r1.33
21 --- glut-3.7.1.ebuild 31 Oct 2006 19:22:01 -0000 1.32
22 +++ glut-3.7.1.ebuild 15 Jan 2008 09:04:50 -0000 1.33
23 @@ -1,9 +1,7 @@
24 -# Copyright 1999-2006 Gentoo Foundation
25 +# Copyright 1999-2008 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/media-libs/glut/glut-3.7.1.ebuild,v 1.32 2006/10/31 19:22:01 nyhm Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/media-libs/glut/glut-3.7.1.ebuild,v 1.33 2008/01/15 09:04:50 nyhm Exp $
29
30 -WANT_AUTOMAKE=latest
31 -WANT_AUTOCONF=latest
32 inherit autotools eutils multilib
33
34 MESA_VER="5.0"
35 @@ -20,9 +18,10 @@
36 RDEPEND="virtual/opengl
37 virtual/glu
38 !media-libs/freeglut"
39 -DEPEND="${RDEPEND}"
40 +DEPEND="${RDEPEND}
41 + x11-proto/inputproto"
42
43 -S="${WORKDIR}/Mesa-${MESA_VER}"
44 +S=${WORKDIR}/Mesa-${MESA_VER}
45
46 src_unpack() {
47 unpack ${A}
48 @@ -44,19 +43,18 @@
49 # --without-glut flag actually refers to whether mesa would build with or
50 # without *external* glut, in this case we want the internal one
51 econf --without-glut || die
52 - cd "${S}"/src-glut
53 - emake || die "emake failed"
54 + emake -C src-glut || die "emake failed"
55 }
56
57 src_install() {
58 insinto /usr/$(get_libdir)
59 - newins "${S}"/src-glut/.libs/libglut.lai libglut.la || die "libtools"
60 + newins src-glut/.libs/libglut.lai libglut.la || die "libtools"
61
62 - dolib.so "${S}"/src-glut/.libs/libglut.so.${PV}
63 + dolib.so src-glut/.libs/libglut.so.${PV} || die "dolib.so"
64 dosym libglut.so.${PV} /usr/$(get_libdir)/libglut.so || die "libraries"
65 dosym libglut.so.${PV} /usr/$(get_libdir)/libglut.so.${PV//\.*/} \
66 || die "libraries"
67
68 insinto /usr/include/GL
69 - doins "${S}"/include/GL/glut* || die "headers"
70 + doins include/GL/glut* || die "headers"
71 }
72
73
74
75 1.28 media-libs/glut/ChangeLog
76
77 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/glut/ChangeLog?rev=1.28&view=markup
78 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/glut/ChangeLog?rev=1.28&content-type=text/plain
79 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/glut/ChangeLog?r1=1.27&r2=1.28
80
81 Index: ChangeLog
82 ===================================================================
83 RCS file: /var/cvsroot/gentoo-x86/media-libs/glut/ChangeLog,v
84 retrieving revision 1.27
85 retrieving revision 1.28
86 diff -u -r1.27 -r1.28
87 --- ChangeLog 31 Oct 2006 19:22:01 -0000 1.27
88 +++ ChangeLog 15 Jan 2008 09:04:50 -0000 1.28
89 @@ -1,6 +1,9 @@
90 # ChangeLog for media-libs/glut
91 -# Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2
92 -# $Header: /var/cvsroot/gentoo-x86/media-libs/glut/ChangeLog,v 1.27 2006/10/31 19:22:01 nyhm Exp $
93 +# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
94 +# $Header: /var/cvsroot/gentoo-x86/media-libs/glut/ChangeLog,v 1.28 2008/01/15 09:04:50 nyhm Exp $
95 +
96 + 15 Jan 2008; Tristan Heaven <nyhm@g.o> glut-3.7.1.ebuild:
97 + Add x11-proto/inputproto dep, bug #205823
98
99 31 Oct 2006; Tristan Heaven <nyhm@g.o> glut-3.7.1.ebuild:
100 inherit multilib for get_libdir
101
102
103
104 --
105 gentoo-commits@l.g.o mailing list