diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-07-15 02:48:57 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-07-15 02:48:57 +0000 |
commit | 6cdf83ad556c2709f36e6a4d000ca10360bb3614 (patch) | |
tree | 96f7864296b8d7bdb9ebef09336e9057cc84615c /sys-apps/ren | |
parent | sync IUSE (missing), don't assign S=${WORKDIR}/${P}, trim trailing whitespace (diff) | |
download | historical-6cdf83ad556c2709f36e6a4d000ca10360bb3614.tar.gz historical-6cdf83ad556c2709f36e6a4d000ca10360bb3614.tar.bz2 historical-6cdf83ad556c2709f36e6a4d000ca10360bb3614.zip |
sync IUSE (missing), don't assign S=${WORKDIR}/${P}
Diffstat (limited to 'sys-apps/ren')
-rw-r--r-- | sys-apps/ren/ren-1.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-apps/ren/ren-1.0.ebuild b/sys-apps/ren/ren-1.0.ebuild index 5f1de4d792e7..aeb45b26683e 100644 --- a/sys-apps/ren/ren-1.0.ebuild +++ b/sys-apps/ren/ren-1.0.ebuild @@ -1,13 +1,13 @@ # Copyright 1999-2004 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.11 2004/07/01 21:37:20 eradicator Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/ren/ren-1.0.ebuild,v 1.12 2004/07/15 02:28:37 agriffis Exp $ -S="${WORKDIR}/${P}" DESCRIPTION="Renames multiple files" HOMEPAGE="http://freshmeat.net/projects/ren" SRC_URI="http://www.ibiblio.org/pub/Linux/utils/file/${P}.tar.gz" KEYWORDS="x86 amd64 ppc sparc " +IUSE="" SLOT="0" LICENSE="as-is" |