summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Lutgens <lamer@gentoo.org>2002-06-12 03:23:50 +0000
committerBen Lutgens <lamer@gentoo.org>2002-06-12 03:23:50 +0000
commit2d185782e81d82be2ab7d0a3038f9618bef5d8b8 (patch)
treef21690921d7bb673b703ba64f24bbabfc39c831a /app-text/tkinfo
parentNew eclass version that doesnt need the SCHEMAS variable (diff)
downloadgentoo-2-2d185782e81d82be2ab7d0a3038f9618bef5d8b8.tar.gz
gentoo-2-2d185782e81d82be2ab7d0a3038f9618bef5d8b8.tar.bz2
gentoo-2-2d185782e81d82be2ab7d0a3038f9618bef5d8b8.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.ebuild4
-rw-r--r--app-text/tkinfo/tkinfo-2.5.ebuild32
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
-}
-