* [gentoo-commits] repo/gentoo:master commit in: games-fps/ut2003-bonuspack-epic/
@ 2016-01-12 20:51 Michael Sterrett
0 siblings, 0 replies; 4+ messages in thread
From: Michael Sterrett @ 2016-01-12 20:51 UTC (permalink / raw
To: gentoo-commits
commit: 517ec9707fcac94595e8efba10a04e15f9f8954a
Author: Michael Sterrett <mr_bones_ <AT> gentoo <DOT> org>
AuthorDate: Tue Jan 12 19:57:02 2016 +0000
Commit: Michael Sterrett <mr_bones_ <AT> gentoo <DOT> org>
CommitDate: Tue Jan 12 20:51:10 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=517ec970
games-fps/ut2003-bonuspack-epic: EAPI=5
Package-Manager: portage-2.2.26
games-fps/ut2003-bonuspack-epic/Manifest | 2 +-
.../ut2003-bonuspack-epic-1.ebuild | 43 +++++++++-------------
2 files changed, 19 insertions(+), 26 deletions(-)
diff --git a/games-fps/ut2003-bonuspack-epic/Manifest b/games-fps/ut2003-bonuspack-epic/Manifest
index 4ab497a..bd48086 100644
--- a/games-fps/ut2003-bonuspack-epic/Manifest
+++ b/games-fps/ut2003-bonuspack-epic/Manifest
@@ -1 +1 @@
-DIST UT2003-epicbonuspackone.exe 156913152 RMD160 5faf4028ef7178c964cb913f80bf56f77a5b3c00 SHA1 f4a475dc3bbbbebbf125a6dac74bc01bd74515ef SHA256 034a1641c447e2d933ae89e02fecdd2c0358d041dcf3f7996663aaf6901cee21
+DIST UT2003-epicbonuspackone.exe 156913152 SHA256 034a1641c447e2d933ae89e02fecdd2c0358d041dcf3f7996663aaf6901cee21 SHA512 26fa06637c6a99704d11b58f5fe54454f8018c6f07b06b6a9a2075d17b9a9fb7d7155298de5502cefa0f07995f4513ce9531863cef8c344996b5e6dd5fbd339d WHIRLPOOL 681311f3515b0d3e266159d5ceeb76120567e1f90bef2e1da124aa8b54865caee5d86ae3ff5a2272f29922bf66378bb9f22c65eaf80fa1d414d34b9e899d0acb
diff --git a/games-fps/ut2003-bonuspack-epic/ut2003-bonuspack-epic-1.ebuild b/games-fps/ut2003-bonuspack-epic/ut2003-bonuspack-epic-1.ebuild
index 0544e3a..7b5d4ec 100644
--- a/games-fps/ut2003-bonuspack-epic/ut2003-bonuspack-epic-1.ebuild
+++ b/games-fps/ut2003-bonuspack-epic/ut2003-bonuspack-epic-1.ebuild
@@ -2,17 +2,18 @@
# Distributed under the terms of the GNU General Public License v2
# $Id$
+EAPI=5
inherit games
-IUSE=""
DESCRIPTION="Epic Bonus Pack for UT2003"
-HOMEPAGE="http://www.unrealtournament2003.com/"
-SRC_URI="UT2003-epicbonuspackone.exe"
+HOMEPAGE="http://www.moddb.com/games/unreal-tournament-2003"
+SRC_URI="http://ftp.student.utwente.nl/pub/games/UT2003/BonusPack/UT2003-epicbonuspackone.exe"
LICENSE="ut2003"
SLOT="1"
KEYWORDS="x86"
-RESTRICT="fetch strip"
+IUSE=""
+RESTRICT="strip"
DEPEND="app-arch/unzip"
RDEPEND="games-fps/ut2003"
@@ -22,31 +23,23 @@ S=${WORKDIR}/UT2003-BonusPack
dir=${GAMES_PREFIX_OPT}/ut2003
Ddir=${D}/${dir}
-pkg_nofetch() {
- einfo "Please download ${A} and put it into ${DISTDIR}"
- einfo "http://files.filefront.com/ut2003+epicbonuspackoneexe/;826445;/fileinfo.html"
-}
-
src_unpack() {
- unzip -qq "${DISTDIR}"/${A} || die "unpacking"
+ unzip -qq "${DISTDIR}"/${A} || die
# This is done since the files are the same
- rm -f "${S}"/Textures/LastManStanding.utx
+ rm -f "${S}"/Textures/LastManStanding.utx || die
}
src_install() {
insinto "${dir}"/Help
- newins "${S}"/Help/BonusPackReadme.txt EpicBonusPack.README || die "README"
+ newins "${S}"/Help/BonusPackReadme.txt EpicBonusPack.README
exeinto "${dir}"
doexe "${FILESDIR}"/epic-installer
dodir "${dir}"/System
- cp -r "${S}"/{Maps,Sounds,StaticMeshes,Textures} "${Ddir}" \
- || die "Copying Maps/Sounds/Textures"
- cp "${S}"/System/{*.{det,est,frt,int,itt,kot,tmt,u},User.ini} \
- "${Ddir}"/System || die "Copying System files"
- cp -v "${S}"/System/Manifest.ini "${Ddir}"/System/Manifest.ini.epic \
- || die "Copying Manifest"
+ cp -r "${S}"/{Maps,Sounds,StaticMeshes,Textures} "${Ddir}" || die
+ cp "${S}"/System/{*.{det,est,frt,int,itt,kot,tmt,u},User.ini} "${Ddir}"/System || die
+ cp -v "${S}"/System/Manifest.ini "${Ddir}"/System/Manifest.ini.epic || die
prepgamesdirs
}
@@ -65,11 +58,11 @@ pkg_postinst() {
}
pkg_config() {
- cd ${dir}/System
- cp Manifest.ini Manifest.ini.pre-epic
- cp ${dir}/System/Manifest.ini.epic Manifest.ini
+ cd ${dir}/System || die
+ cp Manifest.ini Manifest.ini.pre-epic || die
+ cp ${dir}/System/Manifest.ini.epic Manifest.ini || die
- cp Default.ini Default.ini.pre-epic
+ cp Default.ini Default.ini.pre-epic || die
cat >> Default.ini <<EOT
[Xinterface.Tab_AudioSettings]
@@ -112,7 +105,7 @@ w
q
EOT
- cp DefUser.ini DefUser.ini.pre-epic
- sed -i 's/^F11=.*$/F11=MusicMenu/g' DefUser.ini
- chown games:games ${dir}/System/*.ini
+ cp DefUser.ini DefUser.ini.pre-epic || die
+ sed -i 's/^F11=.*$/F11=MusicMenu/g' DefUser.ini || die
+ chown games:games ${dir}/System/*.ini || die
}
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: games-fps/ut2003-bonuspack-epic/
@ 2018-05-26 9:55 David Seifert
0 siblings, 0 replies; 4+ messages in thread
From: David Seifert @ 2018-05-26 9:55 UTC (permalink / raw
To: gentoo-commits
commit: 8cdc707d4145c180d93133dfd69b148c16862fd0
Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
AuthorDate: Sat May 26 08:44:12 2018 +0000
Commit: David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Sat May 26 09:53:26 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8cdc707d
games-fps/ut2003-bonuspack-epic: use HTTPs
games-fps/ut2003-bonuspack-epic/ut2003-bonuspack-epic-1.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/games-fps/ut2003-bonuspack-epic/ut2003-bonuspack-epic-1.ebuild b/games-fps/ut2003-bonuspack-epic/ut2003-bonuspack-epic-1.ebuild
index 2309f8e0752..00d2d8927ee 100644
--- a/games-fps/ut2003-bonuspack-epic/ut2003-bonuspack-epic-1.ebuild
+++ b/games-fps/ut2003-bonuspack-epic/ut2003-bonuspack-epic-1.ebuild
@@ -1,11 +1,11 @@
-# Copyright 1999-2009 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=5
inherit games
DESCRIPTION="Epic Bonus Pack for UT2003"
-HOMEPAGE="http://www.moddb.com/games/unreal-tournament-2003"
+HOMEPAGE="https://www.moddb.com/games/unreal-tournament-2003"
SRC_URI="http://ftp.student.utwente.nl/pub/games/UT2003/BonusPack/UT2003-epicbonuspackone.exe"
LICENSE="ut2003"
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: games-fps/ut2003-bonuspack-epic/
@ 2021-04-09 19:33 Sam James
0 siblings, 0 replies; 4+ messages in thread
From: Sam James @ 2021-04-09 19:33 UTC (permalink / raw
To: gentoo-commits
commit: 2bcadfd97452b5a05ecd91ea90ee978d259c5ab8
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri Apr 9 19:32:22 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Apr 9 19:32:22 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2bcadfd9
games-fps/ut2003-bonuspack-epic: fix MissingLicenseRestricts (bindist, mirror)
Signed-off-by: Sam James <sam <AT> gentoo.org>
games-fps/ut2003-bonuspack-epic/ut2003-bonuspack-epic-1-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/games-fps/ut2003-bonuspack-epic/ut2003-bonuspack-epic-1-r1.ebuild b/games-fps/ut2003-bonuspack-epic/ut2003-bonuspack-epic-1-r1.ebuild
index 70fff75aec7..6a7219759cf 100644
--- a/games-fps/ut2003-bonuspack-epic/ut2003-bonuspack-epic-1-r1.ebuild
+++ b/games-fps/ut2003-bonuspack-epic/ut2003-bonuspack-epic-1-r1.ebuild
@@ -11,7 +11,7 @@ S="${WORKDIR}"/UT2003-BonusPack
LICENSE="ut2003"
SLOT="1"
KEYWORDS="~x86"
-RESTRICT="strip"
+RESTRICT="bindist mirror strip"
RDEPEND="
acct-group/gamestat
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: games-fps/ut2003-bonuspack-epic/
@ 2021-04-09 19:33 Sam James
0 siblings, 0 replies; 4+ messages in thread
From: Sam James @ 2021-04-09 19:33 UTC (permalink / raw
To: gentoo-commits
commit: 27c7624d158e5b26e53564911c696165bc749b96
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri Apr 9 19:24:24 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Apr 9 19:31:31 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=27c7624d
games-fps/ut2003-bonuspack-epic: port to EAPI 7, games.eclass--
Signed-off-by: Sam James <sam <AT> gentoo.org>
...-1.ebuild => ut2003-bonuspack-epic-1-r1.ebuild} | 26 ++++++++++------------
1 file changed, 12 insertions(+), 14 deletions(-)
diff --git a/games-fps/ut2003-bonuspack-epic/ut2003-bonuspack-epic-1.ebuild b/games-fps/ut2003-bonuspack-epic/ut2003-bonuspack-epic-1-r1.ebuild
similarity index 88%
rename from games-fps/ut2003-bonuspack-epic/ut2003-bonuspack-epic-1.ebuild
rename to games-fps/ut2003-bonuspack-epic/ut2003-bonuspack-epic-1-r1.ebuild
index 00d2d8927ee..70fff75aec7 100644
--- a/games-fps/ut2003-bonuspack-epic/ut2003-bonuspack-epic-1.ebuild
+++ b/games-fps/ut2003-bonuspack-epic/ut2003-bonuspack-epic-1-r1.ebuild
@@ -1,29 +1,30 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=5
-inherit games
+EAPI=7
DESCRIPTION="Epic Bonus Pack for UT2003"
HOMEPAGE="https://www.moddb.com/games/unreal-tournament-2003"
SRC_URI="http://ftp.student.utwente.nl/pub/games/UT2003/BonusPack/UT2003-epicbonuspackone.exe"
+S="${WORKDIR}"/UT2003-BonusPack
LICENSE="ut2003"
SLOT="1"
KEYWORDS="~x86"
-IUSE=""
RESTRICT="strip"
-DEPEND="app-arch/unzip"
-RDEPEND="games-fps/ut2003"
+RDEPEND="
+ acct-group/gamestat
+ games-fps/ut2003
+"
+BDEPEND="app-arch/unzip"
-S=${WORKDIR}/UT2003-BonusPack
-
-dir=${GAMES_PREFIX_OPT}/ut2003
-Ddir=${D}/${dir}
+dir=opt/ut2003
+Ddir="${ED}"/${dir}
src_unpack() {
unzip -qq "${DISTDIR}"/${A} || die
+
# This is done since the files are the same
rm -f "${S}"/Textures/LastManStanding.utx || die
}
@@ -39,12 +40,9 @@ src_install() {
cp -r "${S}"/{Maps,Sounds,StaticMeshes,Textures} "${Ddir}" || die
cp "${S}"/System/{*.{det,est,frt,int,itt,kot,tmt,u},User.ini} "${Ddir}"/System || die
cp -v "${S}"/System/Manifest.ini "${Ddir}"/System/Manifest.ini.epic || die
-
- prepgamesdirs
}
pkg_postinst() {
- games_pkg_postinst
elog "You will need to run:"
elog "emerge --config =${CATEGORY}/${PF}"
elog "to make the necessary changes to the system .ini files."
@@ -106,5 +104,5 @@ EOT
cp DefUser.ini DefUser.ini.pre-epic || die
sed -i 's/^F11=.*$/F11=MusicMenu/g' DefUser.ini || die
- chown games:games ${dir}/System/*.ini || die
+ chown :gamestat "${dir}"/System/*.ini || die
}
^ permalink raw reply related [flat|nested] 4+ messages in thread
end of thread, other threads:[~2021-04-09 19:33 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-04-09 19:33 [gentoo-commits] repo/gentoo:master commit in: games-fps/ut2003-bonuspack-epic/ Sam James
-- strict thread matches above, loose matches on Subject: below --
2021-04-09 19:33 Sam James
2018-05-26 9:55 David Seifert
2016-01-12 20:51 Michael Sterrett
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox