diff options
author | Seemant Kulleen <seemant@gentoo.org> | 2002-07-21 15:22:52 +0000 |
---|---|---|
committer | Seemant Kulleen <seemant@gentoo.org> | 2002-07-21 15:22:52 +0000 |
commit | f13feb5caa5739f6d013ff7657ccf65ff34b281d (patch) | |
tree | 219ce8f7089d29858f3401a8295932b23004eb2d /media-sound | |
parent | Added LICENSE and SLOTS to meet repoman and lintool requirements (diff) | |
download | gentoo-2-f13feb5caa5739f6d013ff7657ccf65ff34b281d.tar.gz gentoo-2-f13feb5caa5739f6d013ff7657ccf65ff34b281d.tar.bz2 gentoo-2-f13feb5caa5739f6d013ff7657ccf65ff34b281d.zip |
typo fix
Diffstat (limited to 'media-sound')
-rw-r--r-- | media-sound/mp3blaster/mp3blaster-3.1.1.ebuild | 4 | ||||
-rw-r--r-- | media-sound/oggtst/oggtst-0.0.ebuild | 10 | ||||
-rw-r--r-- | media-sound/rmxmms/rmxmms-0.5.1.ebuild | 4 |
3 files changed, 9 insertions, 9 deletions
diff --git a/media-sound/mp3blaster/mp3blaster-3.1.1.ebuild b/media-sound/mp3blaster/mp3blaster-3.1.1.ebuild index 1fff8306fdf5..97285ca60cfd 100644 --- a/media-sound/mp3blaster/mp3blaster-3.1.1.ebuild +++ b/media-sound/mp3blaster/mp3blaster-3.1.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/media-sound/mp3blaster/mp3blaster-3.1.1.ebuild,v 1.3 2002/07/21 03:07:46 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/mp3blaster/mp3blaster-3.1.1.ebuild,v 1.4 2002/07/21 15:20:12 seemant Exp $ S=${WORKDIR}/${P} DESCRIPTION="MP3 command line player" @@ -33,7 +33,7 @@ src_compile() { Makefile | cat > Makefile cd ${S} - fi + ) # parallel make does not work make CC="gcc ${CFLAGS}" CXX="c++ ${CXXFLAGS}" || die diff --git a/media-sound/oggtst/oggtst-0.0.ebuild b/media-sound/oggtst/oggtst-0.0.ebuild index a17c8f3e0e8b..37b22ff2c36b 100644 --- a/media-sound/oggtst/oggtst-0.0.ebuild +++ b/media-sound/oggtst/oggtst-0.0.ebuild @@ -1,17 +1,17 @@ -# Copyright 1999-2001 Gentoo Technologies, Inc. +# Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/media-sound/oggtst/oggtst-0.0.ebuild,v 1.3 2002/07/21 13:50:33 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/oggtst/oggtst-0.0.ebuild,v 1.4 2002/07/21 15:22:30 seemant Exp $ S=${WORKDIR}/${PN} -DESCRIPTION="A tool for calculate ogg-vorbis playing time." -SRC_URI="http://gnometoaster.rulez.org/archive//${PN}.tgz" +DESCRIPTION="A tool for calculating ogg-vorbis playing time." +SRC_URI="http://gnometoaster.rulez.org/archive/${PN}.tgz" HOMEPAGE="http://gnometoaster.rulez.org/" DEPEND=">=media-libs/libao-0.8.0 >=media-libs/libvorbis-1.0_rc2" SLOT="0" -LICENSE="GPL-2"" +LICENSE="GPL-2" KEYWORDS="x86" src_compile() { diff --git a/media-sound/rmxmms/rmxmms-0.5.1.ebuild b/media-sound/rmxmms/rmxmms-0.5.1.ebuild index d3702a33c448..82b65fc52f0c 100644 --- a/media-sound/rmxmms/rmxmms-0.5.1.ebuild +++ b/media-sound/rmxmms/rmxmms-0.5.1.ebuild @@ -1,11 +1,11 @@ # Copyright 2002, Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2. -# $Header: /var/cvsroot/gentoo-x86/media-sound/rmxmms/rmxmms-0.5.1.ebuild,v 1.2 2002/07/21 13:50:33 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/rmxmms/rmxmms-0.5.1.ebuild,v 1.3 2002/07/21 15:22:52 seemant Exp $ S=${WORKDIR}/rmxmms/${P} DESCRIPTION="RealAudio plugin for xmms" SRC_URI="ftp://ftp.xmms.org/xmms/plugins/${PN}/${P}.tar.gz" -HOMEPAGE="http://www.xmms.org http://forms.real.com/rnforms/resources/server/realsystemsdk/index.html#download"" +HOMEPAGE="http://www.xmms.org http://forms.real.com/rnforms/resources/server/realsystemsdk/index.html#download" REALSDK="rsg2sdk_r4.tar.gz" SLOT="0" |