diff options
Diffstat (limited to 'sys-apps/ren/ren-1.0.ebuild')
-rw-r--r-- | sys-apps/ren/ren-1.0.ebuild | 14 |
1 files changed, 8 insertions, 6 deletions
diff --git a/sys-apps/ren/ren-1.0.ebuild b/sys-apps/ren/ren-1.0.ebuild index 0b9b3f320179..65db1e281d54 100644 --- a/sys-apps/ren/ren-1.0.ebuild +++ b/sys-apps/ren/ren-1.0.ebuild @@ -1,15 +1,17 @@ -# Copyright 1999-2002 Gentoo Technologies, Inc. +# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/ren/ren-1.0.ebuild,v 1.1 2002/05/31 03:05:42 agenkin Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/ren/ren-1.0.ebuild,v 1.1.1.1 2005/11/30 09:56:49 chriswhite Exp $ DESCRIPTION="Renames multiple files" HOMEPAGE="http://freshmeat.net/projects/ren" - SRC_URI="http://www.ibiblio.org/pub/Linux/utils/file/${P}.tar.gz" -S="${WORKDIR}/${P}" +KEYWORDS="alpha amd64 ppc ppc-macos ppc64 sparc x86" +IUSE="" +SLOT="0" +LICENSE="as-is" -DEPEND="virtual/glibc" +DEPEND="virtual/libc" src_compile() { emake || die @@ -17,6 +19,6 @@ src_compile() { src_install() { dobin ren - dodoc README + dodoc README doman ren.1 } |