diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2009-01-30 20:18:49 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2009-01-30 20:18:49 +0000 |
commit | 3e6a13a5491d8f4c56f590d87409d83849e0feb9 (patch) | |
tree | 811e73a66d49063a938678fd98475836b617833e /games-puzzle/xblockout | |
parent | Proxy bump to nvidia-drivers-180.27 for cardoe (diff) | |
download | gentoo-2-3e6a13a5491d8f4c56f590d87409d83849e0feb9.tar.gz gentoo-2-3e6a13a5491d8f4c56f590d87409d83849e0feb9.tar.bz2 gentoo-2-3e6a13a5491d8f4c56f590d87409d83849e0feb9.zip |
add desktop entry (bug #256966)
(Portage version: 2.1.6.4/cvs/Linux 2.6.28.1 i686)
Diffstat (limited to 'games-puzzle/xblockout')
-rw-r--r-- | games-puzzle/xblockout/ChangeLog | 6 | ||||
-rw-r--r-- | games-puzzle/xblockout/xblockout-1.1.5-r1.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/games-puzzle/xblockout/ChangeLog b/games-puzzle/xblockout/ChangeLog index 62d85e2bf16d..9e3ed6bc1631 100644 --- a/games-puzzle/xblockout/ChangeLog +++ b/games-puzzle/xblockout/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for games-puzzle/xblockout # Copyright 2000-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-puzzle/xblockout/ChangeLog,v 1.21 2009/01/30 04:37:12 darkside Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-puzzle/xblockout/ChangeLog,v 1.22 2009/01/30 20:18:49 mr_bones_ Exp $ + + 30 Jan 2009; Michael Sterrett <mr_bones_@gentoo.org> + xblockout-1.1.5-r1.ebuild: + add desktop entry (bug #256966) 30 Jan 2009; Jeremy Olexa <darkside@gentoo.org> xblockout-1.1.5-r1.ebuild: amd64 stable, bug 256731 diff --git a/games-puzzle/xblockout/xblockout-1.1.5-r1.ebuild b/games-puzzle/xblockout/xblockout-1.1.5-r1.ebuild index c3608a171524..7115595c269e 100644 --- a/games-puzzle/xblockout/xblockout-1.1.5-r1.ebuild +++ b/games-puzzle/xblockout/xblockout-1.1.5-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-puzzle/xblockout/xblockout-1.1.5-r1.ebuild,v 1.3 2009/01/30 04:37:12 darkside Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-puzzle/xblockout/xblockout-1.1.5-r1.ebuild,v 1.4 2009/01/30 20:18:49 mr_bones_ Exp $ EAPI=2 inherit flag-o-matic eutils games @@ -47,6 +47,6 @@ src_install() { newman xbl.man xbl.6 dodoc README xbl-README dohtml *.html *.gif - + make_desktop_entry xbl XBlockOut prepgamesdirs } |