From bd4aeefe33e63f613512604e47bfca7b2187697d Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sun, 3 Nov 2019 16:06:58 +0000 Subject: gentoo resync : 03.11.2019 --- games-fps/ut2004-bonuspack-cbp1/Manifest | 2 +- .../ut2004-bonuspack-cbp1-1-r2.ebuild | 17 ----------------- .../ut2004-bonuspack-cbp1-1-r3.ebuild | 22 ++++++++++++++++++++++ 3 files changed, 23 insertions(+), 18 deletions(-) delete mode 100644 games-fps/ut2004-bonuspack-cbp1/ut2004-bonuspack-cbp1-1-r2.ebuild create mode 100644 games-fps/ut2004-bonuspack-cbp1/ut2004-bonuspack-cbp1-1-r3.ebuild (limited to 'games-fps/ut2004-bonuspack-cbp1') diff --git a/games-fps/ut2004-bonuspack-cbp1/Manifest b/games-fps/ut2004-bonuspack-cbp1/Manifest index d79404a5906a..1049e9498f29 100644 --- a/games-fps/ut2004-bonuspack-cbp1/Manifest +++ b/games-fps/ut2004-bonuspack-cbp1/Manifest @@ -1,3 +1,3 @@ DIST cbp1.zip 144163647 BLAKE2B ff32fbf431475ae2c24920574e5d158c4242fca2359bf1817131e189c0cd25e52d17de3232acb0b118d7f689ee67821cf6707a2e416e1a9b3f2b5f2e8fbcca86 SHA512 e2ead75796fd68b3f0d6ea50b4ed9988fef043730c6b81487d34c45aa26f63cac7b6a43991b673fbd6315f1496d2eecc52a5845c12f244411cd71fedab93c6fd -EBUILD ut2004-bonuspack-cbp1-1-r2.ebuild 473 BLAKE2B 78ba7ef84beeebf910ed6a9116a4a99ac79443ef85bbbce36a37f07b3f8422bbe0c4c17c4266a19966190639fe9df8ae832c77d59edea19379af0cc36fd855dc SHA512 448eb5ef971f6256c7b95735f6bc5af52300c69f72999b93bd594cd7f77b44e072bc663a498bf75f9756a809113bab76a130315af4c26eaf393bf37b46fec362 +EBUILD ut2004-bonuspack-cbp1-1-r3.ebuild 532 BLAKE2B 616c2ee44b85a6d6a0e8f88e61f2845623aa1a6907f40762a21ddd5ee8ca90cfd8df79cdeec931cf15c8a8dc1cc53048f0847bfdd7c3c5a6788c92c2f851d901 SHA512 8eed5c3bb018af4b4d62009945136f7e1a271084e5445ea55327035f97bd6ad730fcecfe526822d8bc58a06be4ffeaa8341b246a014e3f525ac12e230fb21055 MISC metadata.xml 249 BLAKE2B 7113a758d7abc93accec998a8843d8ef51ca8b72d72e659e224d5cec2a1a6a63e6c0605958091532ac6e51fa0d501ca4fd9f3f4a9e55baeb31519a02971b465f SHA512 895577c3a805c40581da03057b94e3f28f05f23012bf350c1e3575847d1a0fe40bb044a46f909012a200d991a400f6389358a60e9c2b5bef0da01fb26f846118 diff --git a/games-fps/ut2004-bonuspack-cbp1/ut2004-bonuspack-cbp1-1-r2.ebuild b/games-fps/ut2004-bonuspack-cbp1/ut2004-bonuspack-cbp1-1-r2.ebuild deleted file mode 100644 index 3a2c9a8576d8..000000000000 --- a/games-fps/ut2004-bonuspack-cbp1/ut2004-bonuspack-cbp1-1-r2.ebuild +++ /dev/null @@ -1,17 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -MOD_DESC="UT2003 Community Bonus Pack for UT2004" -MOD_NAME="Community Bonus Pack Vol 1" - -inherit games games-mods - -HOMEPAGE="https://liandri.beyondunreal.com/Unreal_Tournament_2004" -SRC_URI="http://downloads.unrealadmin.org/UT2004/BonusPack/cbp1.zip - http://files.volved.com/qsr/ut2004_map_packs/cbp1.zip" - -LICENSE="freedist" -KEYWORDS="~amd64 ~x86" -IUSE="" diff --git a/games-fps/ut2004-bonuspack-cbp1/ut2004-bonuspack-cbp1-1-r3.ebuild b/games-fps/ut2004-bonuspack-cbp1/ut2004-bonuspack-cbp1-1-r3.ebuild new file mode 100644 index 000000000000..fefd2792ecc6 --- /dev/null +++ b/games-fps/ut2004-bonuspack-cbp1/ut2004-bonuspack-cbp1-1-r3.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +DESCRIPTION="UT2003 Community Bonus Pack for UT2004 Volume 1" +HOMEPAGE="https://liandri.beyondunreal.com/Unreal_Tournament_2004" +SRC_URI="https://ut2004.ut-files.com/BonusPacks/cbp1.zip" +LICENSE="freedist" +SLOT="0" +KEYWORDS="~amd64 ~x86" +RESTRICT="strip" + +BDEPEND="app-arch/unzip" +RDEPEND="|| ( games-fps/ut2004 >=games-server/ut2004-ded-3369.3-r2 )" + +S="${WORKDIR}" + +src_install() { + insinto /opt/ut2004 + doins -r * +} -- cgit v1.2.3