diff options
author | Tristan Heaven <nyhm@gentoo.org> | 2006-11-05 01:12:06 +0000 |
---|---|---|
committer | Tristan Heaven <nyhm@gentoo.org> | 2006-11-05 01:12:06 +0000 |
commit | 830405ec242320903b4e60fdbcdddf73493b44e7 (patch) | |
tree | 1f0b283c26b30bce868ce99e158e67457b00044d /games-util | |
parent | Add ~amd64 wrt bug #154026. (diff) | |
download | gentoo-2-830405ec242320903b4e60fdbcdddf73493b44e7.tar.gz gentoo-2-830405ec242320903b4e60fdbcdddf73493b44e7.tar.bz2 gentoo-2-830405ec242320903b4e60fdbcdddf73493b44e7.zip |
Change "tcltk" USE flag to "tk", bug #17808
(Portage version: 2.1.2_rc1-r3)
Diffstat (limited to 'games-util')
-rw-r--r-- | games-util/umodpack/ChangeLog | 6 | ||||
-rw-r--r-- | games-util/umodpack/files/digest-umodpack-0.5_beta16-r1 | 2 | ||||
-rw-r--r-- | games-util/umodpack/umodpack-0.5_beta16-r1.ebuild | 8 |
3 files changed, 11 insertions, 5 deletions
diff --git a/games-util/umodpack/ChangeLog b/games-util/umodpack/ChangeLog index ca07f30c203c..2de91e52e05b 100644 --- a/games-util/umodpack/ChangeLog +++ b/games-util/umodpack/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for games-util/umodpack # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-util/umodpack/ChangeLog,v 1.7 2006/06/09 01:19:29 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-util/umodpack/ChangeLog,v 1.8 2006/11/05 01:12:06 nyhm Exp $ + + 05 Nov 2006; Tristan Heaven <nyhm@gentoo.org> + umodpack-0.5_beta16-r1.ebuild: + Change "tcltk" USE flag to "tk", bug #17808 09 Jun 2006; Chris Gianelloni <wolf31o2@gentoo.org> umodpack-0.5_beta16-r1.ebuild: diff --git a/games-util/umodpack/files/digest-umodpack-0.5_beta16-r1 b/games-util/umodpack/files/digest-umodpack-0.5_beta16-r1 index e7c95fe14c9f..510c1ca208c2 100644 --- a/games-util/umodpack/files/digest-umodpack-0.5_beta16-r1 +++ b/games-util/umodpack/files/digest-umodpack-0.5_beta16-r1 @@ -1 +1,3 @@ MD5 c8cea5588db49cb6218c0578b051ab11 umodpack-0.5b16-allinone.tar.gz 3605080 +RMD160 9305ad118a68ab2dab9849ad017f408f10e26e6d umodpack-0.5b16-allinone.tar.gz 3605080 +SHA256 e4b291c333812efba65277feff45d7da132515a7945780f7df3b127793f9dedd umodpack-0.5b16-allinone.tar.gz 3605080 diff --git a/games-util/umodpack/umodpack-0.5_beta16-r1.ebuild b/games-util/umodpack/umodpack-0.5_beta16-r1.ebuild index 3df265e89021..864177016b5b 100644 --- a/games-util/umodpack/umodpack-0.5_beta16-r1.ebuild +++ b/games-util/umodpack/umodpack-0.5_beta16-r1.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-util/umodpack/umodpack-0.5_beta16-r1.ebuild,v 1.3 2006/06/09 01:19:29 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-util/umodpack/umodpack-0.5_beta16-r1.ebuild,v 1.4 2006/11/05 01:12:06 nyhm Exp $ inherit perl-module toolchain-funcs @@ -12,12 +12,12 @@ SRC_URI="http://umodpack.sourceforge.net/${MY_P}-allinone.tar.gz" LICENSE="Artistic" SLOT="0" KEYWORDS="amd64 ppc x86" -IUSE="tcltk" +IUSE="tk" DEPEND="dev-lang/perl dev-perl/Archive-Zip dev-perl/Tie-IxHash - tcltk? ( dev-perl/perl-tk )" + tk? ( dev-perl/perl-tk )" S=${WORKDIR}/${MY_P} @@ -39,7 +39,7 @@ src_install() { mydoc="Changes" perl-module_src_install dobin umod umr-0.3/umr || die "umod/umr failed" - if use tcltk ; then + if use tk ; then dobin xumod || die "xumod failed" fi } |