diff options
author | Christoph Mende <angelos@gentoo.org> | 2007-10-20 11:40:43 +0000 |
---|---|---|
committer | Christoph Mende <angelos@gentoo.org> | 2007-10-20 11:40:43 +0000 |
commit | 55e8dac3f695c9dd0e5bfd7876543c52da0d6b87 (patch) | |
tree | 9f2d592451f02d7c8af3e5e1cb1703f06fe79c0a /sys-fs | |
parent | Revbump to add patch where jdictrayapi does not work on amd64, even tho it ha... (diff) | |
download | gentoo-2-55e8dac3f695c9dd0e5bfd7876543c52da0d6b87.tar.gz gentoo-2-55e8dac3f695c9dd0e5bfd7876543c52da0d6b87.tar.bz2 gentoo-2-55e8dac3f695c9dd0e5bfd7876543c52da0d6b87.zip |
Cleanup
(Portage version: 2.1.3.15)
Diffstat (limited to 'sys-fs')
-rw-r--r-- | sys-fs/gt5/ChangeLog | 5 | ||||
-rw-r--r-- | sys-fs/gt5/files/digest-gt5-1.3d | 3 | ||||
-rw-r--r-- | sys-fs/gt5/gt5-1.3d.ebuild | 23 |
3 files changed, 4 insertions, 27 deletions
diff --git a/sys-fs/gt5/ChangeLog b/sys-fs/gt5/ChangeLog index 35b1ebda820a..9c79a8c7b215 100644 --- a/sys-fs/gt5/ChangeLog +++ b/sys-fs/gt5/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-fs/gt5 # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/gt5/ChangeLog,v 1.6 2007/10/16 13:13:04 jokey Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/gt5/ChangeLog,v 1.7 2007/10/20 11:40:42 angelos Exp $ + + 20 Oct 2007; Christoph Mende <angelos@gentoo.org> -gt5-1.3d.ebuild: + Cleanup 16 Oct 2007; Markus Ullmann <jokey@gentoo.org> gt5-1.4.0-r1.ebuild: testing sparc and x86 diff --git a/sys-fs/gt5/files/digest-gt5-1.3d b/sys-fs/gt5/files/digest-gt5-1.3d deleted file mode 100644 index 1965c2b10f99..000000000000 --- a/sys-fs/gt5/files/digest-gt5-1.3d +++ /dev/null @@ -1,3 +0,0 @@ -MD5 21e354e14267e70ae3e27c76b2649dac gt5-1.3d.tgz 16038 -RMD160 bfdeb69088d2ace120681e5418e1faa06d835140 gt5-1.3d.tgz 16038 -SHA256 4ef3d5bdaa8e69d9752c0bbb5a841a027070f485e73a75fa7555a998d832b9bf gt5-1.3d.tgz 16038 diff --git a/sys-fs/gt5/gt5-1.3d.ebuild b/sys-fs/gt5/gt5-1.3d.ebuild deleted file mode 100644 index 944ddd285b63..000000000000 --- a/sys-fs/gt5/gt5-1.3d.ebuild +++ /dev/null @@ -1,23 +0,0 @@ -# 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.3d.ebuild,v 1.2 2007/08/01 21:57:30 angelos Exp $ - -DESCRIPTION="a diff-capable 'du-browser'" -HOMEPAGE="http://gt5.sourceforge.net/" -SRC_URI="mirror://sourceforge/${PN}/${P}.tgz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64" -IUSE="" - -RDEPEND="sys-apps/gawk - || ( www-client/links - www-client/elinks - www-client/lynx )" - -src_install() { - dobin gt5 - doman gt5.1 - dodoc Changelog README -} |