diff options
author | Chris Gianelloni <wolf31o2@gentoo.org> | 2005-01-03 22:33:49 +0000 |
---|---|---|
committer | Chris Gianelloni <wolf31o2@gentoo.org> | 2005-01-03 22:33:49 +0000 |
commit | 0ca4794ba715e9d68bce2e55e20e55a9e211123c (patch) | |
tree | f0fc2c89bf30703d30bf7b888003b0e34b18d773 /games-puzzle | |
parent | Stable on x86. Fix ebuild headers. Removed superseded ebuild. (Manifest recom... (diff) | |
download | gentoo-2-0ca4794ba715e9d68bce2e55e20e55a9e211123c.tar.gz gentoo-2-0ca4794ba715e9d68bce2e55e20e55a9e211123c.tar.bz2 gentoo-2-0ca4794ba715e9d68bce2e55e20e55a9e211123c.zip |
Added menu entry and closing bug #76558.
Diffstat (limited to 'games-puzzle')
-rw-r--r-- | games-puzzle/pathological/ChangeLog | 8 | ||||
-rw-r--r-- | games-puzzle/pathological/pathological-1.1.3.ebuild | 9 |
2 files changed, 13 insertions, 4 deletions
diff --git a/games-puzzle/pathological/ChangeLog b/games-puzzle/pathological/ChangeLog index edb81089e676..7f85efffca9b 100644 --- a/games-puzzle/pathological/ChangeLog +++ b/games-puzzle/pathological/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for games-puzzle/pathological -# Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-puzzle/pathological/ChangeLog,v 1.6 2004/12/28 16:12:40 josejx Exp $ +# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-puzzle/pathological/ChangeLog,v 1.7 2005/01/03 22:33:49 wolf31o2 Exp $ + + 03 Jan 2005; Chris Gianelloni <wolf31o2@gentoo.org> + pathological-1.1.3.ebuild: + Added menu entry and closing bug #76558. 29 Dec 2004; Joseph Jezak <josejx@gentoo.org> pathological-1.1.3.ebuild: Marked ppc stable. diff --git a/games-puzzle/pathological/pathological-1.1.3.ebuild b/games-puzzle/pathological/pathological-1.1.3.ebuild index c059b11df9b5..9070402fb273 100644 --- a/games-puzzle/pathological/pathological-1.1.3.ebuild +++ b/games-puzzle/pathological/pathological-1.1.3.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2004 Gentoo Foundation +# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-puzzle/pathological/pathological-1.1.3.ebuild,v 1.7 2004/12/28 16:12:40 josejx Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-puzzle/pathological/pathological-1.1.3.ebuild,v 1.8 2005/01/03 22:33:49 wolf31o2 Exp $ inherit games @@ -66,5 +66,10 @@ src_install() { doman pathological.6.gz use doc && dohtml -r html/ + insinto /usr/share/pixmaps + doins pathological.xpm + + make_desktop_entry pathological Pathological pathological.xpm + prepgamesdirs } |