diff options
author | Ulrich Müller <ulm@gentoo.org> | 2012-01-16 19:34:13 +0000 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2012-01-16 19:34:13 +0000 |
commit | a98bbd7d34231482741d950113cd020a7e94298d (patch) | |
tree | 46c051d27647d49e56640cd19f0818f885e6a9b2 /games-fps/unreal-tournament-goty | |
parent | leftover unnecessary || die (diff) | |
download | historical-a98bbd7d34231482741d950113cd020a7e94298d.tar.gz historical-a98bbd7d34231482741d950113cd020a7e94298d.tar.bz2 historical-a98bbd7d34231482741d950113cd020a7e94298d.zip |
Migrate to cdrom.eclass, bug 398809.
Package-Manager: portage-2.1.10.44/cvs/Linux x86_64
Diffstat (limited to 'games-fps/unreal-tournament-goty')
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 ### ########### |