summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph Mende <angelos@gentoo.org>2012-05-27 09:07:48 +0000
committerChristoph Mende <angelos@gentoo.org>2012-05-27 09:07:48 +0000
commit9023c51ab037a92f3c334e388aa470c0b6a1a9fe (patch)
treec68f116ae73633b1e10d74386ed24f09d21dfe65 /sys-fs/gt5
parentRemove old (diff)
downloadgentoo-2-9023c51ab037a92f3c334e388aa470c0b6a1a9fe.tar.gz
gentoo-2-9023c51ab037a92f3c334e388aa470c0b6a1a9fe.tar.bz2
gentoo-2-9023c51ab037a92f3c334e388aa470c0b6a1a9fe.zip
Remove old
(Portage version: 2.2.0_alpha108/cvs/Linux x86_64)
Diffstat (limited to 'sys-fs/gt5')
-rw-r--r--sys-fs/gt5/ChangeLog5
-rw-r--r--sys-fs/gt5/gt5-1.4.0-r1.ebuild31
2 files changed, 4 insertions, 32 deletions
diff --git a/sys-fs/gt5/ChangeLog b/sys-fs/gt5/ChangeLog
index 90801631b6c2..58d2eea50578 100644
--- a/sys-fs/gt5/ChangeLog
+++ b/sys-fs/gt5/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for sys-fs/gt5
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-fs/gt5/ChangeLog,v 1.11 2012/02/16 19:20:11 phajdan.jr Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/gt5/ChangeLog,v 1.12 2012/05/27 09:07:48 angelos Exp $
+
+ 27 May 2012; Christoph Mende <angelos@gentoo.org> -gt5-1.4.0-r1.ebuild:
+ Remove old
16 Feb 2012; Pawel Hajdan jr <phajdan.jr@gentoo.org> gt5-1.4.0-r2.ebuild:
x86 stable wrt bug #397227
diff --git a/sys-fs/gt5/gt5-1.4.0-r1.ebuild b/sys-fs/gt5/gt5-1.4.0-r1.ebuild
deleted file mode 100644
index 9739e4186468..000000000000
--- a/sys-fs/gt5/gt5-1.4.0-r1.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2008 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-r1.ebuild,v 1.4 2008/06/13 09:24:44 armin76 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"
-}
-
-src_install() {
- dobin gt5
- doman gt5.1
- dodoc Changelog README
-}