diff options
author | Chris Gianelloni <wolf31o2@gentoo.org> | 2006-03-24 20:01:36 +0000 |
---|---|---|
committer | Chris Gianelloni <wolf31o2@gentoo.org> | 2006-03-24 20:01:36 +0000 |
commit | cac2e3b4b23546ce10fe5b7e8f5587582f3b0982 (patch) | |
tree | b2295f38889c5ad920eb59395db5fddc22c08460 /games-fps/quake3 | |
parent | Mark 0.8.12 ~ia64 (diff) | |
download | gentoo-2-cac2e3b4b23546ce10fe5b7e8f5587582f3b0982.tar.gz gentoo-2-cac2e3b4b23546ce10fe5b7e8f5587582f3b0982.tar.bz2 gentoo-2-cac2e3b4b23546ce10fe5b7e8f5587582f3b0982.zip |
Changed xpm to png and closing bug #127450.
(Portage version: 2.1_pre6-r6)
Diffstat (limited to 'games-fps/quake3')
-rw-r--r-- | games-fps/quake3/ChangeLog | 6 | ||||
-rw-r--r-- | games-fps/quake3/quake3-1.33_alpha510.ebuild | 6 | ||||
-rw-r--r-- | games-fps/quake3/quake3-1.34_alpha632.ebuild | 6 |
3 files changed, 11 insertions, 7 deletions
diff --git a/games-fps/quake3/ChangeLog b/games-fps/quake3/ChangeLog index 71b055a40096..b1ea5df0f750 100644 --- a/games-fps/quake3/ChangeLog +++ b/games-fps/quake3/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for games-fps/quake3 # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-fps/quake3/ChangeLog,v 1.31 2006/03/11 12:01:03 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-fps/quake3/ChangeLog,v 1.32 2006/03/24 20:01:36 wolf31o2 Exp $ + + 24 Mar 2006; Chris Gianelloni <wolf31o2@gentoo.org> + quake3-1.33_alpha510.ebuild, quake3-1.34_alpha632.ebuild: + Changed xpm to png and closing bug #127450. *quake3-1.34_alpha632 (11 Mar 2006) diff --git a/games-fps/quake3/quake3-1.33_alpha510.ebuild b/games-fps/quake3/quake3-1.33_alpha510.ebuild index ef82aff9871c..486a8fb0efe2 100644 --- a/games-fps/quake3/quake3-1.33_alpha510.ebuild +++ b/games-fps/quake3/quake3-1.33_alpha510.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-fps/quake3/quake3-1.33_alpha510.ebuild,v 1.2 2006/01/22 02:53:36 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-fps/quake3/quake3-1.33_alpha510.ebuild,v 1.3 2006/03/24 20:01:36 wolf31o2 Exp $ # quake3-9999 -> latest svn # quake3-9999.REV -> use svn REV @@ -87,8 +87,8 @@ src_install() { dodoc README.* if use opengl ; then - doicon quake3.xpm - make_desktop_entry quake3 "Quake III Arena" quake3.xpm + doicon quake3.png + make_desktop_entry quake3 "Quake III Arena" fi cd ../../build/release* diff --git a/games-fps/quake3/quake3-1.34_alpha632.ebuild b/games-fps/quake3/quake3-1.34_alpha632.ebuild index 049fe975109f..b980d2fc2d85 100644 --- a/games-fps/quake3/quake3-1.34_alpha632.ebuild +++ b/games-fps/quake3/quake3-1.34_alpha632.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-fps/quake3/quake3-1.34_alpha632.ebuild,v 1.1 2006/03/11 12:01:03 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-fps/quake3/quake3-1.34_alpha632.ebuild,v 1.2 2006/03/24 20:01:36 wolf31o2 Exp $ # quake3-9999 -> latest svn # quake3-9999.REV -> use svn REV @@ -87,8 +87,8 @@ src_install() { dodoc README.* if use opengl ; then - doicon quake3.xpm - make_desktop_entry quake3 "Quake III Arena" quake3.xpm + doicon quake3.png + make_desktop_entry quake3 "Quake III Arena" fi cd ../../build/release* |