summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'sys-fs/gt5/gt5-1.4.0.ebuild')
-rw-r--r--sys-fs/gt5/gt5-1.4.0.ebuild22
1 files changed, 22 insertions, 0 deletions
diff --git a/sys-fs/gt5/gt5-1.4.0.ebuild b/sys-fs/gt5/gt5-1.4.0.ebuild
new file mode 100644
index 000000000000..1e06cd673748
--- /dev/null
+++ b/sys-fs/gt5/gt5-1.4.0.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2007 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.ebuild,v 1.1 2007/09/02 10:15:33 angelos Exp $
+
+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"
+IUSE=""
+
+RDEPEND="|| ( www-client/links
+ www-client/elinks
+ www-client/lynx )"
+
+src_install() {
+ dobin gt5
+ doman gt5.1
+ dodoc Changelog README
+}