Gentoo Archives: gentoo-commits

From: "Mike Frysinger (vapier)" <vapier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-libs/allegrogl: ChangeLog allegrogl-0.4.3.ebuild
Date: Wed, 28 Oct 2009 00:13:52
Message-Id: E1N2wAf-0000t2-Vo@stork.gentoo.org
1 vapier 09/10/28 00:13:49
2
3 Modified: ChangeLog allegrogl-0.4.3.ebuild
4 Log:
5 Fix by Erik Zeek to disable ldconfig run during install #290260.
6 (Portage version: 2.2_rc46/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.18 media-libs/allegrogl/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/allegrogl/ChangeLog?rev=1.18&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/allegrogl/ChangeLog?rev=1.18&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/allegrogl/ChangeLog?r1=1.17&r2=1.18
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/media-libs/allegrogl/ChangeLog,v
18 retrieving revision 1.17
19 retrieving revision 1.18
20 diff -u -r1.17 -r1.18
21 --- ChangeLog 26 Feb 2008 16:10:12 -0000 1.17
22 +++ ChangeLog 28 Oct 2009 00:13:49 -0000 1.18
23 @@ -1,6 +1,9 @@
24 # ChangeLog for media-libs/allegrogl
25 -# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/media-libs/allegrogl/ChangeLog,v 1.17 2008/02/26 16:10:12 fmccor Exp $
27 +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
28 +# $Header: /var/cvsroot/gentoo-x86/media-libs/allegrogl/ChangeLog,v 1.18 2009/10/28 00:13:49 vapier Exp $
29 +
30 + 28 Oct 2009; Mike Frysinger <vapier@g.o> allegrogl-0.4.3.ebuild:
31 + Fix by Erik Zeek to disable ldconfig run during install #290260.
32
33 26 Feb 2008; Ferris McCormick <fmccor@g.o> allegrogl-0.4.3.ebuild:
34 Add ~sparc for testing --- Bug #210519.
35
36
37
38 1.5 media-libs/allegrogl/allegrogl-0.4.3.ebuild
39
40 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/allegrogl/allegrogl-0.4.3.ebuild?rev=1.5&view=markup
41 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/allegrogl/allegrogl-0.4.3.ebuild?rev=1.5&content-type=text/plain
42 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/allegrogl/allegrogl-0.4.3.ebuild?r1=1.4&r2=1.5
43
44 Index: allegrogl-0.4.3.ebuild
45 ===================================================================
46 RCS file: /var/cvsroot/gentoo-x86/media-libs/allegrogl/allegrogl-0.4.3.ebuild,v
47 retrieving revision 1.4
48 retrieving revision 1.5
49 diff -u -r1.4 -r1.5
50 --- allegrogl-0.4.3.ebuild 26 Feb 2008 16:10:12 -0000 1.4
51 +++ allegrogl-0.4.3.ebuild 28 Oct 2009 00:13:49 -0000 1.5
52 @@ -1,6 +1,6 @@
53 -# Copyright 1999-2008 Gentoo Foundation
54 +# Copyright 1999-2009 Gentoo Foundation
55 # Distributed under the terms of the GNU General Public License v2
56 -# $Header: /var/cvsroot/gentoo-x86/media-libs/allegrogl/allegrogl-0.4.3.ebuild,v 1.4 2008/02/26 16:10:12 fmccor Exp $
57 +# $Header: /var/cvsroot/gentoo-x86/media-libs/allegrogl/allegrogl-0.4.3.ebuild,v 1.5 2009/10/28 00:13:49 vapier Exp $
58
59 MY_PN="alleggl"
60 DESCRIPTION="A library to mix OpenGL graphics with Allegro routines"
61 @@ -32,7 +32,7 @@
62 }
63
64 src_install() {
65 - emake DESTDIR="${D}" install || die "emake install failed"
66 + emake LDCONFIG=/bin/true DESTDIR="${D}" install || die "emake install failed"
67 dodoc changelog {bugs,extensions,faq,howto,quickstart,readme,todo}.txt
68 dohtml -r docs/html/*
69 if use examples ; then