summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2012-01-16 19:31:33 +0000
committerUlrich Müller <ulm@gentoo.org>2012-01-16 19:31:33 +0000
commit1d4b6d80c85d7afbfa7934c4c7cc7c40c77730fd (patch)
treeff4b1d568f2309348c893518ad2dc9245217f696 /games-fps/unreal-tournament-goty
parentMigrate to cdrom.eclass, bug 398809. (diff)
downloadgentoo-2-1d4b6d80c85d7afbfa7934c4c7cc7c40c77730fd.tar.gz
gentoo-2-1d4b6d80c85d7afbfa7934c4c7cc7c40c77730fd.tar.bz2
gentoo-2-1d4b6d80c85d7afbfa7934c4c7cc7c40c77730fd.zip
Migrate to cdrom.eclass, bug 398809.
(Portage version: 2.1.10.44/cvs/Linux x86_64)
Diffstat (limited to 'games-fps/unreal-tournament-goty')
-rw-r--r--games-fps/unreal-tournament-goty/ChangeLog8
-rw-r--r--games-fps/unreal-tournament-goty/unreal-tournament-goty-436.ebuild6
-rw-r--r--games-fps/unreal-tournament-goty/unreal-tournament-goty-451.ebuild12
3 files changed, 15 insertions, 11 deletions
diff --git a/games-fps/unreal-tournament-goty/ChangeLog b/games-fps/unreal-tournament-goty/ChangeLog
index f9ec91d43906..800f3153a256 100644
--- a/games-fps/unreal-tournament-goty/ChangeLog
+++ b/games-fps/unreal-tournament-goty/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for games-fps/unreal-tournament-goty
-# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-fps/unreal-tournament-goty/ChangeLog,v 1.13 2007/03/12 15:27:03 genone Exp $
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/games-fps/unreal-tournament-goty/ChangeLog,v 1.14 2012/01/16 19:31:33 ulm Exp $
+
+ 16 Jan 2012; Ulrich Müller <ulm@gentoo.org>
+ unreal-tournament-goty-436.ebuild, unreal-tournament-goty-451.ebuild:
+ Migrate to cdrom.eclass, bug 398809.
12 Mar 2007; Marius Mauch <genone@gentoo.org>
unreal-tournament-goty-436.ebuild, unreal-tournament-goty-451.ebuild:
diff --git a/games-fps/unreal-tournament-goty/unreal-tournament-goty-436.ebuild b/games-fps/unreal-tournament-goty/unreal-tournament-goty-436.ebuild
index cdf917d92b56..44cc5bc2eb3c 100644
--- a/games-fps/unreal-tournament-goty/unreal-tournament-goty-436.ebuild
+++ b/games-fps/unreal-tournament-goty/unreal-tournament-goty-436.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2007 Gentoo Foundation
+# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-fps/unreal-tournament-goty/unreal-tournament-goty-436.ebuild,v 1.13 2007/03/12 15:27:03 genone Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-fps/unreal-tournament-goty/unreal-tournament-goty-436.ebuild,v 1.14 2012/01/16 19:31:33 ulm Exp $
-inherit eutils games
+inherit eutils cdrom games
DESCRIPTION="Futuristic FPS (Game Of The Year edition)"
HOMEPAGE="http://www.unrealtournament.com/"
diff --git a/games-fps/unreal-tournament-goty/unreal-tournament-goty-451.ebuild b/games-fps/unreal-tournament-goty/unreal-tournament-goty-451.ebuild
index 4e3219e3fc33..d1e5d33d83ab 100644
--- a/games-fps/unreal-tournament-goty/unreal-tournament-goty-451.ebuild
+++ b/games-fps/unreal-tournament-goty/unreal-tournament-goty-451.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2007 Gentoo Foundation
+# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-fps/unreal-tournament-goty/unreal-tournament-goty-451.ebuild,v 1.16 2007/03/12 15:27:03 genone Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-fps/unreal-tournament-goty/unreal-tournament-goty-451.ebuild,v 1.17 2012/01/16 19:31:33 ulm Exp $
-inherit eutils games
+inherit eutils cdrom games
DESCRIPTION="Futuristic FPS (Game Of The Year edition)"
HOMEPAGE="http://www.unrealtournament.com/"
@@ -59,9 +59,9 @@ src_install() {
dosed "s:\`FindPath \$0\`:${dir}:" "${dir}"/ucc
# export some symlinks so ppl can run
- dodir ${GAMES_BINDIR}
- dosym "${dir}"/ucc ${GAMES_BINDIR}/ucc
- dosym "${dir}"/ut ${GAMES_BINDIR}/ut
+ dodir "${GAMES_BINDIR}"
+ dosym "${dir}"/ucc "${GAMES_BINDIR}"/ucc
+ dosym "${dir}"/ut "${GAMES_BINDIR}"/ut
### PRE ###
###########