summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Cummings <mcummings@gentoo.org>2006-01-13 17:56:37 +0000
committerMichael Cummings <mcummings@gentoo.org>2006-01-13 17:56:37 +0000
commitb122338386c701e8083ac50d9c2c3bd7af3ae02c (patch)
tree4816adffba50a6c2f62440c9f8baf25667ece6f5 /app-misc/filer/filer-0.0.8.ebuild
parentStable on IA64. (diff)
downloadhistorical-b122338386c701e8083ac50d9c2c3bd7af3ae02c.tar.gz
historical-b122338386c701e8083ac50d9c2c3bd7af3ae02c.tar.bz2
historical-b122338386c701e8083ac50d9c2c3bd7af3ae02c.zip
Marking stable x86
Package-Manager: portage-2.1_pre1
Diffstat (limited to 'app-misc/filer/filer-0.0.8.ebuild')
-rw-r--r--app-misc/filer/filer-0.0.8.ebuild40
1 files changed, 0 insertions, 40 deletions
diff --git a/app-misc/filer/filer-0.0.8.ebuild b/app-misc/filer/filer-0.0.8.ebuild
deleted file mode 100644
index 4ed6d94a88aa..000000000000
--- a/app-misc/filer/filer-0.0.8.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2005 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-misc/filer/filer-0.0.8.ebuild,v 1.3 2005/06/09 18:40:56 dang Exp $
-
-DESCRIPTION="Small file-manager written in perl"
-HOMEPAGE="http://blog.perldude.de/projects/filer/"
-SRC_URI="http://perldude.de/projects/${PN}/downloads/${P}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~sparc ~x86"
-IUSE=""
-
-RDEPEND="dev-lang/perl
- dev-perl/gtk2-perl
- dev-perl/gtk2-gladexml
- dev-perl/File-MimeInfo
- perl-core/File-Temp
- dev-perl/TimeDate
- dev-perl/Stat-lsMode"
-DEPEND="sys-apps/findutils"
-
-S=${WORKDIR}/${PN}
-
-src_unpack() {
- unpack ${A}
-
- find ${S} -type d -name .svn | xargs rm -rf
-}
-
-src_compile() {
- true
-}
-
-src_install() {
- newbin filer.pl filer || die "newbin failed"
- insinto /usr/lib/filer
- doins -r Filer icons lib.pl || die "doins failed"
- dodoc AUTHORS || die "dodoc failed"
-}