* [gentoo-commits] gentoo-x86 commit in media-libs/allegrogl: ChangeLog allegrogl-0.4.3.ebuild
@ 2009-10-28 0:13 99% Mike Frysinger (vapier)
0 siblings, 0 replies; 1+ results
From: Mike Frysinger (vapier) @ 2009-10-28 0:13 UTC (permalink / raw
To: gentoo-commits
vapier 09/10/28 00:13:49
Modified: ChangeLog allegrogl-0.4.3.ebuild
Log:
Fix by Erik Zeek to disable ldconfig run during install #290260.
(Portage version: 2.2_rc46/cvs/Linux x86_64)
Revision Changes Path
1.18 media-libs/allegrogl/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/allegrogl/ChangeLog?rev=1.18&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/allegrogl/ChangeLog?rev=1.18&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/allegrogl/ChangeLog?r1=1.17&r2=1.18
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/allegrogl/ChangeLog,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- ChangeLog 26 Feb 2008 16:10:12 -0000 1.17
+++ ChangeLog 28 Oct 2009 00:13:49 -0000 1.18
@@ -1,6 +1,9 @@
# ChangeLog for media-libs/allegrogl
-# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/allegrogl/ChangeLog,v 1.17 2008/02/26 16:10:12 fmccor Exp $
+# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/media-libs/allegrogl/ChangeLog,v 1.18 2009/10/28 00:13:49 vapier Exp $
+
+ 28 Oct 2009; Mike Frysinger <vapier@gentoo.org> allegrogl-0.4.3.ebuild:
+ Fix by Erik Zeek to disable ldconfig run during install #290260.
26 Feb 2008; Ferris McCormick <fmccor@gentoo.org> allegrogl-0.4.3.ebuild:
Add ~sparc for testing --- Bug #210519.
1.5 media-libs/allegrogl/allegrogl-0.4.3.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/allegrogl/allegrogl-0.4.3.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/allegrogl/allegrogl-0.4.3.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/allegrogl/allegrogl-0.4.3.ebuild?r1=1.4&r2=1.5
Index: allegrogl-0.4.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/allegrogl/allegrogl-0.4.3.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- allegrogl-0.4.3.ebuild 26 Feb 2008 16:10:12 -0000 1.4
+++ allegrogl-0.4.3.ebuild 28 Oct 2009 00:13:49 -0000 1.5
@@ -1,6 +1,6 @@
-# Copyright 1999-2008 Gentoo Foundation
+# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/allegrogl/allegrogl-0.4.3.ebuild,v 1.4 2008/02/26 16:10:12 fmccor Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/allegrogl/allegrogl-0.4.3.ebuild,v 1.5 2009/10/28 00:13:49 vapier Exp $
MY_PN="alleggl"
DESCRIPTION="A library to mix OpenGL graphics with Allegro routines"
@@ -32,7 +32,7 @@
}
src_install() {
- emake DESTDIR="${D}" install || die "emake install failed"
+ emake LDCONFIG=/bin/true DESTDIR="${D}" install || die "emake install failed"
dodoc changelog {bugs,extensions,faq,howto,quickstart,readme,todo}.txt
dohtml -r docs/html/*
if use examples ; then
^ permalink raw reply [relevance 99%]
Results 1-1 of 1 | reverse | options above
-- pct% links below jump to the message on this page, permalinks otherwise --
2009-10-28 0:13 99% [gentoo-commits] gentoo-x86 commit in media-libs/allegrogl: ChangeLog allegrogl-0.4.3.ebuild Mike Frysinger (vapier)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox