diff options
author | Ben Lutgens <blutgens@gentoo.org> | 2002-06-12 03:23:50 +0000 |
---|---|---|
committer | Ben Lutgens <blutgens@gentoo.org> | 2002-06-12 03:23:50 +0000 |
commit | 484d0e7bbbc1e8aacc8b0b6304ab8c9334a81ba8 (patch) | |
tree | 51882a3014534af1952752776379a6cd681f3d75 /app-text/tkinfo | |
parent | Cleaned out some old crusty package versions, updated my email addresses, (diff) | |
download | historical-484d0e7bbbc1e8aacc8b0b6304ab8c9334a81ba8.tar.gz historical-484d0e7bbbc1e8aacc8b0b6304ab8c9334a81ba8.tar.bz2 historical-484d0e7bbbc1e8aacc8b0b6304ab8c9334a81ba8.zip |
Cleaned out some old crusty package versions, updated my email addresses,
and am comitting tsocks and an updated portagemaster
Diffstat (limited to 'app-text/tkinfo')
-rw-r--r-- | app-text/tkinfo/tkinfo-2.5-r1.ebuild | 4 | ||||
-rw-r--r-- | app-text/tkinfo/tkinfo-2.5.ebuild | 32 |
2 files changed, 2 insertions, 34 deletions
diff --git a/app-text/tkinfo/tkinfo-2.5-r1.ebuild b/app-text/tkinfo/tkinfo-2.5-r1.ebuild index ee0b83d94a48..980989ffd414 100644 --- a/app-text/tkinfo/tkinfo-2.5-r1.ebuild +++ b/app-text/tkinfo/tkinfo-2.5-r1.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2000 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# Author Ben Lutgens <blutgens@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/app-text/tkinfo/tkinfo-2.5-r1.ebuild,v 1.1 2002/01/15 01:27:50 gbevin Exp $ +# Author Ben Lutgens <lamer@gentoo.org> +# $Header: /var/cvsroot/gentoo-x86/app-text/tkinfo/tkinfo-2.5-r1.ebuild,v 1.2 2002/06/12 03:23:50 lamer Exp $ S=${WORKDIR}/${P} DESCRIPTION="Info Browser in TK" diff --git a/app-text/tkinfo/tkinfo-2.5.ebuild b/app-text/tkinfo/tkinfo-2.5.ebuild deleted file mode 100644 index c8ff7f204357..000000000000 --- a/app-text/tkinfo/tkinfo-2.5.ebuild +++ /dev/null @@ -1,32 +0,0 @@ -# Copyright 1999-2000 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License, v2 or later -# Author Ben Lutgens <blutgens@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/app-text/tkinfo/tkinfo-2.5.ebuild,v 1.2 2001/11/10 02:43:58 hallski 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/" - -DEPEND=">=dev-lang/tcl-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 -} - |