summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuca Barbato <lu_zero@gentoo.org>2004-02-09 21:06:46 +0000
committerLuca Barbato <lu_zero@gentoo.org>2004-02-09 21:06:46 +0000
commitd215c66a896fcfb30a3407378d17050e0467b9fa (patch)
treec6844f568d4c8cdbe77e9b0556139a5de0e56a72 /media-sound/mpg123
parentversion bump (diff)
downloadhistorical-d215c66a896fcfb30a3407378d17050e0467b9fa.tar.gz
historical-d215c66a896fcfb30a3407378d17050e0467b9fa.tar.bz2
historical-d215c66a896fcfb30a3407378d17050e0467b9fa.zip
removed -mcpu=ppc from the Makefile
Diffstat (limited to 'media-sound/mpg123')
-rw-r--r--media-sound/mpg123/ChangeLog5
-rw-r--r--media-sound/mpg123/Manifest18
-rw-r--r--media-sound/mpg123/mpg123-0.59s-r1.ebuild3
3 files changed, 15 insertions, 11 deletions
diff --git a/media-sound/mpg123/ChangeLog b/media-sound/mpg123/ChangeLog
index 5146c5e6be3b..cb44f572b8c5 100644
--- a/media-sound/mpg123/ChangeLog
+++ b/media-sound/mpg123/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for media-sound/mpg123
# Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/mpg123/ChangeLog,v 1.25 2004/02/08 04:51:50 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/mpg123/ChangeLog,v 1.26 2004/02/09 21:06:46 lu_zero Exp $
+
+ 09 Feb 2004; Luca Barbato <lu_zero@gentoo.org> mpg123-0.59s-r1.ebuild:
+ Fixed a glitch in the ppc related section of Makefile.
07 Feb 2004; Aron Griffis <agriffis@gentoo.org> mpg123-0.59s-r1.ebuild:
Majorly clean up the arch support in this ebuild
diff --git a/media-sound/mpg123/Manifest b/media-sound/mpg123/Manifest
index 86bedcc830c1..bd579147baae 100644
--- a/media-sound/mpg123/Manifest
+++ b/media-sound/mpg123/Manifest
@@ -1,12 +1,12 @@
-MD5 613122592c4af17eddf8497901367100 ChangeLog 4861
-MD5 3b0e492ea145f235680eaf01783adf87 mpg123-0.59r-r3.ebuild 1603
-MD5 f7a5849c9d0381f667738a7ad2820c2b mpg123-0.59r-r2.ebuild 1667
-MD5 683e388878cc217eaa024902965e101f mpg123-0.59s.ebuild 1368
-MD5 494b4936ef8e9db7e829f9cf84d09fe5 mpg123-0.59s-r1.ebuild 1560
+MD5 87ba8b3102868745e34c9724349e4792 mpg123-0.59s.ebuild 1367
+MD5 c376cdf5498323b16bc191ef81fe4bc0 mpg123-0.59r-r3.ebuild 1602
+MD5 9d0a0b2e8441e13d985b2d9ab96815c9 mpg123-0.59r-r2.ebuild 1666
+MD5 5540a7e556ce84d8117dd5257fbf51df ChangeLog 4990
+MD5 432d59a5c05740c6f460c651400cda49 mpg123-0.59s-r1.ebuild 1594
+MD5 78e5e78b54876dbecebb45acec8fb449 files/digest-mpg123-0.59s 67
MD5 a80297615f6515bb5631c177511c989a files/mpg123-0.59s-security.diff 1075
-MD5 7d563752464873b664d7d242e9d06bbd files/mpg123-0.59s-amd64.patch 2680
-MD5 7c93b2634ad65c23562f86f6e0b051e2 files/0.59s-generic.patch 532
MD5 8936a4142ebda9826bda6818a51e1524 files/digest-mpg123-0.59r-r2 64
-MD5 78e5e78b54876dbecebb45acec8fb449 files/digest-mpg123-0.59s 67
-MD5 1d1f7b49b09cb2394ef7a7dd893b1fea files/digest-mpg123-0.59r-r3 134
+MD5 7c93b2634ad65c23562f86f6e0b051e2 files/0.59s-generic.patch 532
+MD5 7d563752464873b664d7d242e9d06bbd files/mpg123-0.59s-amd64.patch 2680
MD5 78e5e78b54876dbecebb45acec8fb449 files/digest-mpg123-0.59s-r1 67
+MD5 1d1f7b49b09cb2394ef7a7dd893b1fea files/digest-mpg123-0.59r-r3 134
diff --git a/media-sound/mpg123/mpg123-0.59s-r1.ebuild b/media-sound/mpg123/mpg123-0.59s-r1.ebuild
index 8aa01c35fd93..6fcbc74bfbd0 100644
--- a/media-sound/mpg123/mpg123-0.59s-r1.ebuild
+++ b/media-sound/mpg123/mpg123-0.59s-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/mpg123/mpg123-0.59s-r1.ebuild,v 1.6 2004/02/08 04:51:50 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/mpg123/mpg123-0.59s-r1.ebuild,v 1.7 2004/02/09 21:06:46 lu_zero Exp $
inherit eutils
@@ -33,6 +33,7 @@ src_unpack () {
# Don't force gcc since icc/ccc might be possible
sed -i -e "s|CC=gcc||" Makefile
+ sed -i -e "s:-mcpu=ppc::" Makefile
}
src_compile() {