diff options
author | Chris Gianelloni <wolf31o2@gentoo.org> | 2004-06-26 16:11:07 +0000 |
---|---|---|
committer | Chris Gianelloni <wolf31o2@gentoo.org> | 2004-06-26 16:11:07 +0000 |
commit | 8185356c6eedfef524f0aec5294430393b6af76f (patch) | |
tree | 5efbd2390253ee35bcc605863d578a1cefa11981 /games-fps | |
parent | Adding pkg_setup (Manifest recommit) (diff) | |
download | gentoo-2-8185356c6eedfef524f0aec5294430393b6af76f.tar.gz gentoo-2-8185356c6eedfef524f0aec5294430393b6af76f.tar.bz2 gentoo-2-8185356c6eedfef524f0aec5294430393b6af76f.zip |
Fixing problem due to new eclass.
Diffstat (limited to 'games-fps')
-rw-r--r-- | games-fps/ut2003/ChangeLog | 5 | ||||
-rw-r--r-- | games-fps/ut2003/ut2003-2225-r2.ebuild | 4 |
2 files changed, 5 insertions, 4 deletions
diff --git a/games-fps/ut2003/ChangeLog b/games-fps/ut2003/ChangeLog index 7a621a24fc6b..8bb390ff92e8 100644 --- a/games-fps/ut2003/ChangeLog +++ b/games-fps/ut2003/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for games-fps/ut2003 # Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-fps/ut2003/ChangeLog,v 1.22 2004/06/26 15:58:33 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-fps/ut2003/ChangeLog,v 1.23 2004/06/26 16:11:07 wolf31o2 Exp $ + + 26 Jun 2004; Chris Gianelloni <wolf31o2@gentoo.org> ut2003-2225-r2.ebuild: + Fixing problem due to new eclass. 26 Jun 2004; Chris Gianelloni <wolf31o2@gentoo.org> ut2003-2225-r2.ebuild: Added games-util/uz2unpack to DEPEND. diff --git a/games-fps/ut2003/ut2003-2225-r2.ebuild b/games-fps/ut2003/ut2003-2225-r2.ebuild index d353f4f4be1f..d8672a5cf130 100644 --- a/games-fps/ut2003/ut2003-2225-r2.ebuild +++ b/games-fps/ut2003/ut2003-2225-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-fps/ut2003/ut2003-2225-r2.ebuild,v 1.5 2004/06/26 15:58:33 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-fps/ut2003/ut2003-2225-r2.ebuild,v 1.6 2004/06/26 16:11:07 wolf31o2 Exp $ inherit games @@ -119,8 +119,6 @@ src_install() { dogamesbin ${FILESDIR}/ut2003 sed -i "s:GENTOO_DIR:${dir}:" ${D}/${GAMES_BINDIR}/ut2003 - rm ${Ddir}/System/{UT2003,User}.ini || die "deleting ini files" - # this brings our install up to the newest version cd ${S} bin/Linux/x86/loki_patch --verify patch.dat || die "verifying patch" |