summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2005-12-21 23:07:04 +0000
committerMike Frysinger <vapier@gentoo.org>2005-12-21 23:07:04 +0000
commit7452f8aa888bac654dff6aea8234713cdc995609 (patch)
tree78944f3d7ddec3a53b4642bc2d14e12b2522eb7e /games-util
parentThis is what upstream calls 1.0.0a. Remove 1.0.0 since it is a bit broken (diff)
downloadhistorical-7452f8aa888bac654dff6aea8234713cdc995609.tar.gz
historical-7452f8aa888bac654dff6aea8234713cdc995609.tar.bz2
historical-7452f8aa888bac654dff6aea8234713cdc995609.zip
cleanup X depend #116164
Package-Manager: portage-2.0.53
Diffstat (limited to 'games-util')
-rw-r--r--games-util/umodpack/Manifest14
-rw-r--r--games-util/umodpack/umodpack-0.5_beta16-r1.ebuild6
2 files changed, 15 insertions, 5 deletions
diff --git a/games-util/umodpack/Manifest b/games-util/umodpack/Manifest
index d4ab4369761f..c845c00068ad 100644
--- a/games-util/umodpack/Manifest
+++ b/games-util/umodpack/Manifest
@@ -1,4 +1,14 @@
+-----BEGIN PGP SIGNED MESSAGE-----
+Hash: SHA1
+
MD5 8926ea244796e5d01411e9e9cf7fb606 ChangeLog 883
-MD5 f17b9b8fa07a38914fe1c03268f51678 metadata.xml 158
-MD5 311e6a1585db5182ddc372b8a3272c70 umodpack-0.5_beta16-r1.ebuild 1124
MD5 2077194a7dab63c92414d694f982652a files/digest-umodpack-0.5_beta16-r1 77
+MD5 f17b9b8fa07a38914fe1c03268f51678 metadata.xml 158
+MD5 0c08742e9f908d4f849d413b6da1c9c1 umodpack-0.5_beta16-r1.ebuild 1120
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v1.4.2 (GNU/Linux)
+
+iD8DBQFDqeBN2+ySkm8kpY0RArjIAJsHv7FxQ3kCcNSLE2nv5/EMDvgt7gCfSpHC
+RJsRbNPweWSwuDrP4X42PgE=
+=6m3b
+-----END PGP SIGNATURE-----
diff --git a/games-util/umodpack/umodpack-0.5_beta16-r1.ebuild b/games-util/umodpack/umodpack-0.5_beta16-r1.ebuild
index cdb920328716..c8b9fa9b2a2b 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-2005 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.1 2005/05/09 04:55:02 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-util/umodpack/umodpack-0.5_beta16-r1.ebuild,v 1.2 2005/12/21 23:07:04 vapier Exp $
inherit perl-module toolchain-funcs
@@ -17,7 +17,7 @@ IUSE="X"
DEPEND="dev-lang/perl
dev-perl/Archive-Zip
dev-perl/Tie-IxHash
- X? ( virtual/x11 dev-perl/perl-tk )"
+ tcltk? ( 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 X ; then
+ if use tcltk ; then
dobin xumod || die "xumod failed"
fi
}