diff options
author | Chris Gianelloni <wolf31o2@gentoo.org> | 2005-11-22 19:27:50 +0000 |
---|---|---|
committer | Chris Gianelloni <wolf31o2@gentoo.org> | 2005-11-22 19:27:50 +0000 |
commit | d23ee25be8b6177185bb266b2f11a5ab62d152c5 (patch) | |
tree | c24a6047df81303602f79a655267eb8d9a842114 /games-fps | |
parent | Stable on amd64. (diff) | |
download | historical-d23ee25be8b6177185bb266b2f11a5ab62d152c5.tar.gz historical-d23ee25be8b6177185bb266b2f11a5ab62d152c5.tar.bz2 historical-d23ee25be8b6177185bb266b2f11a5ab62d152c5.zip |
Added full path for bug #111143.
Package-Manager: portage-2.0.53_rc7
Diffstat (limited to 'games-fps')
-rw-r--r-- | games-fps/quake4-bin/ChangeLog | 6 | ||||
-rw-r--r-- | games-fps/quake4-bin/Manifest | 6 | ||||
-rw-r--r-- | games-fps/quake4-bin/quake4-bin-1.0.5.ebuild | 4 |
3 files changed, 10 insertions, 6 deletions
diff --git a/games-fps/quake4-bin/ChangeLog b/games-fps/quake4-bin/ChangeLog index da599c244565..23c431386138 100644 --- a/games-fps/quake4-bin/ChangeLog +++ b/games-fps/quake4-bin/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for games-fps/quake4-bin # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-fps/quake4-bin/ChangeLog,v 1.2 2005/11/16 19:36:05 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-fps/quake4-bin/ChangeLog,v 1.3 2005/11/22 19:27:50 wolf31o2 Exp $ + + 22 Nov 2005; Chris Gianelloni <wolf31o2@gentoo.org> + quake4-bin-1.0.5.ebuild: + Added full path for bug #111143. *quake4-bin-1.0.5 (16 Nov 2005) diff --git a/games-fps/quake4-bin/Manifest b/games-fps/quake4-bin/Manifest index 3e0deade6b8e..b2c548c4ae37 100644 --- a/games-fps/quake4-bin/Manifest +++ b/games-fps/quake4-bin/Manifest @@ -1,4 +1,4 @@ -MD5 67bc63233267502c576573939ca95ae9 metadata.xml 1046 -MD5 308f2b53d7a8671a4dbd714f722fb897 quake4-bin-1.0.5.ebuild 2674 -MD5 6ebf3004d4ae7ad4774b0716aab2b2c4 ChangeLog 604 +MD5 502639dc4f7d03b7a89dd1c6d85e4e5d ChangeLog 721 MD5 f9de9b5b790d67dfdebf6048d12297ec files/digest-quake4-bin-1.0.5 73 +MD5 67bc63233267502c576573939ca95ae9 metadata.xml 1046 +MD5 e0cbb95782acfa43138c31e7859b0e36 quake4-bin-1.0.5.ebuild 2692 diff --git a/games-fps/quake4-bin/quake4-bin-1.0.5.ebuild b/games-fps/quake4-bin/quake4-bin-1.0.5.ebuild index 7b6aa75c8b44..b9d8abcd6b31 100644 --- a/games-fps/quake4-bin/quake4-bin-1.0.5.ebuild +++ b/games-fps/quake4-bin/quake4-bin-1.0.5.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-fps/quake4-bin/quake4-bin-1.0.5.ebuild,v 1.2 2005/11/17 04:05:07 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-fps/quake4-bin/quake4-bin-1.0.5.ebuild,v 1.3 2005/11/22 19:27:50 wolf31o2 Exp $ inherit eutils games @@ -72,7 +72,7 @@ src_install() { then games_make_wrapper quake4 ./quake4.x86 "${dir}" "${dir}" newicon q4icon.bmp quake4.bmp || die "copying icon" - make_desktop_entry quake4 "Quake IV" quake4.bmp + make_desktop_entry quake4 "Quake IV" /usr/share/pixmaps/quake4.bmp fi prepgamesdirs |