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 | 0b9889cd6d511758a35a8c86bf93a8cb8e6e7b93 (patch) | |
tree | a04e1c22a1b102896b2f81f32804147058bcb17a /games-util/umodpack | |
parent | add ~ia64 #91285 (diff) | |
download | historical-0b9889cd6d511758a35a8c86bf93a8cb8e6e7b93.tar.gz historical-0b9889cd6d511758a35a8c86bf93a8cb8e6e7b93.tar.bz2 historical-0b9889cd6d511758a35a8c86bf93a8cb8e6e7b93.zip |
old
Diffstat (limited to 'games-util/umodpack')
-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 -} |