diff options
author | Michael Cummings <mcummings@gentoo.org> | 2006-09-06 14:39:34 +0000 |
---|---|---|
committer | Michael Cummings <mcummings@gentoo.org> | 2006-09-06 14:39:34 +0000 |
commit | ac2afba644da3ebeb97140a505ebda3a5b5791c5 (patch) | |
tree | ebd6d545233bf46384af2c896acd40a1173f3212 /app-misc/filer/filer-0.0.12.ebuild | |
parent | Bump for a bug in how File-MimeInfo handles utf8 in weird circumstances. File... (diff) | |
download | gentoo-2-ac2afba644da3ebeb97140a505ebda3a5b5791c5.tar.gz gentoo-2-ac2afba644da3ebeb97140a505ebda3a5b5791c5.tar.bz2 gentoo-2-ac2afba644da3ebeb97140a505ebda3a5b5791c5.zip |
Patch for deleting dirs, worked with Jens (author) on this, closes bug 126514.
(Portage version: 2.1.1_rc1-r3)
Diffstat (limited to 'app-misc/filer/filer-0.0.12.ebuild')
-rw-r--r-- | app-misc/filer/filer-0.0.12.ebuild | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/app-misc/filer/filer-0.0.12.ebuild b/app-misc/filer/filer-0.0.12.ebuild index 6339ac1c284b..2b23daa2054a 100644 --- a/app-misc/filer/filer-0.0.12.ebuild +++ b/app-misc/filer/filer-0.0.12.ebuild @@ -1,6 +1,8 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-misc/filer/filer-0.0.12.ebuild,v 1.6 2006/07/06 13:01:35 ian Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-misc/filer/filer-0.0.12.ebuild,v 1.7 2006/09/06 14:39:34 mcummings Exp $ + +inherit eutils DESCRIPTION="Small file-manager written in perl" HOMEPAGE="http://blog.perldude.de/archives/category/programming/filer/" @@ -29,6 +31,7 @@ DEPEND="sys-apps/findutils" src_unpack() { unpack ${A} find ${S} -type d -name .svn | xargs rm -rf + cd ${S}; epatch ${FILESDIR}/filer-0.0.12-trash.patch } src_compile() { |