From: Diego Elio Pettenò Date: Thu, 4 Jan 2007 15:08:36 +0000 (+0000) Subject: Remove WANT_AUTOMAKE export, that would be in the wrong place. (WANT_AUTOMAKE with... X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=8941835d60ec7bfe1627e7ad3140eaa20ee31888;p=gentoo.git Remove WANT_AUTOMAKE export, that would be in the wrong place. (WANT_AUTOMAKE with scons, by the way?). Package-Manager: portage-2.1.2_rc4-r5 --- diff --git a/media-gfx/yafray/ChangeLog b/media-gfx/yafray/ChangeLog index 34214a8a1599..0b182ebd1ded 100644 --- a/media-gfx/yafray/ChangeLog +++ b/media-gfx/yafray/ChangeLog @@ -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ò 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 yafray-0.0.9.ebuild: Added ~alpha keyword wrt Bug #96565. Added a '\' at the end of line 41 to diff --git a/media-gfx/yafray/yafray-0.0.9.ebuild b/media-gfx/yafray/yafray-0.0.9.ebuild index b9c9c05d4792..1019df4924d8 100644 --- a/media-gfx/yafray/yafray-0.0.9.ebuild +++ b/media-gfx/yafray/yafray-0.0.9.ebuild @@ -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" }