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 | 4134f8ae19f03bed4c8061237d2f5a6e8d5dbb50 (patch) | |
tree | f15486997c87c6cd3685d92bbb83e84f4b201cd7 /games-fps | |
parent | Initial Import. (diff) | |
download | historical-4134f8ae19f03bed4c8061237d2f5a6e8d5dbb50.tar.gz historical-4134f8ae19f03bed4c8061237d2f5a6e8d5dbb50.tar.bz2 historical-4134f8ae19f03bed4c8061237d2f5a6e8d5dbb50.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/Manifest | 8 | ||||
-rw-r--r-- | games-fps/ut2003/ut2003-2225-r1.ebuild | 9 |
3 files changed, 14 insertions, 9 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/Manifest b/games-fps/ut2003/Manifest index 52f6c54d6640..cba884a544c9 100644 --- a/games-fps/ut2003/Manifest +++ b/games-fps/ut2003/Manifest @@ -1,8 +1,8 @@ -MD5 28465ed8c1bd87ba86afa2d4313bea57 ChangeLog 2680 +MD5 2f858bf920ac15fabc8e102ab6d37c48 ut2003-2225-r1.ebuild 5640 +MD5 5445f5dcf9b07a286a1fc5df04db7e1d ChangeLog 2905 MD5 4b63cb7e7f6443366fdd4f62f588d62a metadata.xml 776 MD5 546ff0d95d1052e6b7f93d62332342c9 ut2003-2225.ebuild 6443 -MD5 c6b077d23773143a319a19792126d44a ut2003-2225-r1.ebuild 5620 -MD5 80cad624a754f13b032630aaecace59f files/digest-ut2003-2225 73 MD5 5e8d480633edafa5d68b6571cb1e42b0 files/ucc 36 -MD5 046c03694cc792093c0a18d1b4cb8f94 files/ut2003 39 MD5 80cad624a754f13b032630aaecace59f files/digest-ut2003-2225-r1 73 +MD5 046c03694cc792093c0a18d1b4cb8f94 files/ut2003 39 +MD5 80cad624a754f13b032630aaecace59f files/digest-ut2003-2225 73 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" |