diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2012-05-10 15:27:59 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2012-05-10 15:27:59 +0000 |
commit | 6f107d878b874aa9e091622d4838492de11d9ddd (patch) | |
tree | 6dc4a9fa53b4581d6f27e97be1aea9690a94c313 /app-text/tkinfo | |
parent | Remove old (diff) | |
download | gentoo-2-6f107d878b874aa9e091622d4838492de11d9ddd.tar.gz gentoo-2-6f107d878b874aa9e091622d4838492de11d9ddd.tar.bz2 gentoo-2-6f107d878b874aa9e091622d4838492de11d9ddd.zip |
Remove old
(Portage version: 2.1.10.49/cvs/Linux x86_64)
Diffstat (limited to 'app-text/tkinfo')
-rw-r--r-- | app-text/tkinfo/ChangeLog | 7 | ||||
-rw-r--r-- | app-text/tkinfo/tkinfo-2.6.ebuild | 30 |
2 files changed, 5 insertions, 32 deletions
diff --git a/app-text/tkinfo/ChangeLog b/app-text/tkinfo/ChangeLog index 35a0a5edda63..f21dbfb54aea 100644 --- a/app-text/tkinfo/ChangeLog +++ b/app-text/tkinfo/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-text/tkinfo -# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/tkinfo/ChangeLog,v 1.22 2007/06/26 16:56:33 angelos Exp $ +# Copyright 2002-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-text/tkinfo/ChangeLog,v 1.23 2012/05/10 15:27:59 ago Exp $ + + 10 May 2012; Agostino Sarubbo <ago@gentoo.org> -tkinfo-2.6.ebuild: + Remove old 26 Jun 2007; Christoph Mende <angelos@gentoo.org> tkinfo-2.8.ebuild: Stable on amd64 wrt bug 183284 diff --git a/app-text/tkinfo/tkinfo-2.6.ebuild b/app-text/tkinfo/tkinfo-2.6.ebuild deleted file mode 100644 index c2d2054bb3f3..000000000000 --- a/app-text/tkinfo/tkinfo-2.6.ebuild +++ /dev/null @@ -1,30 +0,0 @@ -# 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.6.ebuild,v 1.8 2005/05/11 18:46:42 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 -} |