# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ inherit rox MY_PN="file_shredder" DESCRIPTION="File Shredder uses gnu shred to permanently erase files and directories" HOMEPAGE="http://gurno.com/adam/software/index.php" SRC_URI="http://gurno.com/adam/software/${MY_PN}-${PV}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~ppc ~x86" IUSE="" APPNAME="Shredder" S=${WORKDIR} # need to rename app dir since it contains a space. src_unpack() { unpack ${A} mv ${S}/File\ Shredder ${S}/${APPNAME} # remove hidden unused dir rm -fr ${S}/${APPNAME}/.xvpics }