summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--app-text/tkinfo/ChangeLog7
-rw-r--r--app-text/tkinfo/Manifest12
-rw-r--r--app-text/tkinfo/files/digest-tkinfo-2.81
-rw-r--r--app-text/tkinfo/tkinfo-2.8.ebuild30
4 files changed, 39 insertions, 11 deletions
diff --git a/app-text/tkinfo/ChangeLog b/app-text/tkinfo/ChangeLog
index 330a23c4ff21..a1bc5a189c77 100644
--- a/app-text/tkinfo/ChangeLog
+++ b/app-text/tkinfo/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for app-text/tkinfo
# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/tkinfo/ChangeLog,v 1.12 2005/05/11 18:46:42 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/tkinfo/ChangeLog,v 1.13 2005/05/11 18:49:54 agriffis Exp $
+
+*tkinfo-2.8 (11 May 2005)
+
+ 11 May 2005; Aron Griffis <agriffis@gentoo.org> +tkinfo-2.8.ebuild:
+ bump to version 2.8
11 May 2005; Aron Griffis <agriffis@gentoo.org> tkinfo-2.6.ebuild:
stable on amd64
diff --git a/app-text/tkinfo/Manifest b/app-text/tkinfo/Manifest
index 69e4e2b4c739..ce7f9094574d 100644
--- a/app-text/tkinfo/Manifest
+++ b/app-text/tkinfo/Manifest
@@ -1,13 +1,5 @@
------BEGIN PGP SIGNED MESSAGE-----
-Hash: SHA1
-
+MD5 45c649ac27b253763137efe1cf0490f4 tkinfo-2.8.ebuild 699
MD5 4537f9abc8a6923d94d44c301abfb2e4 ChangeLog 1318
MD5 45c649ac27b253763137efe1cf0490f4 tkinfo-2.6.ebuild 699
MD5 cb4ded9d1e42265978329fc19e480e6f files/digest-tkinfo-2.6 61
------BEGIN PGP SIGNATURE-----
-Version: GnuPG v1.4.1 (GNU/Linux)
-
-iD8DBQFCglVeBXaUFmZvwyMRAi1wAKCJvgPA7iEpEprtaarNweEPLIbYjgCeK0Pq
-GhkH9BA3j3oEjxWqqr3dGMY=
-=b9Ps
------END PGP SIGNATURE-----
+MD5 5a9e31f0e0624ac855cd253ed03614f4 files/digest-tkinfo-2.8 61
diff --git a/app-text/tkinfo/files/digest-tkinfo-2.8 b/app-text/tkinfo/files/digest-tkinfo-2.8
new file mode 100644
index 000000000000..6dcf082c0b13
--- /dev/null
+++ b/app-text/tkinfo/files/digest-tkinfo-2.8
@@ -0,0 +1 @@
+MD5 ba798b5e38409b9461bd225646dfe651 tkinfo-2.8.tar.gz 56234
diff --git a/app-text/tkinfo/tkinfo-2.8.ebuild b/app-text/tkinfo/tkinfo-2.8.ebuild
new file mode 100644
index 000000000000..924a71a3a994
--- /dev/null
+++ b/app-text/tkinfo/tkinfo-2.8.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2005 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/app-text/tkinfo/tkinfo-2.8.ebuild,v 1.1 2005/05/11 18:49:54 agriffis Exp $
+
+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="~alpha ~amd64 ~hppa ~ppc ~sparc ~x86"
+IUSE=""
+LICENSE="freedist"
+SLOT="0"
+
+RDEPEND=">=dev-lang/tk-8.0.5"
+DEPEND=">=sys-apps/sed-4"
+
+src_unpack() {
+ unpack ${A}
+ cd ${S}
+
+ sed -i \
+ -e "1 s:^.*:#!/usr/bin/wish:" tkinfo || \
+ die "sed tkinfo failed"
+}
+
+src_install () {
+ dobin tkinfo
+ doman tkinfo.1
+ dodoc README
+}