From c404d03cf390b8a4ec3a19103bedea41c72ebf2b Mon Sep 17 00:00:00 2001 From: Thomas Matthijs Date: Fri, 7 Oct 2005 16:11:51 +0000 Subject: remove --with-gnu-ld at the request of Flameeyes (Portage version: 2.0.53_rc4) --- media-sound/mpc/Manifest | 6 +++--- media-sound/mpc/mpc-0.11.1.ebuild | 11 +---------- media-sound/mpc/mpc-0.11.2.ebuild | 11 +---------- 3 files changed, 5 insertions(+), 23 deletions(-) (limited to 'media-sound/mpc') diff --git a/media-sound/mpc/Manifest b/media-sound/mpc/Manifest index fa700f4c7ed9..9bcf2e7a1d5f 100644 --- a/media-sound/mpc/Manifest +++ b/media-sound/mpc/Manifest @@ -1,6 +1,6 @@ MD5 e33384f4c78d2d3054e8a20a20ebf4c4 ChangeLog 3225 -MD5 a1eaeb2ae801daeb712c90c060e922dc metadata.xml 158 -MD5 b06eb11d5a98a7ccd95921a65fa28e66 mpc-0.11.1.ebuild 767 -MD5 be874b3ac9e41862c7de66e02728eba6 mpc-0.11.2.ebuild 821 MD5 ab013848b29e651a3af56444dec8b576 files/digest-mpc-0.11.1 62 MD5 bd15a464df3a1f1cd0f65b81b8aa0b47 files/digest-mpc-0.11.2 62 +MD5 a1eaeb2ae801daeb712c90c060e922dc metadata.xml 158 +MD5 b06eb11d5a98a7ccd95921a65fa28e66 mpc-0.11.1.ebuild 767 +MD5 27ed24b6c46c3e71821d7878662429f0 mpc-0.11.2.ebuild 687 diff --git a/media-sound/mpc/mpc-0.11.1.ebuild b/media-sound/mpc/mpc-0.11.1.ebuild index 4ee26b493b9b..7d7a950e2c87 100644 --- a/media-sound/mpc/mpc-0.11.1.ebuild +++ b/media-sound/mpc/mpc-0.11.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/mpc/mpc-0.11.1.ebuild,v 1.6 2005/02/11 13:20:19 axxo Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/mpc/mpc-0.11.1.ebuild,v 1.7 2005/10/07 16:11:51 axxo Exp $ inherit bash-completion @@ -15,15 +15,6 @@ LICENSE="GPL-2" DEPEND="virtual/libc" -src_compile() { - local myconf - myconf="--with-gnu-ld" - - econf ${myconf} || die "could not configure" - - emake || die "emake failed" -} - src_install() { emake install DESTDIR="${D}" || die mv ${D}/usr/share/doc/mpc/ ${D}/usr/share/doc/${PF} diff --git a/media-sound/mpc/mpc-0.11.2.ebuild b/media-sound/mpc/mpc-0.11.2.ebuild index 1f22c3daac13..542e84a1c142 100644 --- a/media-sound/mpc/mpc-0.11.2.ebuild +++ b/media-sound/mpc/mpc-0.11.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/mpc/mpc-0.11.2.ebuild,v 1.3 2005/05/22 17:25:06 gmsoft Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/mpc/mpc-0.11.2.ebuild,v 1.4 2005/10/07 16:11:51 axxo Exp $ inherit bash-completion @@ -15,15 +15,6 @@ LICENSE="GPL-2" DEPEND="virtual/libc" -src_compile() { - local myconf - myconf="--with-gnu-ld" - - econf ${myconf} || die "could not configure" - - emake || die "emake failed" -} - src_install() { emake install DESTDIR="${D}" || die mv ${D}/usr/share/doc/mpc/ ${D}/usr/share/doc/${PF} -- cgit v1.2.3-65-gdbad