summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTristan Heaven <nyhm@gentoo.org>2007-03-14 23:57:03 +0000
committerTristan Heaven <nyhm@gentoo.org>2007-03-14 23:57:03 +0000
commitd46d7dde365d09291cad6c1bbecfba737caea698 (patch)
tree1e6aa58e9307703bdac91b614e019ea39d1bc5ca /games-puzzle/hangman
parentInstall menu entry, bug #160231 (diff)
downloadgentoo-2-d46d7dde365d09291cad6c1bbecfba737caea698.tar.gz
gentoo-2-d46d7dde365d09291cad6c1bbecfba737caea698.tar.bz2
gentoo-2-d46d7dde365d09291cad6c1bbecfba737caea698.zip
Install menu entry, bug #160222
(Portage version: 2.1.2.2)
Diffstat (limited to 'games-puzzle/hangman')
-rw-r--r--games-puzzle/hangman/ChangeLog7
-rw-r--r--games-puzzle/hangman/hangman-0.9.2.ebuild18
2 files changed, 15 insertions, 10 deletions
diff --git a/games-puzzle/hangman/ChangeLog b/games-puzzle/hangman/ChangeLog
index a2ad13688a15..0c24f19af293 100644
--- a/games-puzzle/hangman/ChangeLog
+++ b/games-puzzle/hangman/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for games-puzzle/hangman
-# Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-puzzle/hangman/ChangeLog,v 1.7 2006/08/15 14:43:32 tcort Exp $
+# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/games-puzzle/hangman/ChangeLog,v 1.8 2007/03/14 23:57:03 nyhm Exp $
+
+ 14 Mar 2007; Tristan Heaven <nyhm@gentoo.org> hangman-0.9.2.ebuild:
+ Install menu entry, bug #160222
15 Aug 2006; Thomas Cort <tcort@gentoo.org> hangman-0.9.2.ebuild:
Stable on amd64 wrt Bug #143961
diff --git a/games-puzzle/hangman/hangman-0.9.2.ebuild b/games-puzzle/hangman/hangman-0.9.2.ebuild
index 7271390317e8..35fbdfe78f69 100644
--- a/games-puzzle/hangman/hangman-0.9.2.ebuild
+++ b/games-puzzle/hangman/hangman-0.9.2.ebuild
@@ -1,26 +1,28 @@
-# Copyright 1999-2006 Gentoo Foundation
+# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-puzzle/hangman/hangman-0.9.2.ebuild,v 1.9 2006/08/15 14:43:32 tcort Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-puzzle/hangman/hangman-0.9.2.ebuild,v 1.10 2007/03/14 23:57:03 nyhm Exp $
-inherit games
+inherit eutils games
DESCRIPTION="The classic word guessing game"
HOMEPAGE="http://www.shiftygames.com/hangman/hangman.html"
-SRC_URI="http://www.shiftygames.com/hangman/${P}.tar.gz"
+SRC_URI="http://www.shiftygames.com/${PN}/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="amd64 ppc ~sparc x86"
IUSE=""
-DEPEND=">=media-libs/libsdl-1.2.4
- >=media-libs/sdl-mixer-1.2
- >=media-libs/sdl-image-1.2
+DEPEND="media-libs/libsdl
+ media-libs/sdl-mixer
+ media-libs/sdl-image
media-libs/sdl-ttf"
RDEPEND="${DEPEND}
sys-apps/miscfiles"
src_install() {
- make DESTDIR="${D}" install || die "make install failed"
+ emake DESTDIR="${D}" install || die "emake install failed"
+ newicon pics/noose.png ${PN}.png
+ make_desktop_entry ${PN} Hangman
prepgamesdirs
}