diff options
author | Michael Sterrett <msterret@gentoo.org> | 2003-09-07 00:06:43 +0000 |
---|---|---|
committer | Michael Sterrett <msterret@gentoo.org> | 2003-09-07 00:06:43 +0000 |
commit | cad3ca99bdcde520d972cb95fa50f6d3f729c8ad (patch) | |
tree | f0a0b4f1b524b02a8d5f97676c3ce66ee81788df /media-sound/gradio/gradio-1.0.1.ebuild | |
parent | whitespace cleanup (diff) | |
download | gentoo-2-cad3ca99bdcde520d972cb95fa50f6d3f729c8ad.tar.gz gentoo-2-cad3ca99bdcde520d972cb95fa50f6d3f729c8ad.tar.bz2 gentoo-2-cad3ca99bdcde520d972cb95fa50f6d3f729c8ad.zip |
repoman: trim trailing whitespace
Diffstat (limited to 'media-sound/gradio/gradio-1.0.1.ebuild')
-rw-r--r-- | media-sound/gradio/gradio-1.0.1.ebuild | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/media-sound/gradio/gradio-1.0.1.ebuild b/media-sound/gradio/gradio-1.0.1.ebuild index 42cbfc39aae2..6b314765d623 100644 --- a/media-sound/gradio/gradio-1.0.1.ebuild +++ b/media-sound/gradio/gradio-1.0.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/gradio/gradio-1.0.1.ebuild,v 1.5 2003/02/13 13:13:14 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/gradio/gradio-1.0.1.ebuild,v 1.6 2003/09/07 00:06:05 msterret Exp $ S=${WORKDIR}/${P} DESCRIPTION="GTK based app for radio tuner cards" @@ -12,21 +12,21 @@ LICENSE="GPL-2" KEYWORDS="x86" DEPEND="=x11-libs/gtk+-1.2*" - + src_compile() { - + emake || die } src_install () { - + dodir /usr/bin dodir /usr/share/man/man1 einstall \ BINDIR=${D}/usr/bin \ MANDIR=${D}/usr/share/man/man1 || die - + dodoc Changes COPYING README } |