diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2010-10-01 17:04:02 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2010-10-01 17:04:02 +0000 |
commit | 0e47cf7712ec2ac16e2e8c27686fdcd4026cc46c (patch) | |
tree | 6bedd05c938433019293be2255e73b3f49e9ff77 /games-fps | |
parent | Version bump. Added myself to metadata.xml (diff) | |
download | gentoo-2-0e47cf7712ec2ac16e2e8c27686fdcd4026cc46c.tar.gz gentoo-2-0e47cf7712ec2ac16e2e8c27686fdcd4026cc46c.tar.bz2 gentoo-2-0e47cf7712ec2ac16e2e8c27686fdcd4026cc46c.zip |
update download location (bug #338639)
(Portage version: 2.1.8.3/cvs/Linux i686)
Diffstat (limited to 'games-fps')
-rw-r--r-- | games-fps/etqw-bin/ChangeLog | 7 | ||||
-rw-r--r-- | games-fps/etqw-bin/etqw-bin-1.5.ebuild | 17 |
2 files changed, 9 insertions, 15 deletions
diff --git a/games-fps/etqw-bin/ChangeLog b/games-fps/etqw-bin/ChangeLog index f0692bc4b10a..ee9166d00a47 100644 --- a/games-fps/etqw-bin/ChangeLog +++ b/games-fps/etqw-bin/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for games-fps/etqw-bin -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-fps/etqw-bin/ChangeLog,v 1.2 2009/09/30 20:07:37 nyhm Exp $ +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-fps/etqw-bin/ChangeLog,v 1.3 2010/10/01 17:04:02 mr_bones_ Exp $ + + 01 Oct 2010; Michael Sterrett <mr_bones_@gentoo.org> etqw-bin-1.5.ebuild: + update download location (bug #338639) 30 Sep 2009; Tristan Heaven <nyhm@gentoo.org> etqw-bin-1.5.ebuild: Don't specify icon filename extension in desktop entry diff --git a/games-fps/etqw-bin/etqw-bin-1.5.ebuild b/games-fps/etqw-bin/etqw-bin-1.5.ebuild index 20fc445925cd..125db9a37c86 100644 --- a/games-fps/etqw-bin/etqw-bin-1.5.ebuild +++ b/games-fps/etqw-bin/etqw-bin-1.5.ebuild @@ -1,19 +1,18 @@ -# Copyright 1999-2009 Gentoo Foundation +# Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-fps/etqw-bin/etqw-bin-1.5.ebuild,v 1.3 2009/09/30 20:07:37 nyhm Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-fps/etqw-bin/etqw-bin-1.5.ebuild,v 1.4 2010/10/01 17:04:02 mr_bones_ Exp $ inherit eutils games DESCRIPTION="Enemy Territory: Quake Wars" HOMEPAGE="http://zerowing.idsoftware.com/linux/etqw/" -SRC_URI="ETQW-client-${PV}-full.x86.run" +SRC_URI="ftp://ftp.i3d.net/Games/Enemy%20Territory%20Quake%20Wars/Patches/ETQW-client-${PV}-full.x86.run" LICENSE="ETQW" SLOT="0" KEYWORDS="-* ~amd64 ~x86" IUSE="cdinstall" -RESTRICT="fetch strip" -PROPERTIES="interactive" +RESTRICT="strip" DEPEND="app-arch/unzip" RDEPEND="sys-libs/glibc @@ -32,14 +31,6 @@ QA_TEXTRELS="${dir:1}/pb/*.so" QA_EXECSTACK="${dir:1}/*.x86 ${dir:1}/*.so*" -GAMES_CHECK_LICENSE="yes" - -pkg_nofetch() { - einfo "Please download ${A} from" - einfo "${HOMEPAGE} (requires a BitTorrent client)" - einfo "and copy it to ${DISTDIR}" -} - src_unpack() { tail -c +194885 "${DISTDIR}"/${A} > ${A}.zip unpack ./${A}.zip |