diff options
author | Michael Sterrett <msterret@gentoo.org> | 2003-09-10 22:43:20 +0000 |
---|---|---|
committer | Michael Sterrett <msterret@gentoo.org> | 2003-09-10 22:43:20 +0000 |
commit | 5b14abae567665879d1f477c1af45ff9602631e6 (patch) | |
tree | dddfed316455ec43754bb703d17d3803fdf95847 /media-sound/gramofile | |
parent | new version (diff) | |
download | gentoo-2-5b14abae567665879d1f477c1af45ff9602631e6.tar.gz gentoo-2-5b14abae567665879d1f477c1af45ff9602631e6.tar.bz2 gentoo-2-5b14abae567665879d1f477c1af45ff9602631e6.zip |
repoman: fix leading whitespace
Diffstat (limited to 'media-sound/gramofile')
-rw-r--r-- | media-sound/gramofile/Manifest | 2 | ||||
-rw-r--r-- | media-sound/gramofile/gramofile-1.6.ebuild | 19 |
2 files changed, 10 insertions, 11 deletions
diff --git a/media-sound/gramofile/Manifest b/media-sound/gramofile/Manifest index 645361e31eea..31593001f295 100644 --- a/media-sound/gramofile/Manifest +++ b/media-sound/gramofile/Manifest @@ -1,3 +1,3 @@ MD5 fb50866d7d82e0a86b65ddaae0d26471 ChangeLog 674 -MD5 565c682a3ef05afaf4093bfc4007f377 gramofile-1.6.ebuild 1114 +MD5 cc2e61faff9a7ee2822511b828b14f2c gramofile-1.6.ebuild 1061 MD5 9b67a0ae80d507fff7c72c73a58c9506 files/digest-gramofile-1.6 180 diff --git a/media-sound/gramofile/gramofile-1.6.ebuild b/media-sound/gramofile/gramofile-1.6.ebuild index 555e519cb24f..a7a41634d398 100644 --- a/media-sound/gramofile/gramofile-1.6.ebuild +++ b/media-sound/gramofile/gramofile-1.6.ebuild @@ -1,12 +1,12 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/gramofile/gramofile-1.6.ebuild,v 1.6 2003/09/08 07:09:44 msterret Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/gramofile/gramofile-1.6.ebuild,v 1.7 2003/09/10 22:38:35 msterret Exp $ DESCRIPTION="Gramofile" HOMEPAGE="http://panic.et.tudelft.nl/~costar/gramofile/" SRC_URI="http://panic.et.tudelft.nl/~costar/gramofile/${P}.tar.gz - http://panic.et.tudelft.nl/~costar/gramofile/tappin3a.patch - http://panic.et.tudelft.nl/~costar/gramofile/tappin3b.patch" + http://panic.et.tudelft.nl/~costar/gramofile/tappin3a.patch + http://panic.et.tudelft.nl/~costar/gramofile/tappin3b.patch" LICENSE="GPL-2" SLOT="0" @@ -15,15 +15,15 @@ KEYWORDS="x86" IUSE="" DEPEND="sys-libs/ncurses \ - dev-libs/fftw" + dev-libs/fftw" S=${WORKDIR}/${P} src_unpack() { - unpack ${P}.tar.gz - cd ${S} - patch < ${DISTDIR}/tappin3a.patch - patch < ${DISTDIR}/tappin3b.patch + unpack ${P}.tar.gz + cd ${S} + patch < ${DISTDIR}/tappin3a.patch + patch < ${DISTDIR}/tappin3b.patch } src_compile() { @@ -34,6 +34,5 @@ src_compile() { src_install() { dobin gramofile bplay_gramo brec_gramo - dodoc Signproc.txt Tracksplit2.txt README ChangeLog TODO + dodoc Signproc.txt Tracksplit2.txt README ChangeLog TODO } - |