* [gentoo-commits] repo/gentoo:master commit in: games-fps/ut2004-bonuspack-ece/
@ 2016-01-13 4:57 Michael Sterrett
0 siblings, 0 replies; 4+ messages in thread
From: Michael Sterrett @ 2016-01-13 4:57 UTC (permalink / raw
To: gentoo-commits
commit: e4ea813345ac83d34be239f966b62d55ca032917
Author: Michael Sterrett <mr_bones_ <AT> gentoo <DOT> org>
AuthorDate: Tue Jan 12 23:51:30 2016 +0000
Commit: Michael Sterrett <mr_bones_ <AT> gentoo <DOT> org>
CommitDate: Wed Jan 13 04:45:27 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e4ea8133
games-fps/ut2004-bonuspack-ece: EAPI=5; attempt at fixing bug #278002
Package-Manager: portage-2.2.26
games-fps/ut2004-bonuspack-ece/Manifest | 1 +
.../ut2004-bonuspack-ece-1-r3.ebuild | 45 +++++++++++++---------
2 files changed, 27 insertions(+), 19 deletions(-)
diff --git a/games-fps/ut2004-bonuspack-ece/Manifest b/games-fps/ut2004-bonuspack-ece/Manifest
index 0070908..4dccfa1 100644
--- a/games-fps/ut2004-bonuspack-ece/Manifest
+++ b/games-fps/ut2004-bonuspack-ece/Manifest
@@ -1 +1,2 @@
+DIST UT2004-ONSBonusMapPack.zip 11018471 SHA256 b1c6e1fbf417381180fe02a81eb0cab752e6baa6b814c42fc7f69da11b02dd05 SHA512 8193375b89cd6fbc8b00de195797099c128fcf5cb73757bbc57d3c5350c497a878eaf0200f2e0711bf062e25c5d170e05b055c63f85b908b18dcc89572d71fd2 WHIRLPOOL 5600b1420124034983258b0843561164996e8c427ecfd04c6552f92585c09b0eb1be73360151ae0c9950cb28df7018d0287bfac86bae014c48e537a1135be42a
DIST ut2004megapack-linux.tar.bz2 203124107 SHA256 b9122c8c405945d29c3cdf61f57fe4d21e886b79ea9caa0d8e0ca2e520aa472c SHA512 4ae5eec0622c2bd96dfc162541bc0771399b012fb00f022282bc8c34600cb8e9bb7c18a52dd55fbef6f16fedaf225e301c46077a6accd001f4c77ddad89ed17b WHIRLPOOL c7b995764c3b6e88673eba29ef77172441ca353eef0c3eaeea950bf52007a6656c87a19f2cbb074c70780cfa1f36cac8cf556327930445f6495d415d9fc26425
diff --git a/games-fps/ut2004-bonuspack-ece/ut2004-bonuspack-ece-1-r3.ebuild b/games-fps/ut2004-bonuspack-ece/ut2004-bonuspack-ece-1-r3.ebuild
index 16ebc3d..6e555ab 100644
--- a/games-fps/ut2004-bonuspack-ece/ut2004-bonuspack-ece-1-r3.ebuild
+++ b/games-fps/ut2004-bonuspack-ece/ut2004-bonuspack-ece-1-r3.ebuild
@@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
# $Id$
-EAPI=2
+EAPI=5
MOD_DESC="Editor's Choice Edition bonus pack"
MOD_NAME="Editor's Choice Edition"
@@ -14,40 +14,47 @@ HOMEPAGE="http://www.unrealtournament2004.com/"
SRC_URI="mirror://3dgamers/unrealtourn2k4/Missions/${MY_P}
http://0day.icculus.org/ut2004/${MY_P}
ftp://ftp.games.skynet.be/pub/misc/${MY_P}
- http://sonic-lux.net/data/mirror/ut2004/${MY_P}"
+ http://sonic-lux.net/data/mirror/ut2004/${MY_P}
+ http://unrealmassdestruction.com/downloads/ut2k4/essentials/UT2004-ONSBonusMapPack.zip"
LICENSE="ut2003"
KEYWORDS="amd64 x86"
IUSE=""
+src_unpack() {
+ unpack ${MY_P}
+ cd UT2004MegaPack/Maps || die
+ unpack UT2004-ONSBonusMapPack.zip # bug #278002
+}
+
src_prepare() {
mv -f UT2004MegaPack/* . || die
- rmdir UT2004MegaPack
+ rmdir UT2004MegaPack || die
- rm -r Music Speech
+ rm -r Music Speech || die
# Remove megapack files which are not in ece
- rm Animations/ONSNewTank-A.ukx
- rm Help/ReadMePatch.int.txt
+ rm Animations/ONSNewTank-A.ukx || die
+ rm Help/ReadMePatch.int.txt || die
# Help/{DebuggerLogo.bmp,InstallerLogo.bmp,Unreal.ico,UnrealEd.ico}
# are not in megapack.
# Keep new Help/UT2004Logo.bmp
# Manual dir does not exist in megapack
- rm Maps/{AS*,CTF*,DM*}
- rm Sounds/A_Announcer_BP2.uax
- rm StaticMeshes/{JumpShipObjects.usx,Ty_RocketSMeshes.usx}
- rm System/{A*,b*,B*,CacheRecords.ucl}
- rm System/{*.det,*.est,*.frt,*.itt,*.kot}
- rm System/{CTF*,D*,Editor*,G*,I*,L*,ONS-Arc*,Onslaught.*,*.md5}
- rm System/{u*,U*,V*,X*,Core.u,Engine.u,F*,*.ucl,Sk*}
- rm Textures/{J*,j*,T*}
- rm -r Web
+ rm Maps/{AS*,CTF*,DM*} || die
+ rm Sounds/A_Announcer_BP2.uax || die
+ rm StaticMeshes/{JumpShipObjects.usx,Ty_RocketSMeshes.usx} || die
+ rm System/{A*,b*,B*,CacheRecords.ucl} || die
+ rm System/{*.det,*.est,*.frt,*.itt,*.kot} || die
+ rm System/{CTF*,D*,Editor*,G*,I*,L*,Onslaught.*,*.md5} || die
+ rm System/{u*,U*,V*,X*,Core.u,Engine.u,F*,*.ucl,Sk*} || die
+ rm Textures/{J*,j*,T*} || die
+ rm -r Web || die
# The file lists of ut2004-3369-r1 and -r2 are identical
# Remove files owned by ut2004-3369-r2
- rm Help/UT2004Logo.bmp
+ rm Help/UT2004Logo.bmp || die
# The 2 Manifest files have not changed
- rm System/{Manifest.in{i,t},OnslaughtFull.int}
- rm System/{Core.int,Engine.int,Setup.int,Window.int}
- rm System/{OnslaughtFull.u,OnslaughtBP.u}
+ rm System/{Manifest.in{i,t},OnslaughtFull.int} || die
+ rm System/{Core.int,Engine.int,Setup.int,Window.int} || die
+ rm System/{OnslaughtFull.u,OnslaughtBP.u} || die
}
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: games-fps/ut2004-bonuspack-ece/
@ 2017-02-11 22:01 James Le Cuirot
0 siblings, 0 replies; 4+ messages in thread
From: James Le Cuirot @ 2017-02-11 22:01 UTC (permalink / raw
To: gentoo-commits
commit: 13824f134f76eece357293d1150884a737c5ecda
Author: James Le Cuirot <chewi <AT> gentoo <DOT> org>
AuthorDate: Sat Feb 11 21:57:16 2017 +0000
Commit: James Le Cuirot <chewi <AT> gentoo <DOT> org>
CommitDate: Sat Feb 11 22:01:26 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=13824f13
games-fps/ut2004-bonuspack-ece: Fix broken SRC_URI, bug #609004
Package-Manager: Portage-2.3.3, Repoman-2.3.1
games-fps/ut2004-bonuspack-ece/ut2004-bonuspack-ece-1-r3.ebuild | 7 ++-----
1 file changed, 2 insertions(+), 5 deletions(-)
diff --git a/games-fps/ut2004-bonuspack-ece/ut2004-bonuspack-ece-1-r3.ebuild b/games-fps/ut2004-bonuspack-ece/ut2004-bonuspack-ece-1-r3.ebuild
index 6e555ab07f..feff52f45b 100644
--- a/games-fps/ut2004-bonuspack-ece/ut2004-bonuspack-ece-1-r3.ebuild
+++ b/games-fps/ut2004-bonuspack-ece/ut2004-bonuspack-ece-1-r3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2009 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
@@ -11,10 +11,7 @@ inherit games games-mods
MY_P="ut2004megapack-linux.tar.bz2"
HOMEPAGE="http://www.unrealtournament2004.com/"
-SRC_URI="mirror://3dgamers/unrealtourn2k4/Missions/${MY_P}
- http://0day.icculus.org/ut2004/${MY_P}
- ftp://ftp.games.skynet.be/pub/misc/${MY_P}
- http://sonic-lux.net/data/mirror/ut2004/${MY_P}
+SRC_URI="http://ut2004.ut-files.com/BonusPacks/${MY_P}
http://unrealmassdestruction.com/downloads/ut2k4/essentials/UT2004-ONSBonusMapPack.zip"
LICENSE="ut2003"
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: games-fps/ut2004-bonuspack-ece/
@ 2019-10-27 23:49 James Le Cuirot
0 siblings, 0 replies; 4+ messages in thread
From: James Le Cuirot @ 2019-10-27 23:49 UTC (permalink / raw
To: gentoo-commits
commit: 7c2d1e40419001632f0c0583de144e6c4f744976
Author: David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Sun Oct 20 21:57:19 2019 +0000
Commit: James Le Cuirot <chewi <AT> gentoo <DOT> org>
CommitDate: Sun Oct 27 23:47:59 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7c2d1e40
games-fps/ut2004-bonuspack-ece: Port to EAPI 7
Package-Manager: Portage-2.3.77, Repoman-2.3.17
Signed-off-by: David Seifert <soap <AT> gentoo.org>
Signed-off-by: James Le Cuirot <chewi <AT> gentoo.org>
...-r3.ebuild => ut2004-bonuspack-ece-1-r4.ebuild} | 32 +++++++++++++++-------
1 file changed, 22 insertions(+), 10 deletions(-)
diff --git a/games-fps/ut2004-bonuspack-ece/ut2004-bonuspack-ece-1-r3.ebuild b/games-fps/ut2004-bonuspack-ece/ut2004-bonuspack-ece-1-r4.ebuild
similarity index 79%
rename from games-fps/ut2004-bonuspack-ece/ut2004-bonuspack-ece-1-r3.ebuild
rename to games-fps/ut2004-bonuspack-ece/ut2004-bonuspack-ece-1-r4.ebuild
index e5ebe2ab3b9..5460ac93230 100644
--- a/games-fps/ut2004-bonuspack-ece/ut2004-bonuspack-ece-1-r3.ebuild
+++ b/games-fps/ut2004-bonuspack-ece/ut2004-bonuspack-ece-1-r4.ebuild
@@ -1,29 +1,34 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=5
-
-MOD_DESC="Editor's Choice Edition bonus pack"
-MOD_NAME="Editor's Choice Edition"
-
-inherit games games-mods
+EAPI=7
MY_P="ut2004megapack-linux.tar.bz2"
+
+DESCRIPTION="UT2004 Editor's Choice Edition - Editor's Choice Edition bonus pack"
HOMEPAGE="http://www.unrealtournament2004.com/"
-SRC_URI="http://ut2004.ut-files.com/BonusPacks/${MY_P}
+SRC_URI="
+ http://ut2004.ut-files.com/BonusPacks/${MY_P}
http://unrealmassdestruction.com/downloads/ut2k4/essentials/UT2004-ONSBonusMapPack.zip"
LICENSE="ut2003"
+SLOT="0"
KEYWORDS="~amd64 ~x86"
-IUSE=""
+
+BDEPEND="app-arch/unzip"
+
+S="${WORKDIR}"
src_unpack() {
- unpack ${MY_P}
+ unpack "${MY_P}"
+
cd UT2004MegaPack/Maps || die
unpack UT2004-ONSBonusMapPack.zip # bug #278002
}
src_prepare() {
+ default
+
mv -f UT2004MegaPack/* . || die
rmdir UT2004MegaPack || die
@@ -54,3 +59,10 @@ src_prepare() {
rm System/{Core.int,Engine.int,Setup.int,Window.int} || die
rm System/{OnslaughtFull.u,OnslaughtBP.u} || die
}
+
+src_install() {
+ insinto /opt/ut2004
+ doins -r Animations Help Maps Sounds StaticMeshes System Textures
+
+ dosym ut2004 /opt/ut2004-ded
+}
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: games-fps/ut2004-bonuspack-ece/
@ 2021-04-18 6:31 Sam James
0 siblings, 0 replies; 4+ messages in thread
From: Sam James @ 2021-04-18 6:31 UTC (permalink / raw
To: gentoo-commits
commit: 12fbb0d700ad70434d1b26ea9a79b806aff14ed8
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Apr 18 06:25:52 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Apr 18 06:31:33 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=12fbb0d7
games-fps/ut2004-bonuspack-ece: fix MissingLicenseRestricts
Signed-off-by: Sam James <sam <AT> gentoo.org>
games-fps/ut2004-bonuspack-ece/ut2004-bonuspack-ece-1-r4.ebuild | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/games-fps/ut2004-bonuspack-ece/ut2004-bonuspack-ece-1-r4.ebuild b/games-fps/ut2004-bonuspack-ece/ut2004-bonuspack-ece-1-r4.ebuild
index 5460ac93230..0bd06e11ea1 100644
--- a/games-fps/ut2004-bonuspack-ece/ut2004-bonuspack-ece-1-r4.ebuild
+++ b/games-fps/ut2004-bonuspack-ece/ut2004-bonuspack-ece-1-r4.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -14,6 +14,7 @@ SRC_URI="
LICENSE="ut2003"
SLOT="0"
KEYWORDS="~amd64 ~x86"
+RESTRICT="bindist mirror"
BDEPEND="app-arch/unzip"
^ permalink raw reply related [flat|nested] 4+ messages in thread
end of thread, other threads:[~2021-04-18 6:31 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-10-27 23:49 [gentoo-commits] repo/gentoo:master commit in: games-fps/ut2004-bonuspack-ece/ James Le Cuirot
-- strict thread matches above, loose matches on Subject: below --
2021-04-18 6:31 Sam James
2017-02-11 22:01 James Le Cuirot
2016-01-13 4:57 Michael Sterrett
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox