ChangeLog

# ChangeLog for games-puzzle/greedy
# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/games-puzzle/greedy/ChangeLog,v 1.7 2007/02/22 01:11:30 peper Exp $

22 Feb 2007; Piotr Jaroszyński ChangeLog:
Transition to Manifest2.

29 Jun 2006; Chris Gianelloni
greedy-0.2.0-r1.ebuild:
Fixed binaries being pre-stripped. Thanks to Tristan Heaven
for the patch. Closing bug #137715.

28 Dec 2004; Ciaran McCreesh :
Change encoding to UTF-8 for GLEP 31 compliance

*greedy-0.2.0-r1 (27 Aug 2003)

27 Aug 2003; Michael Sterrett greedy-0.2.0-r1.ebuild:
inherit games; use CFLAGS; error messages

*greedy-0.2.0 (22 May 2002)

17 jul 2002; Jose Alberto Suárez López greedy-0.2.0.ebuild :
Added KEYWORDS, SLOT.

5 May 2002; Mike Jones ChangeLog, greedy-0.2.0.ebuild
Added initial ChangeLog which should be updated whenever the package is
updated in any way. This changelog is targetted to users. This means that the
comments should well explained and written in clean English. The details about
writing correct changelogs are explained in the skel.ChangeLog file which you
can find in the root directory of the portage repository.

Manifest

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

DIST greedy-0.2.0.tar.gz 13152 RMD160 c326e416c8c0ef3f15421c281fef70df0eecfe37 SHA1 4873bde9ba97f2f8d7b6d0c65bc909b2227b92af SHA256 31929c41e6871698fbe2d259419fe2f31e8d4530568ccbc45a03783de970f321
EBUILD greedy-0.2.0-r1.ebuild 957 RMD160 bfe75760ae30bd197e2cb2724966d25b8ecb8f88 SHA1 1b810ff6058bc8417e1c721aa305c54fa95dfdfd SHA256 5544f377b2d7d34be74829f7032b183583fb5bdf51c4cb928849c423938f4112
MISC ChangeLog 1365 RMD160 8497eaaf044c3f31510a788dfd78d76f78fba9a0 SHA1 15e2a6694555293e3ef7c67113f6d499005f1bc4 SHA256 b49e15e65b1cde02606b8e8790793611df35b519ae13bd9cc3a39714747c256d
MISC metadata.xml 158 RMD160 cbd9984bb6b426c8c9cee5022fe0a26261612fea SHA1 be5251fa1dacef5c41b74761bb1c8c54fb633b9e SHA256 1423a4fdd4a79b1728a2056d9e300f7e1074253095d82726218d9e9b953888a3
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2.0.9 (GNU/Linux)

iEYEARECAAYFAkgsNLAACgkQdz7hIScOURGdpQCggk0jXnHlqlBfGgWMITzIa8XO
owMAoOmrfJhFJ0/UG45i0ql9zUT+rWL5
=+tYl
-----END PGP SIGNATURE-----

greedy-0.2.0-r1.ebuild

# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/games-puzzle/greedy/greedy-0.2.0-r1.ebuild,v 1.8 2008/05/15 13:03:38 nyhm Exp $

inherit games

DESCRIPTION="fun little ncurses puzzle game"
HOMEPAGE="http://www.kotinet.com/juhamattin/linux/index.html"
SRC_URI="http://www.kotinet.com/juhamattin/linux/download/${P}.tar.gz"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="amd64 ppc x86"
IUSE=""

DEPEND="sys-libs/ncurses"

src_compile() {
emake FLAGS="${CFLAGS}" STRIP=ls || die "emake failed"
}

src_install() {
# It wants a scores file. We need to touch one and install it.
touch greedy.scores
insinto "${GAMES_STATEDIR}"
doins greedy.scores || die "doins failed"

dogamesbin greedy || die "dogamesbin failed"
dodoc CHANGES README TODO

prepgamesdirs
# We need to set the permissions correctly
fperms 664 "${GAMES_STATEDIR}/greedy.scores" || die "fperms failed"
}

metadata.xml




games