diff options
author | Michał Górny <mgorny@gentoo.org> | 2010-07-10 21:40:50 +0000 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2010-07-10 21:40:50 +0000 |
commit | 7205cb2b367a49f55e23e1a8f4c315082aced34f (patch) | |
tree | 41d837518f7bbc2957358e5cc5e8998dd23ee723 /games-fps | |
parent | Update package.mask with a new set of non-fetching packages. (diff) | |
download | sunrise-7205cb2b367a49f55e23e1a8f4c315082aced34f.tar.gz sunrise-7205cb2b367a49f55e23e1a8f4c315082aced34f.tar.bz2 sunrise-7205cb2b367a49f55e23e1a8f4c315082aced34f.zip |
games-fps/unreal-tournament-operationnapali: Update HOMEPAGE and replace SRC_URI with a random mirror. Trivial cleanup.
svn path=/sunrise/; revision=10982
Diffstat (limited to 'games-fps')
3 files changed, 17 insertions, 14 deletions
diff --git a/games-fps/unreal-tournament-operationnapali/ChangeLog b/games-fps/unreal-tournament-operationnapali/ChangeLog index a5c320f0e..3b74eded8 100644 --- a/games-fps/unreal-tournament-operationnapali/ChangeLog +++ b/games-fps/unreal-tournament-operationnapali/ChangeLog @@ -1,7 +1,11 @@ # ChangeLog for games-fps/unreal-tournament-operationnapali -# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 # $Header: $ + 10 Jul 2010; Michał Górny (sedzimir) <mgorny.3ehbo@mailnull.com> + unreal-tournament-operationnapali-1.30.ebuild: + Update HOMEPAGE and replace SRC_URI with a random mirror. Trivial cleanup. + 18 Sep 2006; Markus Ullmann <jokey@gentoo.org> ChangeLog: Minor QA fixes diff --git a/games-fps/unreal-tournament-operationnapali/Manifest b/games-fps/unreal-tournament-operationnapali/Manifest index b498ac582..1cc3962c8 100644 --- a/games-fps/unreal-tournament-operationnapali/Manifest +++ b/games-fps/unreal-tournament-operationnapali/Manifest @@ -1,4 +1,4 @@ DIST 1263-ONP130_Umod.zip 166622615 RMD160 b6c3354cbfd662113777683f715a88a63038b99a SHA1 db7b9ff07d33cde7356834decfa152982dcce8a4 SHA256 cf813cf894cab36a9714c276a739d4661bec44dcfd1ff1c5d2eca822355ffdec -EBUILD unreal-tournament-operationnapali-1.30.ebuild 1675 RMD160 2935d295037b807d504fb5dcf2a9c0b010f01cb0 SHA1 78a16be857a8a2d08ed8e27247e49ab8fe5d4fae SHA256 24f7362b82f320c26344a44737ad3633b6725f32827d5b8ed33746399c886a8d -MISC ChangeLog 340 RMD160 10507d44a897c6d19031b92d467836f08e3d36ab SHA1 34fd7ee77831df0a85f1878d69fa3fbc4805619c SHA256 ce77cb04cfcc4787b0db31e909b3500e90191bace9fae664d64e59d92c75346e +EBUILD unreal-tournament-operationnapali-1.30.ebuild 1706 RMD160 89f1a3827bbed54d6114ac1c9f7e9dca9d844141 SHA1 ae800f671bcc6b4c1d41f1b2c00764f38e895f05 SHA256 7f5fe6b9059cb04658e937fb88a701aed1df5318313d39f5b78b2dd259245e03 +MISC ChangeLog 536 RMD160 1efdcdbcbbece238aa796bffdcfd351f69c05fbe SHA1 0f3cdd5138d3970aae8a1681fc4f46fd02c0d7ae SHA256 56e93daf33fc45a777d6444aa43c4bfab8b6565eb3d09420f5911146c814d6df MISC metadata.xml 229 RMD160 f0f6417bec31ce8baba6d476664f7210c8c84c98 SHA1 e5f94f5caadc6f843fc90bb7959570cd503676fd SHA256 3b08fca3c878bdfc4e7639f477dd542d55a4ab5dce39a475e82633071d13eb3f diff --git a/games-fps/unreal-tournament-operationnapali/unreal-tournament-operationnapali-1.30.ebuild b/games-fps/unreal-tournament-operationnapali/unreal-tournament-operationnapali-1.30.ebuild index 20e8e1977..dd73b3e69 100644 --- a/games-fps/unreal-tournament-operationnapali/unreal-tournament-operationnapali-1.30.ebuild +++ b/games-fps/unreal-tournament-operationnapali/unreal-tournament-operationnapali-1.30.ebuild @@ -7,8 +7,8 @@ inherit versionator games MY_PV=$(delete_all_version_separators) DESCRIPTION="Unreal-themed single-player campaign" -HOMEPAGE="http://www.planetunreal.com/teamvortex/help/" -SRC_URI="ftp://ftp.planetmirror.com/pub/moddb/2005/07/1263-ONP${MY_PV}_Umod.zip" +HOMEPAGE="http://www.moddb.com/mods/operation-na-pali" +SRC_URI="http://www.ut-files.com/Maps/SinglePlayer/1263-ONP${MY_PV}_Umod.zip" LICENSE="as-is" SLOT="0" @@ -32,14 +32,14 @@ src_unpack() { for f in *.umod ; do umod -x "${f}" || die "umod ${f} failed" done - rm *.umod + rm *.umod || die cd "${S}" unpack ./*.zip - rm *.{txt,zip} + rm *.{txt,zip} || die - mv -f *.unr Maps - mv -f *.u System + mv -f *.unr Maps || die + mv -f *.u System || die # Fix filenames in HTML sed -i data/docs/*.html \ @@ -64,8 +64,8 @@ src_unpack() { -e '9,12d' \ || die "sed faq failed" - mv "Operation NaPali Help Doc.html" "${docdir}.html" - mv data "${docdir}" + mv "Operation NaPali Help Doc.html" "${docdir}.html" || die + mv data "${docdir}" || die } src_install() { @@ -78,7 +78,6 @@ src_install() { pkg_postinst() { games_pkg_postinst - einfo "For instructions and story, read:" - einfo "${dir}/${docdir}.html" - echo + elog "For instructions and story, read:" + elog " ${dir}/${docdir}.html" } |