diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2005-10-31 08:31:53 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2005-10-31 08:31:53 +0000 |
commit | c4cf5fe716f3d22fd926b58d06875e4b0ab9c0b2 (patch) | |
tree | f2b62674a94ed0efd25f49e956896027f1f36fc5 /games-puzzle/gnudoku | |
parent | ~ia64 keyword. (diff) | |
download | historical-c4cf5fe716f3d22fd926b58d06875e4b0ab9c0b2.tar.gz historical-c4cf5fe716f3d22fd926b58d06875e4b0ab9c0b2.tar.bz2 historical-c4cf5fe716f3d22fd926b58d06875e4b0ab9c0b2.zip |
old
Package-Manager: portage-2.0.51.22-r3
Diffstat (limited to 'games-puzzle/gnudoku')
-rw-r--r-- | games-puzzle/gnudoku/files/digest-gnudoku-0.91 | 1 | ||||
-rw-r--r-- | games-puzzle/gnudoku/gnudoku-0.91.ebuild | 27 |
2 files changed, 0 insertions, 28 deletions
diff --git a/games-puzzle/gnudoku/files/digest-gnudoku-0.91 b/games-puzzle/gnudoku/files/digest-gnudoku-0.91 deleted file mode 100644 index aa232d2cb252..000000000000 --- a/games-puzzle/gnudoku/files/digest-gnudoku-0.91 +++ /dev/null @@ -1 +0,0 @@ -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 deleted file mode 100644 index 813ccee81b78..000000000000 --- a/games-puzzle/gnudoku/gnudoku-0.91.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.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 -} |