Remove WANT_AUTOMAKE export, that would be in the wrong place. (WANT_AUTOMAKE with...
authorDiego Elio Pettenò <flameeyes@gentoo.org>
Thu, 4 Jan 2007 15:08:36 +0000 (15:08 +0000)
committerDiego Elio Pettenò <flameeyes@gentoo.org>
Thu, 4 Jan 2007 15:08:36 +0000 (15:08 +0000)
Package-Manager: portage-2.1.2_rc4-r5

media-gfx/yafray/ChangeLog
media-gfx/yafray/yafray-0.0.9.ebuild

index 34214a8a1599aa19fefce88d57343a90967f5e4f..0b182ebd1ded597afbd37e49e50bd95b644cf074 100644 (file)
@@ -1,6 +1,10 @@
 # ChangeLog for media-gfx/yafray
-# Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-gfx/yafray/ChangeLog,v 1.33 2006/09/08 19:57:12 tcort Exp $
+# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/yafray/ChangeLog,v 1.34 2007/01/04 15:08:36 flameeyes Exp $
+
+  04 Jan 2007; Diego Pettenò <flameeyes@gentoo.org> yafray-0.0.9.ebuild:
+  Remove WANT_AUTOMAKE export, that would be in the wrong place.
+  (WANT_AUTOMAKE with scons, by the way?).
 
   08 Sep 2006; Thomas Cort <tcort@gentoo.org> yafray-0.0.9.ebuild:
   Added ~alpha keyword wrt Bug #96565. Added a '\' at the end of line 41 to
index b9c9c05d47928a4cc9c232f74a5448a94db2e7c4..1019df4924d8ef71f665f746aabc3488ada78916 100644 (file)
@@ -1,6 +1,6 @@
-# Copyright 1999-2006 Gentoo Foundation
+# Copyright 1999-2007 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-gfx/yafray/yafray-0.0.9.ebuild,v 1.2 2006/09/08 19:57:12 tcort Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/yafray/yafray-0.0.9.ebuild,v 1.3 2007/01/04 15:08:36 flameeyes Exp $
 
 inherit eutils python multilib
 
@@ -20,8 +20,6 @@ DEPEND="${RDEPEND}
        >=sys-apps/sed-4
        dev-util/scons"
 
-export WANT_AUTOMAKE="1.7"
-
 S="${WORKDIR}/${PN}"
 
 src_unpack() {
@@ -46,6 +44,6 @@ src_install() {
        scons prefix="/usr" destdir="${D}" libdir="/$(get_libdir)" install || die
 
        find ${D} -name .sconsign -exec rm \{\} \;
-       dodoc AUTHORS           || die "dodoc failed"
+       dodoc AUTHORS           || die "dodoc failed"
        dohtml doc/doc.html || die "dohtml failed"
 }