summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph Mende <angelos@gentoo.org>2011-02-19 16:58:43 +0000
committerChristoph Mende <angelos@gentoo.org>2011-02-19 16:58:43 +0000
commitfca897458b4324630716d8dad684772a45cd6e8a (patch)
tree02b32cd2d1efff53674e3f922b4e8121d7a75c91 /sys-fs/gt5/gt5-1.4.0-r2.ebuild
parentFixed compilation against linux 2.6.38 (bug #355401) (diff)
downloadhistorical-fca897458b4324630716d8dad684772a45cd6e8a.tar.gz
historical-fca897458b4324630716d8dad684772a45cd6e8a.tar.bz2
historical-fca897458b4324630716d8dad684772a45cd6e8a.zip
Fixed "directory seems to be empty" (bug #350114)
Package-Manager: portage-2.1.9.40/cvs/Linux x86_64
Diffstat (limited to 'sys-fs/gt5/gt5-1.4.0-r2.ebuild')
-rw-r--r--sys-fs/gt5/gt5-1.4.0-r2.ebuild32
1 files changed, 32 insertions, 0 deletions
diff --git a/sys-fs/gt5/gt5-1.4.0-r2.ebuild b/sys-fs/gt5/gt5-1.4.0-r2.ebuild
new file mode 100644
index 000000000000..44c6d57da5e1
--- /dev/null
+++ b/sys-fs/gt5/gt5-1.4.0-r2.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/gt5/gt5-1.4.0-r2.ebuild,v 1.1 2011/02/19 16:58:42 angelos Exp $
+
+inherit eutils
+
+DESCRIPTION="a diff-capable 'du-browser'"
+HOMEPAGE="http://gt5.sourceforge.net/"
+SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~sparc ~x86"
+IUSE=""
+
+RDEPEND="|| ( www-client/links
+ www-client/elinks
+ www-client/lynx )"
+
+src_unpack() {
+ unpack ${A}
+ cd "${S}"
+
+ epatch "${FILESDIR}/${P}-bash-shabang.patch" \
+ "${FILESDIR}/${P}-empty-dirs.patch"
+}
+
+src_install() {
+ dobin gt5
+ doman gt5.1
+ dodoc Changelog README
+}