summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego Elio Pettenò <flameeyes@gentoo.org>2006-03-08 15:46:03 +0000
committerDiego Elio Pettenò <flameeyes@gentoo.org>2006-03-08 15:46:03 +0000
commitcadcc5c0b984a076658a9ed88e8b93c0660200fd (patch)
tree28813c5d213cf600c762e07af0469213eadcd355 /media-sound
parentUse gentoo mirrors instead of dev.gentoo.org for tarball. (diff)
downloadgentoo-2-cadcc5c0b984a076658a9ed88e8b93c0660200fd.tar.gz
gentoo-2-cadcc5c0b984a076658a9ed88e8b93c0660200fd.tar.bz2
gentoo-2-cadcc5c0b984a076658a9ed88e8b93c0660200fd.zip
Use gentoo mirrors instead of dev.gentoo.org for patchset, drop virtual/libc dependency, whitespace fixes, drop old version.
(Portage version: 2.1_pre5-r4)
Diffstat (limited to 'media-sound')
-rw-r--r--media-sound/mpg123/ChangeLog9
-rw-r--r--media-sound/mpg123/files/digest-mpg123-0.59s-r82
-rw-r--r--media-sound/mpg123/mpg123-0.59s-r10.ebuild11
-rw-r--r--media-sound/mpg123/mpg123-0.59s-r8.ebuild120
-rw-r--r--media-sound/mpg123/mpg123-0.59s-r9.ebuild11
5 files changed, 17 insertions, 136 deletions
diff --git a/media-sound/mpg123/ChangeLog b/media-sound/mpg123/ChangeLog
index 4962061c3a18..2180b390320f 100644
--- a/media-sound/mpg123/ChangeLog
+++ b/media-sound/mpg123/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for media-sound/mpg123
-# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/mpg123/ChangeLog,v 1.91 2005/10/17 11:53:51 flameeyes Exp $
+# Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/media-sound/mpg123/ChangeLog,v 1.92 2006/03/08 15:46:03 flameeyes Exp $
+
+ 08 Mar 2006; Diego Pettenò <flameeyes@gentoo.org>
+ -mpg123-0.59s-r8.ebuild, mpg123-0.59s-r9.ebuild, mpg123-0.59s-r10.ebuild:
+ Use gentoo mirrors instead of dev.gentoo.org for patchset, drop virtual/libc
+ dependency, whitespace fixes, drop old version.
17 Oct 2005; Diego Pettenò <flameeyes@gentoo.org>
+files/mpg123-respectusercflags.patch, mpg123-0.59s-r10.ebuild:
diff --git a/media-sound/mpg123/files/digest-mpg123-0.59s-r8 b/media-sound/mpg123/files/digest-mpg123-0.59s-r8
deleted file mode 100644
index f3f5f0ccbc03..000000000000
--- a/media-sound/mpg123/files/digest-mpg123-0.59s-r8
+++ /dev/null
@@ -1,2 +0,0 @@
-MD5 a63675b0ea7990d4a7d7e7e14f23a3e4 mpg123-pre0.59s.tar.gz 244899
-MD5 ad67f7782c1735b8c3ce1e48175eaf2d mpg123-0.59s-gentoo-1.3.tar.bz2 6986
diff --git a/media-sound/mpg123/mpg123-0.59s-r10.ebuild b/media-sound/mpg123/mpg123-0.59s-r10.ebuild
index 163347e3600d..2605df64cf62 100644
--- a/media-sound/mpg123/mpg123-0.59s-r10.ebuild
+++ b/media-sound/mpg123/mpg123-0.59s-r10.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2005 Gentoo Foundation
+# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/mpg123/mpg123-0.59s-r10.ebuild,v 1.3 2005/10/17 11:53:51 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/mpg123/mpg123-0.59s-r10.ebuild,v 1.4 2006/03/08 15:46:03 flameeyes Exp $
inherit eutils
@@ -10,16 +10,15 @@ S="${WORKDIR}/${PN}"
DESCRIPTION="Real Time mp3 player"
HOMEPAGE="http://www.mpg123.de/"
SRC_URI="http://www.mpg123.de/mpg123/${PN}-pre${PV}.tar.gz
- http://dev.gentoo.org/~eradicator/${PN}/${P}-gentoo-${PATCH_VER}.tar.bz2"
+ mirror://gentoo/${P}-gentoo-${PATCH_VER}.tar.bz2"
LICENSE="as-is"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~mips ~ppc ~ppc-macos ~ppc64 ~sparc ~x86"
IUSE="mmx 3dnow esd nas oss"
-RDEPEND="virtual/libc
- esd? ( media-sound/esound )
- nas? ( media-libs/nas )"
+RDEPEND="esd? ( media-sound/esound )
+ nas? ( media-libs/nas )"
# alsa-1 b0rks and it's not a simple fix
# alsa? ( media-libs/alsa-lib )"
diff --git a/media-sound/mpg123/mpg123-0.59s-r8.ebuild b/media-sound/mpg123/mpg123-0.59s-r8.ebuild
deleted file mode 100644
index 9710beec4698..000000000000
--- a/media-sound/mpg123/mpg123-0.59s-r8.ebuild
+++ /dev/null
@@ -1,120 +0,0 @@
-# Copyright 1999-2005 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/mpg123/mpg123-0.59s-r8.ebuild,v 1.8 2005/09/02 12:55:47 flameeyes Exp $
-
-inherit eutils
-
-PATCH_VER=1.3
-S="${WORKDIR}/${PN}"
-
-DESCRIPTION="Real Time mp3 player"
-HOMEPAGE="http://www.mpg123.de/"
-SRC_URI="http://www.mpg123.de/mpg123/${PN}-pre${PV}.tar.gz
- http://dev.gentoo.org/~eradicator/${PN}/${P}-gentoo-${PATCH_VER}.tar.bz2"
-
-LICENSE="as-is"
-SLOT="0"
-KEYWORDS="alpha amd64 hppa ia64 mips ppc ppc64 sparc x86"
-IUSE="mmx 3dnow esd nas oss"
-
-RDEPEND="virtual/libc
- esd? ( media-sound/esound )
- nas? ( media-libs/nas )"
-
-# alsa-1 b0rks and it's not a simple fix
-# alsa? ( media-libs/alsa-lib )"
-
-DEPEND="${RDEPEND}
- >=sys-apps/sed-4"
-
-PROVIDE="virtual/mpg123"
-
-PATCHDIR="${WORKDIR}/patches"
-
-src_unpack() {
- unpack ${A}
-
- cd ${S}
- EPATCH_SUFFIX="patch"
- epatch ${PATCHDIR}
-
- sed -i "s:${PV}-mh4:${PVR}:" version.h
-}
-
-src_compile() {
- mkdir gentoo-bin
-
- # The last one in $styles is the default
- local styles
-
- use nas && styles="${styles} -nas"
- use oss && styles="${styles} -generic"
-
- case $ARCH in
- ppc64)
- use esd && styles="${styles} -ppc64-esd"
- use oss && styles="${styles} -ppc64"
-
- [ -z "${styles}" ] && styles="-ppc64"
- ;;
- ppc)
- use esd && styles="${styles} -ppc-esd"
- use oss && styles="${styles} -ppc"
-
- [ -z "${styles}" ] && styles="-ppc"
- ;;
- x86)
- use esd && styles="${styles} -esd"
- use esd && use 3dnow && styles="${styles} -3dnow-esd"
- use oss && styles="${styles} -i486"
- use oss && use mmx && styles="${styles} -mmx"
- use oss && use 3dnow && styles="${styles} -3dnow"
- # use alsa && styles="${styles} -alsa"
- # use alsa && use 3dnow && styles="${styles} -3dnow-alsa"
-
- [ -z "${styles}" ] && styles="-generic"
- ;;
- sparc*)
- use esd && styles="${styles} -sparc-esd"
- styles="${styles} -sparc -generic"
- ;;
- amd64)
- use esd && styles="${styles} -x86_64-esd"
- use oss && styles="${styles} -x86_64"
- # use alsa && styles="${styles} -x86_64-alsa"
-
- [ -z "${styles}" ] && styles="-x86_64"
- ;;
- alpha)
- use esd && styles="${styles} -alpha-esd"
- use oss && styles="${styles} -alpha"
- # use alsa && styles="${styles} -alpha-alsa"
-
- [ -z "${styles}" ] && styles="-generic"
- ;;
- mips|hppa|ia64)
- # use alsa && styles="${styles} -mips-alsa"
-
- [ -z "${styles}" ] && styles="-generic"
- ;;
- *)
- eerror "No support has been added for your architecture."
- exit 1
- ;;
- esac
-
- for style in ${styles};
- do
- make clean linux${style} CFLAGS="${CFLAGS}" || die
- mv mpg123 gentoo-bin/mpg123${style}
- [ -L "gentoo-bin/mpg123" ] && rm gentoo-bin/mpg123
- ln -s mpg123${style} gentoo-bin/mpg123
- done
-}
-
-src_install() {
- dodir /usr
- cp -R gentoo-bin ${D}/usr/bin
- doman mpg123.1
- dodoc BENCHMARKING BUGS CHANGES COPYING JUKEBOX README* TODO
-}
diff --git a/media-sound/mpg123/mpg123-0.59s-r9.ebuild b/media-sound/mpg123/mpg123-0.59s-r9.ebuild
index b010b7fb18b0..1c4fca80fd8b 100644
--- a/media-sound/mpg123/mpg123-0.59s-r9.ebuild
+++ b/media-sound/mpg123/mpg123-0.59s-r9.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2005 Gentoo Foundation
+# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/mpg123/mpg123-0.59s-r9.ebuild,v 1.10 2005/09/02 12:55:47 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/mpg123/mpg123-0.59s-r9.ebuild,v 1.11 2006/03/08 15:46:03 flameeyes Exp $
inherit eutils
@@ -10,16 +10,15 @@ S="${WORKDIR}/${PN}"
DESCRIPTION="Real Time mp3 player"
HOMEPAGE="http://www.mpg123.de/"
SRC_URI="http://www.mpg123.de/mpg123/${PN}-pre${PV}.tar.gz
- http://dev.gentoo.org/~eradicator/${PN}/${P}-gentoo-${PATCH_VER}.tar.bz2"
+ mirror://gentoo/${P}-gentoo-${PATCH_VER}.tar.bz2"
LICENSE="as-is"
SLOT="0"
KEYWORDS="alpha amd64 hppa ia64 mips ppc ppc-macos ppc64 sparc x86"
IUSE="mmx 3dnow esd nas oss"
-RDEPEND="virtual/libc
- esd? ( media-sound/esound )
- nas? ( media-libs/nas )"
+RDEPEND="esd? ( media-sound/esound )
+ nas? ( media-libs/nas )"
# alsa-1 b0rks and it's not a simple fix
# alsa? ( media-libs/alsa-lib )"