diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2005-07-29 19:45:14 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2005-07-29 19:45:14 +0000 |
commit | 72a6d54557c6fcc96a24a6166493bb9775508c74 (patch) | |
tree | 92bb374706cc2db487904b1797cef28b2a43390b /games-puzzle/gnudoku | |
parent | version bump wrt bug #100686 (diff) | |
download | gentoo-2-72a6d54557c6fcc96a24a6166493bb9775508c74.tar.gz gentoo-2-72a6d54557c6fcc96a24a6166493bb9775508c74.tar.bz2 gentoo-2-72a6d54557c6fcc96a24a6166493bb9775508c74.zip |
old
(Portage version: 2.0.51.22-r2)
Diffstat (limited to 'games-puzzle/gnudoku')
-rw-r--r-- | games-puzzle/gnudoku/files/digest-gnudoku-0.9 | 1 | ||||
-rw-r--r-- | games-puzzle/gnudoku/gnudoku-0.9.ebuild | 27 |
2 files changed, 0 insertions, 28 deletions
diff --git a/games-puzzle/gnudoku/files/digest-gnudoku-0.9 b/games-puzzle/gnudoku/files/digest-gnudoku-0.9 deleted file mode 100644 index b7298f90707e..000000000000 --- a/games-puzzle/gnudoku/files/digest-gnudoku-0.9 +++ /dev/null @@ -1 +0,0 @@ -MD5 d6c330f49f9c40d10e46a82842b2a669 GNUDoku-0.9.tar.gz 12231 diff --git a/games-puzzle/gnudoku/gnudoku-0.9.ebuild b/games-puzzle/gnudoku/gnudoku-0.9.ebuild deleted file mode 100644 index 41e859423460..000000000000 --- a/games-puzzle/gnudoku/gnudoku-0.9.ebuild +++ /dev/null @@ -1,27 +0,0 @@ -# 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.9.ebuild,v 1.3 2005/07/12 03:23:17 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 -} |