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/oggtst | |
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/oggtst')
-rw-r--r-- | media-sound/oggtst/oggtst-0.0.ebuild | 10 |
1 files changed, 5 insertions, 5 deletions
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() { |