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 | baaac18aae6328dd15a86738db2d09719c934fb2 (patch) | |
tree | a51eb2dd2defbde68d060c7979b7c3e7ba9548f5 /media-sound/oggtst | |
parent | Added LICENSE and SLOTS to meet repoman and lintool requirements (diff) | |
download | historical-baaac18aae6328dd15a86738db2d09719c934fb2.tar.gz historical-baaac18aae6328dd15a86738db2d09719c934fb2.tar.bz2 historical-baaac18aae6328dd15a86738db2d09719c934fb2.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() { |