summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArcady Genkin <agenkin@gentoo.org>2002-05-22 20:26:30 +0000
committerArcady Genkin <agenkin@gentoo.org>2002-05-22 20:26:30 +0000
commita9f69f26160b832a6ace1712b11099083d625450 (patch)
tree2d8f5a8ece1f90cb6f3a66cbd44b377539f59d8a /media-sound/id3v2
parentInitial release of package. (diff)
downloadhistorical-a9f69f26160b832a6ace1712b11099083d625450.tar.gz
historical-a9f69f26160b832a6ace1712b11099083d625450.tar.bz2
historical-a9f69f26160b832a6ace1712b11099083d625450.zip
Fixed indentation.
Diffstat (limited to 'media-sound/id3v2')
-rw-r--r--media-sound/id3v2/id3v2-0.1.7.ebuild20
1 files changed, 10 insertions, 10 deletions
diff --git a/media-sound/id3v2/id3v2-0.1.7.ebuild b/media-sound/id3v2/id3v2-0.1.7.ebuild
index 47e6efdb4a3e..8997e87d57c5 100644
--- a/media-sound/id3v2/id3v2-0.1.7.ebuild
+++ b/media-sound/id3v2/id3v2-0.1.7.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2001 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License, v2 or later
-# $Header: /var/cvsroot/gentoo-x86/media-sound/id3v2/id3v2-0.1.7.ebuild,v 1.1 2002/05/22 20:24:55 agenkin Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/id3v2/id3v2-0.1.7.ebuild,v 1.2 2002/05/22 20:26:30 agenkin Exp $
DESCRIPTION="A command line editor for id3v2 tags."
HOMEPAGE="http://id3v2.sourceforge.net/"
@@ -13,11 +13,11 @@ S=${WORKDIR}/${P}
src_unpack()
{
unpack "${A}"
- cd "${S}"
- # The tarball came with a compiled binary. ;^)
- make clean
- sed -e "/g++/ s|-g|${CFLAGS}|" < Makefile > Makefile.hacked
- mv Makefile.hacked Makefile
+ cd "${S}"
+ # The tarball came with a compiled binary. ;^)
+ make clean
+ sed -e "/g++/ s|-g|${CFLAGS}|" < Makefile > Makefile.hacked
+ mv Makefile.hacked Makefile
}
src_compile()
@@ -25,9 +25,9 @@ src_compile()
emake || die
}
-src_install ()
+src_install()
{
- dobin id3v2
- doman id3v2.1
- dodoc COPYING INSTALL README
+ dobin id3v2
+ doman id3v2.1
+ dodoc COPYING INSTALL README
}