summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTristan Heaven <nyhm@gentoo.org>2006-11-05 00:55:04 +0000
committerTristan Heaven <nyhm@gentoo.org>2006-11-05 00:55:04 +0000
commit0fb539d60f050ee8041fb4fac648f68b42380da7 (patch)
treed0da1a615ba313e1a777d78fc9baa5012cea61eb /games-arcade/koules
parentRemoved previous version with invalid atom (diff)
downloadgentoo-2-0fb539d60f050ee8041fb4fac648f68b42380da7.tar.gz
gentoo-2-0fb539d60f050ee8041fb4fac648f68b42380da7.tar.bz2
gentoo-2-0fb539d60f050ee8041fb4fac648f68b42380da7.zip
Change "tcltk" USE flag to "tk", bug #17808
(Portage version: 2.1.2_rc1-r3)
Diffstat (limited to 'games-arcade/koules')
-rw-r--r--games-arcade/koules/ChangeLog5
-rw-r--r--games-arcade/koules/koules-1.4-r2.ebuild10
2 files changed, 9 insertions, 6 deletions
diff --git a/games-arcade/koules/ChangeLog b/games-arcade/koules/ChangeLog
index b1a7badbeedd..bab318825479 100644
--- a/games-arcade/koules/ChangeLog
+++ b/games-arcade/koules/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for games-arcade/koules
# Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-arcade/koules/ChangeLog,v 1.12 2006/10/15 14:39:21 tcort Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-arcade/koules/ChangeLog,v 1.13 2006/11/05 00:55:04 nyhm Exp $
+
+ 05 Nov 2006; Tristan Heaven <nyhm@gentoo.org> koules-1.4-r2.ebuild:
+ Change "tcltk" USE flag to "tk", bug #17808
15 Oct 2006; Thomas Cort <tcort@gentoo.org> koules-1.4-r2.ebuild:
Added ~alpha keyword wrt Bug #123886.
diff --git a/games-arcade/koules/koules-1.4-r2.ebuild b/games-arcade/koules/koules-1.4-r2.ebuild
index c688eaeec9d5..99d3b3483607 100644
--- a/games-arcade/koules/koules-1.4-r2.ebuild
+++ b/games-arcade/koules/koules-1.4-r2.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-arcade/koules/koules-1.4-r2.ebuild,v 1.2 2006/10/15 14:39:21 tcort Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-arcade/koules/koules-1.4-r2.ebuild,v 1.3 2006/11/05 00:55:04 nyhm Exp $
inherit eutils games
@@ -13,7 +13,7 @@ SRC_URI="http://www.ucw.cz/~hubicka/koules/packages/koules${PV}-src.tar.gz
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~alpha ~amd64 ppc x86"
-IUSE="svga joystick tcltk"
+IUSE="svga joystick tk"
RDEPEND="|| (
svga? ( media-libs/svgalib )
@@ -23,7 +23,7 @@ RDEPEND="|| (
media-fonts/font-schumacher-misc )
)
|| (
- tcltk? ( dev-lang/tk dev-lang/tcl )
+ tk? ( dev-lang/tk dev-lang/tcl )
dev-util/dialog )"
DEPEND="${RDEPEND}
@@ -54,7 +54,7 @@ src_unpack() {
sed -i \
-e "s:/usr/local/bin:${GAMES_BINDIR}:" koules \
|| die "sed koules failed"
- if use tcltk ; then
+ if use tk ; then
sed -i \
-e "s:/usr/bin/X11:${GAMES_BINDIR}:" \
-e "s:/usr/local/bin:${GAMES_BINDIR}:" \
@@ -92,7 +92,7 @@ src_install() {
dogamesbin koules bins/* || die "dogamesbin failed"
exeinto "${GAMES_DATADIR}/${PN}"
doexe koules.sndsrv.linux || die "doexe failed"
- if use tcltk ; then
+ if use tk ; then
dogamesbin koules.tcl || die "dogamebin failed (tcl)"
fi
insinto "${GAMES_DATADIR}/${PN}"