diff options
author | Diego Elio Pettenò <flameeyes@gentoo.org> | 2008-09-29 09:06:11 +0000 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@gentoo.org> | 2008-09-29 09:06:11 +0000 |
commit | c430b811c72758f6a384fff2cf7a43f6468625a8 (patch) | |
tree | 42bf1a84989efc2a78138644c7069cc8569f8411 /media-sound | |
parent | New version for GNOME-2.24. Bug fixes, new gconf schemas other GNOME componen... (diff) | |
download | historical-c430b811c72758f6a384fff2cf7a43f6468625a8.tar.gz historical-c430b811c72758f6a384fff2cf7a43f6468625a8.tar.bz2 historical-c430b811c72758f6a384fff2cf7a43f6468625a8.zip |
Avoid double econf run with EAPI=2.
Package-Manager: portage-2.2_rc11/cvs/Linux 2.6.26-gentoo-r1 x86_64
Diffstat (limited to 'media-sound')
-rw-r--r-- | media-sound/ecasound/ChangeLog | 6 | ||||
-rw-r--r-- | media-sound/ecasound/ecasound-2.5.2-r1.ebuild | 6 | ||||
-rw-r--r-- | media-sound/fluidsynth/ChangeLog | 6 | ||||
-rw-r--r-- | media-sound/fluidsynth/fluidsynth-1.0.8-r1.ebuild | 6 |
4 files changed, 14 insertions, 10 deletions
diff --git a/media-sound/ecasound/ChangeLog b/media-sound/ecasound/ChangeLog index d9c539749c4b..2827a1c00f6d 100644 --- a/media-sound/ecasound/ChangeLog +++ b/media-sound/ecasound/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for media-sound/ecasound # Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/ecasound/ChangeLog,v 1.48 2008/09/29 05:55:27 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/ecasound/ChangeLog,v 1.49 2008/09/29 09:05:39 flameeyes Exp $ + + 29 Sep 2008; Diego Pettenò <flameeyes@gentoo.org> + ecasound-2.5.2-r1.ebuild: + Avoid double econf run with EAPI=2. *ecasound-2.5.2-r1 (29 Sep 2008) diff --git a/media-sound/ecasound/ecasound-2.5.2-r1.ebuild b/media-sound/ecasound/ecasound-2.5.2-r1.ebuild index ad3a3fea9925..7d2ddb4c7d29 100644 --- a/media-sound/ecasound/ecasound-2.5.2-r1.ebuild +++ b/media-sound/ecasound/ecasound-2.5.2-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/ecasound/ecasound-2.5.2-r1.ebuild,v 1.1 2008/09/29 05:55:27 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/ecasound/ecasound-2.5.2-r1.ebuild,v 1.2 2008/09/29 09:05:39 flameeyes Exp $ EAPI=2 @@ -30,7 +30,7 @@ DEPEND="python? ( dev-lang/python ) sndfile? ( media-libs/libsndfile ) sys-libs/readline" -src_compile() { +src_configure() { local PYConf if use python; then @@ -56,8 +56,6 @@ src_compile() { --with-largefile \ --enable-sys-readline \ ${PYConf} || die "econf failed" - - emake || die "emake failed" } src_install() { diff --git a/media-sound/fluidsynth/ChangeLog b/media-sound/fluidsynth/ChangeLog index 0a49c5a89650..4104c48f620b 100644 --- a/media-sound/fluidsynth/ChangeLog +++ b/media-sound/fluidsynth/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for media-sound/fluidsynth # Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/fluidsynth/ChangeLog,v 1.43 2008/09/29 05:58:47 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/fluidsynth/ChangeLog,v 1.44 2008/09/29 09:06:11 flameeyes Exp $ + + 29 Sep 2008; Diego Pettenò <flameeyes@gentoo.org> + fluidsynth-1.0.8-r1.ebuild: + Avoid double econf run with EAPI=2. *fluidsynth-1.0.8-r1 (29 Sep 2008) diff --git a/media-sound/fluidsynth/fluidsynth-1.0.8-r1.ebuild b/media-sound/fluidsynth/fluidsynth-1.0.8-r1.ebuild index 5546ae435fac..697b348017b9 100644 --- a/media-sound/fluidsynth/fluidsynth-1.0.8-r1.ebuild +++ b/media-sound/fluidsynth/fluidsynth-1.0.8-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/fluidsynth/fluidsynth-1.0.8-r1.ebuild,v 1.1 2008/09/29 05:58:47 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/fluidsynth/fluidsynth-1.0.8-r1.ebuild,v 1.2 2008/09/29 09:06:11 flameeyes Exp $ EAPI=2 @@ -33,7 +33,7 @@ pkg_setup() { fi } -src_compile() { +src_configure() { local myconf if use alsa; then @@ -55,8 +55,6 @@ src_compile() { $(use_enable debug) \ $(use_with readline) \ ${myconf} || die "./configure failed" - - emake || die "make failed" } src_install() { |