summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMikle Kolyada <zlogene@gentoo.org>2014-08-05 19:41:16 +0000
committerMikle Kolyada <zlogene@gentoo.org>2014-08-05 19:41:16 +0000
commit04a043adad9ddb61a328e86e8a53dc16f1d6de5d (patch)
treedb6debae62869b0d526c20e32a6e736a3b81c28c /games-util/umodpack
parentAdd sarin plugin to 9999. Thanks to 0xd34df00d (diff)
downloadgentoo-2-04a043adad9ddb61a328e86e8a53dc16f1d6de5d.tar.gz
gentoo-2-04a043adad9ddb61a328e86e8a53dc16f1d6de5d.tar.bz2
gentoo-2-04a043adad9ddb61a328e86e8a53dc16f1d6de5d.zip
Stable for all wrt bug #478714; Drop old.
(Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 0xC42EB5D6)
Diffstat (limited to 'games-util/umodpack')
-rw-r--r--games-util/umodpack/ChangeLog8
-rw-r--r--games-util/umodpack/umodpack-0.5_beta16-r1.ebuild46
-rw-r--r--games-util/umodpack/umodpack-0.5_beta16-r2.ebuild6
3 files changed, 9 insertions, 51 deletions
diff --git a/games-util/umodpack/ChangeLog b/games-util/umodpack/ChangeLog
index 07d0dbf16f6e..600f8a8fb274 100644
--- a/games-util/umodpack/ChangeLog
+++ b/games-util/umodpack/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for games-util/umodpack
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-util/umodpack/ChangeLog,v 1.13 2013/09/01 15:57:52 idella4 Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/games-util/umodpack/ChangeLog,v 1.14 2014/08/05 19:41:16 zlogene Exp $
+
+ 05 Aug 2014; Mikle Kolyada <zlogene@gentoo.org>
+ -umodpack-0.5_beta16-r1.ebuild, umodpack-0.5_beta16-r2.ebuild:
+ Stable for all wrt bug #478714; Drop old.
*umodpack-0.5_beta16-r2 (01 Sep 2013)
diff --git a/games-util/umodpack/umodpack-0.5_beta16-r1.ebuild b/games-util/umodpack/umodpack-0.5_beta16-r1.ebuild
deleted file mode 100644
index db77a145ff31..000000000000
--- a/games-util/umodpack/umodpack-0.5_beta16-r1.ebuild
+++ /dev/null
@@ -1,46 +0,0 @@
-# Copyright 1999-2012 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.8 2012/10/05 20:39:51 mr_bones_ Exp $
-
-inherit perl-module toolchain-funcs
-
-MY_P=${P/_beta/b}
-DESCRIPTION="portable and useful [un]packer for Unreal Tournament's Umod files"
-HOMEPAGE="http://www.oldunreal.com/wiki/index.php?title=UmodPack"
-SRC_URI="mirror://gentoo/${MY_P}-allinone.tar.gz"
-
-LICENSE="Artistic"
-SLOT="0"
-KEYWORDS="amd64 ppc x86"
-IUSE="tk"
-
-DEPEND="dev-lang/perl
- virtual/perl-IO-Compress
- dev-perl/Archive-Zip
- dev-perl/Tie-IxHash
- tk? ( dev-perl/perl-tk )"
-
-S=${WORKDIR}/${MY_P}
-
-src_unpack() {
- unpack ${A}
- cd "${S}"
- # remove the stupid perl modules since we already installed em
- rm -rf {Archive-Zip,Compress-Zlib,Tie-IxHash,Tk}*
-}
-
-src_compile() {
- perl-module_src_compile
-
- cd umr-0.3
- emake DEBUG=0 CFLAGS="${CFLAGS}" CC="$(tc-getCC)" || die "umr build failed"
-}
-
-src_install() {
- mydoc="Changes"
- perl-module_src_install
- dobin umod umr-0.3/umr || die "umod/umr failed"
- if use tk ; then
- dobin xumod || die "xumod failed"
- fi
-}
diff --git a/games-util/umodpack/umodpack-0.5_beta16-r2.ebuild b/games-util/umodpack/umodpack-0.5_beta16-r2.ebuild
index 33b14dd78c4f..bbe7785a128d 100644
--- a/games-util/umodpack/umodpack-0.5_beta16-r2.ebuild
+++ b/games-util/umodpack/umodpack-0.5_beta16-r2.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2014 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-r2.ebuild,v 1.1 2013/09/01 15:57:52 idella4 Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-util/umodpack/umodpack-0.5_beta16-r2.ebuild,v 1.2 2014/08/05 19:41:16 zlogene Exp $
EAPI=5
@@ -13,7 +13,7 @@ SRC_URI="mirror://gentoo/${MY_P}-allinone.tar.gz"
LICENSE="Artistic"
SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
+KEYWORDS="amd64 ppc x86"
IUSE="tk"
DEPEND="virtual/perl-IO-Compress