diff options
author | Mike Frysinger <vapier@gentoo.org> | 2005-05-09 04:54:05 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2005-05-09 04:54:05 +0000 |
commit | 2befc76c6c8d8b7c6e0a6204940fe179df3a028c (patch) | |
tree | 9b8fd3c516cb1c576f2f63001abf4e24632ff117 | |
parent | add ~ia64 #91285 (diff) | |
download | gentoo-2-2befc76c6c8d8b7c6e0a6204940fe179df3a028c.tar.gz gentoo-2-2befc76c6c8d8b7c6e0a6204940fe179df3a028c.tar.bz2 gentoo-2-2befc76c6c8d8b7c6e0a6204940fe179df3a028c.zip |
old
-rw-r--r-- | games-util/umodpack/files/digest-umodpack-0.5_beta16 | 1 | ||||
-rw-r--r-- | games-util/umodpack/umodpack-0.5_beta16.ebuild | 35 |
2 files changed, 0 insertions, 36 deletions
diff --git a/games-util/umodpack/files/digest-umodpack-0.5_beta16 b/games-util/umodpack/files/digest-umodpack-0.5_beta16 deleted file mode 100644 index a662097031ee..000000000000 --- a/games-util/umodpack/files/digest-umodpack-0.5_beta16 +++ /dev/null @@ -1 +0,0 @@ -MD5 3b13b271208fe72022e265960cda66ad umodpack-0.5b16-nogui.tar.gz 115424 diff --git a/games-util/umodpack/umodpack-0.5_beta16.ebuild b/games-util/umodpack/umodpack-0.5_beta16.ebuild deleted file mode 100644 index 75b6a6a59249..000000000000 --- a/games-util/umodpack/umodpack-0.5_beta16.ebuild +++ /dev/null @@ -1,35 +0,0 @@ -# Copyright 1999-2004 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.ebuild,v 1.6 2004/09/27 09:48:58 eradicator Exp $ - -inherit perl-module - -MY_P="${P/_beta/b}" -DESCRIPTION="portable and useful [un]packer for Unreal Tournament's Umod files" -HOMEPAGE="http://umodpack.sourceforge.net/" -SRC_URI="mirror://sourceforge/umodpack/${MY_P}-nogui.tar.gz" - -LICENSE="Artistic" -SLOT="0" -KEYWORDS="x86 ppc ~amd64" -IUSE="X tcltk" - -DEPEND="dev-lang/perl - dev-perl/Archive-Zip - dev-perl/Tie-IxHash - tcltk? ( dev-perl/perl-tk ) - X? ( virtual/x11 )" - -S="${WORKDIR}/${MY_P}" - -src_compile() { - # remove the stupid perl modules since we already installed em - rm -rf {Archive-Zip,Compress-Zlib,Tie-IxHash}* - perl-module_src_compile -} - -src_install() { - perl-module_src_install - dobin umod - use X && dobin xumod -} |