# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ SLOT="0" LICENSE="GPL" KEYWORDS="alpha amd64 arm hppa ia64 m68k mips ppc ppc64 s390 sh sparc x86" DESCRIPTION="GPRename is a powerful batch renamer for file and directory" SRC_URI="gprename-{$P}.tar.bz2" HOMEPAGE="http://gprename.sourceforge.net" IUSE="" DEPEND="perl? ( dev-lang/perl ) gtk-perl? ( dev-perl/gtk-perl )" src_unpack() { unpack ${A} cd "${S}" }