diff options
-rw-r--r-- | media-sound/mpg123/ChangeLog | 6 | ||||
-rw-r--r-- | media-sound/mpg123/Manifest | 10 | ||||
-rw-r--r-- | media-sound/mpg123/files/digest-mpg123-0.59s-r1 | 1 | ||||
-rw-r--r-- | media-sound/mpg123/mpg123-0.59s-r1.ebuild | 70 |
4 files changed, 9 insertions, 78 deletions
diff --git a/media-sound/mpg123/ChangeLog b/media-sound/mpg123/ChangeLog index e7cdafa5623f..391de738040b 100644 --- a/media-sound/mpg123/ChangeLog +++ b/media-sound/mpg123/ChangeLog @@ -1,6 +1,10 @@ # 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.32 2004/02/15 22:04:19 avenj Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/mpg123/ChangeLog,v 1.33 2004/02/16 00:21:05 eradicator Exp $ + + 15 Feb 2004; Jeremy Huddleston <eradicator@gentoo.org> + mpg123-0.59s-r1.ebuild: + Removing unsecure ebuild. 15 Feb 2004; Jon Portnoy <avenj@gentoo.org> mpg123-0.59s-r2.ebuild : Stable on AMD64. diff --git a/media-sound/mpg123/Manifest b/media-sound/mpg123/Manifest index c0e502802f91..714f7bf848bf 100644 --- a/media-sound/mpg123/Manifest +++ b/media-sound/mpg123/Manifest @@ -1,14 +1,12 @@ -MD5 621b3fe616865afe9e7b0a17b0ae7f16 ChangeLog 6021 MD5 6fe0923405fd212df592de5005a34369 mpg123-0.59r-r2.ebuild 1695 MD5 7aa6c50aaeed1396e7df6378e2e3bd78 mpg123-0.59r-r3.ebuild 1630 -MD5 a1eaeb2ae801daeb712c90c060e922dc metadata.xml 158 MD5 de27003e09ff54a50df02f1816510988 mpg123-0.59s-r2.ebuild 1710 -MD5 beea694d0f36f97fd7ff41183ba3c741 mpg123-0.59s-r1.ebuild 1677 +MD5 e5431d4d7ebc3594190a11ecfa6b9ba7 ChangeLog 6138 +MD5 a1eaeb2ae801daeb712c90c060e922dc metadata.xml 158 +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 1d1f7b49b09cb2394ef7a7dd893b1fea files/digest-mpg123-0.59r-r3 134 -MD5 78e5e78b54876dbecebb45acec8fb449 files/digest-mpg123-0.59s-r1 67 -MD5 7d563752464873b664d7d242e9d06bbd files/mpg123-0.59s-amd64.patch 2680 -MD5 a80297615f6515bb5631c177511c989a files/mpg123-0.59s-security.diff 1075 MD5 78e5e78b54876dbecebb45acec8fb449 files/digest-mpg123-0.59s-r2 67 +MD5 a80297615f6515bb5631c177511c989a files/mpg123-0.59s-security.diff 1075 MD5 7130077c0324ee5b3cfd58e291976a0e files/mpg123-0.59s-heapfix.diff 337 diff --git a/media-sound/mpg123/files/digest-mpg123-0.59s-r1 b/media-sound/mpg123/files/digest-mpg123-0.59s-r1 deleted file mode 100644 index 88b7f6bafc5b..000000000000 --- a/media-sound/mpg123/files/digest-mpg123-0.59s-r1 +++ /dev/null @@ -1 +0,0 @@ -MD5 a63675b0ea7990d4a7d7e7e14f23a3e4 mpg123-pre0.59s.tar.gz 244899 diff --git a/media-sound/mpg123/mpg123-0.59s-r1.ebuild b/media-sound/mpg123/mpg123-0.59s-r1.ebuild deleted file mode 100644 index d3648bb4e9c7..000000000000 --- a/media-sound/mpg123/mpg123-0.59s-r1.ebuild +++ /dev/null @@ -1,70 +0,0 @@ -# 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.11 2004/02/15 21:40:34 eradicator Exp $ - -inherit eutils - -S=${WORKDIR}/mpg123 -DESCRIPTION="Real Time mp3 player" -HOMEPAGE="http://www.mpg123.de/" -SRC_URI="http://www.mpg123.de/mpg123/${PN}-pre${PV}.tar.gz" - -SLOT="0" -LICENSE="as-is" -KEYWORDS="x86 ia64 ~amd64 ppc sparc alpha ~hppa ~mips" - -PROVIDE="virtual/mpg123" - -DEPEND="virtual/glibc - >=sys-apps/sed-4" - -src_unpack () { - unpack ${A} && cd ${S} || die "unpack failed" - - # Apply security fix - epatch ${FILESDIR}/${P}-security.diff - - # Add linux-generic target - epatch ${FILESDIR}/${PV}-generic.patch - - # Always apply this patch, even though it's particularly for - # amd64. It's good to understand the distinction between int and - # long: ANSI says that int should be 32-bits, long should be the - # native size of the CPU (usually the same as a pointer). - epatch ${FILESDIR}/mpg123-0.59s-amd64.patch - - # Don't force gcc since icc/ccc might be possible - sed -i -e "s|CC=gcc||" Makefile - - # Fix a glitch in the ppc-related section of the Makefile - sed -i -e "s:-mcpu=ppc::" Makefile -} - -src_compile() { - local style="" - - case $ARCH in - ppc) - style="-ppc";; - x86) - use mmx && style="-mmx" || style="-i486";; - sparc*) - style="-sparc";; - amd64|x86_64) - style="-x86_64";; - alpha) - style="-alpha";; - arm|hppa|ia64) - style="-generic";; - esac - - make linux${style} RPM_OPT_FLAGS="${CFLAGS}" || die -} - -src_install () { - into /usr - dobin mpg123 - doman mpg123.1 - dodoc BENCHMARKING BUGS CHANGES COPYING JUKEBOX README* TODO -} - |