diff options
author | Mike Frysinger <vapier@gentoo.org> | 2005-07-12 03:26:05 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2005-07-12 03:26:05 +0000 |
commit | 30f9f0ecf843b1927cdc138bfcfaf60f4593bdc9 (patch) | |
tree | db53bdc97a1ab4c86dec333073d0a754244b3f91 /games-puzzle/gnudoku | |
parent | amd64 love #98714 (diff) | |
download | gentoo-2-30f9f0ecf843b1927cdc138bfcfaf60f4593bdc9.tar.gz gentoo-2-30f9f0ecf843b1927cdc138bfcfaf60f4593bdc9.tar.bz2 gentoo-2-30f9f0ecf843b1927cdc138bfcfaf60f4593bdc9.zip |
Version bump #98714 by Peter Roozemaal.
(Portage version: 2.0.51.22-r1)
Diffstat (limited to 'games-puzzle/gnudoku')
-rw-r--r-- | games-puzzle/gnudoku/ChangeLog | 7 | ||||
-rw-r--r-- | games-puzzle/gnudoku/files/digest-gnudoku-0.91 | 1 | ||||
-rw-r--r-- | games-puzzle/gnudoku/gnudoku-0.91.ebuild | 27 |
3 files changed, 34 insertions, 1 deletions
diff --git a/games-puzzle/gnudoku/ChangeLog b/games-puzzle/gnudoku/ChangeLog index 0d7033da0136..b720aa2d6c9b 100644 --- a/games-puzzle/gnudoku/ChangeLog +++ b/games-puzzle/gnudoku/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for games-puzzle/gnudoku # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-puzzle/gnudoku/ChangeLog,v 1.2 2005/06/28 07:46:21 dholm Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-puzzle/gnudoku/ChangeLog,v 1.3 2005/07/12 03:26:05 vapier Exp $ + +*gnudoku-0.91 (12 Jul 2005) + + 12 Jul 2005; Mike Frysinger <vapier@gentoo.org> +gnudoku-0.91.ebuild: + Version bump #98714 by Peter Roozemaal. 28 Jun 2005; David Holm <dholm@gentoo.org> gnudoku-0.9.ebuild: Added to ~ppc. diff --git a/games-puzzle/gnudoku/files/digest-gnudoku-0.91 b/games-puzzle/gnudoku/files/digest-gnudoku-0.91 new file mode 100644 index 000000000000..aa232d2cb252 --- /dev/null +++ b/games-puzzle/gnudoku/files/digest-gnudoku-0.91 @@ -0,0 +1 @@ +MD5 8929cb103009941dffc70d7a76b7997c GNUDoku-0.91.tar.gz 13420 diff --git a/games-puzzle/gnudoku/gnudoku-0.91.ebuild b/games-puzzle/gnudoku/gnudoku-0.91.ebuild new file mode 100644 index 000000000000..813ccee81b78 --- /dev/null +++ b/games-puzzle/gnudoku/gnudoku-0.91.ebuild @@ -0,0 +1,27 @@ +# Copyright 1999-2005 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/games-puzzle/gnudoku/gnudoku-0.91.ebuild,v 1.1 2005/07/12 03:26:05 vapier Exp $ + +inherit eutils games + +MY_PN="GNUDoku" +MY_P=${MY_PN}-${PV} +DESCRIPTION="A program for creating and solving Su Doku puzzles" +HOMEPAGE="http://www.icculus.org/~jcspray/GNUDoku" +SRC_URI="http://www.icculus.org/~jcspray/GNUDoku/${MY_P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~ppc ~x86" +IUSE="" + +DEPEND=">=dev-cpp/gtkmm-2.6" + +S=${WORKDIR}/${MY_P} + +src_install() { + dogamesbin GNUDoku || die "dogamesbin failed" + newicon GNUDoku.png ${PN}.png + make_desktop_entry ${MY_PN} ${MY_PN} + prepgamesdirs +} |