diff options
author | Ian Leitch <port001@gentoo.org> | 2003-09-09 23:19:30 +0000 |
---|---|---|
committer | Ian Leitch <port001@gentoo.org> | 2003-09-09 23:19:30 +0000 |
commit | 8f947d64ce2c66f6aee25eeec894bda29b2c44fb (patch) | |
tree | 4e7e6f9ec4efcdd656519e398fa08c370aba83d9 /sys-apps/rename/rename-1.3.ebuild | |
parent | Initial commit. (diff) | |
download | historical-8f947d64ce2c66f6aee25eeec894bda29b2c44fb.tar.gz historical-8f947d64ce2c66f6aee25eeec894bda29b2c44fb.tar.bz2 historical-8f947d64ce2c66f6aee25eeec894bda29b2c44fb.zip |
Added metadata.xml and fixed white space errors in the ebuild.
Diffstat (limited to 'sys-apps/rename/rename-1.3.ebuild')
-rw-r--r-- | sys-apps/rename/rename-1.3.ebuild | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/sys-apps/rename/rename-1.3.ebuild b/sys-apps/rename/rename-1.3.ebuild index ac7861348e77..e8bf9b3930e9 100644 --- a/sys-apps/rename/rename-1.3.ebuild +++ b/sys-apps/rename/rename-1.3.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/sys-apps/rename/rename-1.3.ebuild,v 1.1 2003/09/09 16:17:22 port001 Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/rename/rename-1.3.ebuild,v 1.2 2003/09/09 23:19:26 port001 Exp $ DESCRIPTION=" Rename is a command-line rename tool. It can substitute, lowcase, upcase large numbers of file names, or change their ownerships. This is a quick and powerful tool written in C with extended regular expression support for searching and substituting pattern strings in filenames." SRC_URI="http://rename.berlios.de/rename-1.3.tar.gz" @@ -12,12 +12,12 @@ KEYWORDS="~x86 ~ppc" IUSE="" src_compile() { - econf --prefix=/usr || die "Failed to configure" - emake || die "Failed to compile" + econf --prefix=/usr || die "Failed to configure" + emake || die "Failed to compile" } src_install() { - dobin rename - doman rename.1 - dodoc README ChangeLog -} + dobin rename + doman rename.1 + dodoc README ChangeLog +} |