From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id C37B71388BF for ; Tue, 12 Jan 2016 20:51:31 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B2689E0848; Tue, 12 Jan 2016 20:51:29 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 0172EE0848 for ; Tue, 12 Jan 2016 20:51:28 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id AAB0E340B2E for ; Tue, 12 Jan 2016 20:51:27 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id ABA6CCFE for ; Tue, 12 Jan 2016 20:51:25 +0000 (UTC) From: "Michael Sterrett" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michael Sterrett" Message-ID: <1452631870.517ec9707fcac94595e8efba10a04e15f9f8954a.mr_bones_@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: games-fps/ut2003-bonuspack-epic/ X-VCS-Repository: repo/gentoo X-VCS-Files: games-fps/ut2003-bonuspack-epic/Manifest games-fps/ut2003-bonuspack-epic/ut2003-bonuspack-epic-1.ebuild X-VCS-Directories: games-fps/ut2003-bonuspack-epic/ X-VCS-Committer: mr_bones_ X-VCS-Committer-Name: Michael Sterrett X-VCS-Revision: 517ec9707fcac94595e8efba10a04e15f9f8954a X-VCS-Branch: master Date: Tue, 12 Jan 2016 20:51:25 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 9be69a7b-926f-4c10-8424-4913b157f864 X-Archives-Hash: b66da203aa4b8a14fe8afed69ca5c5d4 commit: 517ec9707fcac94595e8efba10a04e15f9f8954a Author: Michael Sterrett gentoo org> AuthorDate: Tue Jan 12 19:57:02 2016 +0000 Commit: Michael Sterrett gentoo 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 <