diff options
author | Michael Sterrett <msterret@gentoo.org> | 2003-09-05 22:38:34 +0000 |
---|---|---|
committer | Michael Sterrett <msterret@gentoo.org> | 2003-09-05 22:38:34 +0000 |
commit | b872e62df0ca05570dc6ba5c5e0b9190152fa99a (patch) | |
tree | 5489f94a247e42dbe75837119e54e1a15706a458 /app-text/tkinfo | |
parent | whitespace cleanup (diff) | |
download | gentoo-2-b872e62df0ca05570dc6ba5c5e0b9190152fa99a.tar.gz gentoo-2-b872e62df0ca05570dc6ba5c5e0b9190152fa99a.tar.bz2 gentoo-2-b872e62df0ca05570dc6ba5c5e0b9190152fa99a.zip |
cleanup old version
Diffstat (limited to 'app-text/tkinfo')
-rw-r--r-- | app-text/tkinfo/Manifest | 2 | ||||
-rw-r--r-- | app-text/tkinfo/files/digest-tkinfo-2.5-r1 | 1 | ||||
-rw-r--r-- | app-text/tkinfo/tkinfo-2.5-r1.ebuild | 30 |
3 files changed, 0 insertions, 33 deletions
diff --git a/app-text/tkinfo/Manifest b/app-text/tkinfo/Manifest index db3158d4e043..b881e6c264bd 100644 --- a/app-text/tkinfo/Manifest +++ b/app-text/tkinfo/Manifest @@ -1,5 +1,3 @@ MD5 0bfe754e319975aba0fc465a82d479d0 ChangeLog 1066 -MD5 aa06e8e9c716a4005b2affb9b2862486 tkinfo-2.5-r1.ebuild 714 MD5 fa69cc002c2afda6282089d5782de9e2 tkinfo-2.6.ebuild 683 -MD5 4687361cd2e39bba59f9d45cecba6b7d files/digest-tkinfo-2.5-r1 61 MD5 cb4ded9d1e42265978329fc19e480e6f files/digest-tkinfo-2.6 61 diff --git a/app-text/tkinfo/files/digest-tkinfo-2.5-r1 b/app-text/tkinfo/files/digest-tkinfo-2.5-r1 deleted file mode 100644 index 737c5f59b27a..000000000000 --- a/app-text/tkinfo/files/digest-tkinfo-2.5-r1 +++ /dev/null @@ -1 +0,0 @@ -MD5 e194131e1900d1214c4157b247054c0b tkinfo-2.5.tar.gz 54752 diff --git a/app-text/tkinfo/tkinfo-2.5-r1.ebuild b/app-text/tkinfo/tkinfo-2.5-r1.ebuild deleted file mode 100644 index dd1a8aa7409a..000000000000 --- a/app-text/tkinfo/tkinfo-2.5-r1.ebuild +++ /dev/null @@ -1,30 +0,0 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/tkinfo/tkinfo-2.5-r1.ebuild,v 1.11 2003/09/05 22:37:22 msterret Exp $ - -S=${WORKDIR}/${P} -DESCRIPTION="Info Browser in TK" -SRC_URI="http://math-www.uni-paderborn.de/~axel/tkinfo/${P}.tar.gz" -HOMEPAGE="http://math-www.uni-paderborn.de/~axel/tkinfo/" -KEYWORDS="x86 sparc ppc" -SLOT="0" -LICENSE="freedist" - -DEPEND=">=dev-lang/tk-8.0.5" - - -src_install () { - dobin tkinfo - doman tkinfo.1 - dodoc README -} - -pkg_postinst () { - # Let's check to see if info has been setup completely - cd /usr/share/info - if [ -f dir ]; then - exit 0; - else - mkinfodir . > dir - fi -} |