diff options
author | Chris Gianelloni <wolf31o2@gentoo.org> | 2004-02-24 20:30:14 +0000 |
---|---|---|
committer | Chris Gianelloni <wolf31o2@gentoo.org> | 2004-02-24 20:30:14 +0000 |
commit | 75539ba5b0a2e6d69653d84f58f1ab4fe08d6e49 (patch) | |
tree | cf0f7025c5105eeef17fc0a0fabef994b1049e61 /games-fps | |
parent | Initial Import. (Manifest recommit) (diff) | |
download | gentoo-2-75539ba5b0a2e6d69653d84f58f1ab4fe08d6e49.tar.gz gentoo-2-75539ba5b0a2e6d69653d84f58f1ab4fe08d6e49.tar.bz2 gentoo-2-75539ba5b0a2e6d69653d84f58f1ab4fe08d6e49.zip |
Removing ucc link from package, as it is unnecessary and conflicts with Unreal Tournament. Closing bug #42786. Also, bumping to stable on x86.
Diffstat (limited to 'games-fps')
-rw-r--r-- | games-fps/ut2003/ChangeLog | 6 | ||||
-rw-r--r-- | games-fps/ut2003/ut2003-2225-r1.ebuild | 9 |
2 files changed, 10 insertions, 5 deletions
diff --git a/games-fps/ut2003/ChangeLog b/games-fps/ut2003/ChangeLog index c9b30daaa98f..596345f609a1 100644 --- a/games-fps/ut2003/ChangeLog +++ b/games-fps/ut2003/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for games-fps/ut2003 # Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-fps/ut2003/ChangeLog,v 1.11 2004/02/13 18:32:11 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-fps/ut2003/ChangeLog,v 1.12 2004/02/24 20:30:14 wolf31o2 Exp $ + + 24 Feb 2004; Chris Gianelloni <wolf31o2@gentoo.org> ut2003-2225-r1.ebuild: + Removing ucc link from package, as it is unnecessary and conflicts with Unreal + Tournament. Closing bug #42786. Also, bumping to stable on x86. *ut2003-2225-r1 (13 Feb 2004) diff --git a/games-fps/ut2003/ut2003-2225-r1.ebuild b/games-fps/ut2003/ut2003-2225-r1.ebuild index 1963dfd2031c..12c8b3802a5c 100644 --- a/games-fps/ut2003/ut2003-2225-r1.ebuild +++ b/games-fps/ut2003/ut2003-2225-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-fps/ut2003/ut2003-2225-r1.ebuild,v 1.1 2004/02/13 18:32:11 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-fps/ut2003/ut2003-2225-r1.ebuild,v 1.2 2004/02/24 20:30:14 wolf31o2 Exp $ inherit games @@ -12,7 +12,7 @@ SRC_URI="http://unreal.epicgames.com/linux/ut2003/${PN}lnx_2107to${PV}.sh.bin LICENSE="ut2003" SLOT="0" -KEYWORDS="~x86" +KEYWORDS="x86" RESTRICT="nostrip" DEPEND="virtual/glibc" @@ -110,9 +110,10 @@ src_install() { insinto ${dir} doins ${S}/README.linux ${S}/Unreal.xpm || die "copying readme/icon" - sed -e "s:GENTOO_DIR:${dir}:" ${FILESDIR}/ucc > ucc + #sed -e "s:GENTOO_DIR:${dir}:" ${FILESDIR}/ucc > ucc sed -e "s:GENTOO_DIR:${dir}:" ${FILESDIR}/ut2003 > ut2003 - dogamesbin ucc ut2003 + #dogamesbin ucc ut2003 + dogamesbin ut2003 rm ${Ddir}/System/{UT2003,User}.ini || die "deleting ini files" |