summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Gianelloni <wolf31o2@gentoo.org>2004-11-09 14:16:17 +0000
committerChris Gianelloni <wolf31o2@gentoo.org>2004-11-09 14:16:17 +0000
commitcfec2233ee223c8f738b11c05aa44aae7b0ab927 (patch)
tree28227b614f83e0859c4959e99230b2923e7d1be5 /games-fps/doom3
parentFix directory handling so selinux policies work correctly. Bugs 65006 and 65... (diff)
downloadgentoo-2-cfec2233ee223c8f738b11c05aa44aae7b0ab927.tar.gz
gentoo-2-cfec2233ee223c8f738b11c05aa44aae7b0ab927.tar.bz2
gentoo-2-cfec2233ee223c8f738b11c05aa44aae7b0ab927.zip
Added another mirror and added icon image.
Diffstat (limited to 'games-fps/doom3')
-rw-r--r--games-fps/doom3/ChangeLog5
-rw-r--r--games-fps/doom3/doom3-1.1.1282.ebuild11
2 files changed, 12 insertions, 4 deletions
diff --git a/games-fps/doom3/ChangeLog b/games-fps/doom3/ChangeLog
index b6491ca9e911..9a5b1dd546aa 100644
--- a/games-fps/doom3/ChangeLog
+++ b/games-fps/doom3/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for games-fps/doom3
# Copyright 1999-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-fps/doom3/ChangeLog,v 1.2 2004/10/05 15:25:06 wolf31o2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-fps/doom3/ChangeLog,v 1.3 2004/11/09 14:14:58 wolf31o2 Exp $
+
+ 09 Nov 2004; Chris Gianelloni <wolf31o2@gentoo.org> doom3-1.1.1282.ebuild:
+ Added another mirror and added icon image.
05 Oct 2004; Chris Gianelloni <wolf31o2@gentoo.org> doom3-1.1.1282.ebuild:
Added USE=cdinstall to copy files from the CD and made some other changes to
diff --git a/games-fps/doom3/doom3-1.1.1282.ebuild b/games-fps/doom3/doom3-1.1.1282.ebuild
index d0f3686448dc..af68d0ecc575 100644
--- a/games-fps/doom3/doom3-1.1.1282.ebuild
+++ b/games-fps/doom3/doom3-1.1.1282.ebuild
@@ -1,12 +1,14 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-fps/doom3/doom3-1.1.1282.ebuild,v 1.3 2004/10/06 13:06:12 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-fps/doom3/doom3-1.1.1282.ebuild,v 1.4 2004/11/09 14:14:58 wolf31o2 Exp $
inherit games eutils
DESCRIPTION="Doom III - 3rd installment of the classic id 3D first-person shooter"
HOMEPAGE="http://www.doom3.com/"
-SRC_URI="ftp://ftp.idsoftware.com/idstuff/doom3/linux/${PN}-linux-${PV}.x86.run"
+SRC_URI="ftp://ftp.idsoftware.com/idstuff/${PN}/linux/${PN}-linux-${PV}.x86.run
+ ftp://dl.xs4all.nl/pub/mirror/idsoftware/idstuff/${PN}/linux/${PN}-linux-${PV}.x86.run
+ mirror://gentoo/doom3.png"
LICENSE="DOOM3"
SLOT="0"
@@ -70,8 +72,11 @@ src_install() {
use cdinstall && find ${Ddir} -exec touch '{}' \;
+ insinto /usr/share/pixmaps
+ doins ${DISTDIR}/doom3.png
+
prepgamesdirs
- make_desktop_entry doom3 "Doom III" doom3.xpm
+ make_desktop_entry doom3 "Doom III" doom3.png
}
pkg_postinst() {