summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Matthijs <axxo@gentoo.org>2005-10-07 16:11:51 +0000
committerThomas Matthijs <axxo@gentoo.org>2005-10-07 16:11:51 +0000
commitf5677a937e83f02bf2412193539f0b0c0fa1d0ba (patch)
tree0994153b3a501be7216400214b462aacdfff0666
parentUpdates to patches for PPC (diff)
downloadhistorical-f5677a937e83f02bf2412193539f0b0c0fa1d0ba.tar.gz
historical-f5677a937e83f02bf2412193539f0b0c0fa1d0ba.tar.bz2
historical-f5677a937e83f02bf2412193539f0b0c0fa1d0ba.zip
remove --with-gnu-ld at the request of Flameeyes
Package-Manager: portage-2.0.53_rc4
-rw-r--r--media-sound/mpc/Manifest16
-rw-r--r--media-sound/mpc/mpc-0.11.1.ebuild11
-rw-r--r--media-sound/mpc/mpc-0.11.2.ebuild11
3 files changed, 15 insertions, 23 deletions
diff --git a/media-sound/mpc/Manifest b/media-sound/mpc/Manifest
index fa700f4c7ed9..622fcdbcde40 100644
--- a/media-sound/mpc/Manifest
+++ b/media-sound/mpc/Manifest
@@ -1,6 +1,16 @@
+-----BEGIN PGP SIGNED MESSAGE-----
+Hash: SHA1
+
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 bf405a486f32cddcd75183730f1bea40 mpc-0.11.1.ebuild 633
+MD5 50de6aa005d4c19ddffa4cd2d3ee1bbd mpc-0.11.2.ebuild 685
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v1.4.2 (GNU/Linux)
+
+iD8DBQFDRp6S/rLF9B432nYRAuf9AKCAXGrTitwkQ3h86vEJ/nYvpzO0DwCdFloD
+pWQdaZKSjbYcrOjSpJSIwrY=
+=grcf
+-----END PGP SIGNATURE-----
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}