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 | 55d88819ef9aee707992fdd81b2ed33b10fdc131 (patch) | |
tree | a49e5d250fdfe40274165d5e9f546d648fe0e626 /games-fps/ut2003 | |
parent | Adding pkg_setup (diff) | |
download | historical-55d88819ef9aee707992fdd81b2ed33b10fdc131.tar.gz historical-55d88819ef9aee707992fdd81b2ed33b10fdc131.tar.bz2 historical-55d88819ef9aee707992fdd81b2ed33b10fdc131.zip |
Fixing problem due to new eclass.
Diffstat (limited to 'games-fps/ut2003')
-rw-r--r-- | games-fps/ut2003/ChangeLog | 5 | ||||
-rw-r--r-- | games-fps/ut2003/Manifest | 4 | ||||
-rw-r--r-- | games-fps/ut2003/ut2003-2225-r2.ebuild | 4 |
3 files changed, 7 insertions, 6 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/Manifest b/games-fps/ut2003/Manifest index 249f4f335cb9..4af822d7197f 100644 --- a/games-fps/ut2003/Manifest +++ b/games-fps/ut2003/Manifest @@ -1,5 +1,5 @@ -MD5 bea7e49526fbdd210d78fdba909d1529 ChangeLog 4086 +MD5 b86ece086f05da8d044647d60d2f729c ChangeLog 4318 MD5 4b63cb7e7f6443366fdd4f62f588d62a metadata.xml 776 -MD5 03283cf258dfccaa982a3fab7c8f20da ut2003-2225-r2.ebuild 6390 +MD5 37f003f05a8c633ccd6020800800a01e ut2003-2225-r2.ebuild 6346 MD5 c0d0cc55ff679093ef36080545fc3243 files/digest-ut2003-2225-r2 134 MD5 046c03694cc792093c0a18d1b4cb8f94 files/ut2003 39 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" |