Portage is a package management system used by Gentoo Linux
# ChangeLog for games-puzzle/jools
# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/games-puzzle/jools/ChangeLog,v 1.4 2008/05/29 16:54:46 hawking Exp $
29 May 2008; Ali Polatel
python_mod_optimize is ROOT aware.
*jools-0.20-r1 (28 Mar 2008)
28 Mar 2008; Tristan Heaven
+jools-0.20-r1.ebuild:
Install python files into games libdir
29 Feb 2008; Carsten Lohrke
Remove icon extension from desktop entry to match Icon Theme Specification.
*jools-0.20 (14 Jan 2007)
14 Jan 2007;
New ebuild. Bug #93770 by Anton Romanov
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
DIST jools-0.20.tar.gz 1710143 RMD160 c9689549b6f73ca6cc43a7e840d1f7555df24df8 SHA1 3832e22cbee8d2cc7f13030ea0b1caf09a185179 SHA256 50f5c23491e45b4658baecdb774ba071000f4c9a1164b77c95cbfe711f3e36c8
DIST jools-musicpack-1.0.tar.gz 4447501 RMD160 e2b084bbea972c42b79fa8e56ee9fcc9b1e34f05 SHA1 52982a438e7bc6ed4691e63838f92f7aa919bf54 SHA256 baf3bd24a65508868b13b6224a0661dc4b8616eb8d70fab04a9e732d32983c84
EBUILD jools-0.20-r1.ebuild 1358 RMD160 348b757fe29bdccfcf6cc2666b29d340975c0530 SHA1 12a1ece76a00f91a475def259aee6e5d6517a1e4 SHA256 5198e45251f4fdaa29bc646f395da937fa4132fbbe2fac6bb048ab085135fcbb
MISC ChangeLog 755 RMD160 25591fe34b635a63df72fee49a700bc518fd841b SHA1 40ed14995534d6694c8b16c4efeb7193e400c78b SHA256 f0a8254e783a6a5c6110d0525263a06f1143e45d0e8e6755b704311af12be6a7
MISC metadata.xml 580 RMD160 e6b0dd9e0ae3e6e6d8bfa294e7aa8db82e5a745e SHA1 07a986344634de8f41008723fc07d468a9667f9f SHA256 99ea28a2292a9b3fae00d7a12b4b707e521029fe8a4708b2cd639206b24002d1
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2.0.9 (GNU/Linux)
iEYEARECAAYFAkg+39kACgkQQU4yORhF8iCq+gCeM3HsL0jp8Ebs4e0jN4KY9FUB
siIAn2W7c4r0hBBnWkRohFK3XoIPirpY
=ALT9
-----END PGP SIGNATURE-----
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/games-puzzle/jools/jools-0.20-r1.ebuild,v 1.2 2008/05/29 16:54:46 hawking Exp $
inherit eutils python games
MUS_P=${PN}-musicpack-1.0
DESCRIPTION="clone of Bejeweled, a popular pattern-matching game"
HOMEPAGE="http://www.eecs.umich.edu/~pelzlpj/jools/"
SRC_URI="http://www.eecs.umich.edu/~pelzlpj/jools/${P}.tar.gz
http://www.eecs.umich.edu/~pelzlpj/jools/${MUS_P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
RDEPEND="dev-python/pygame"
DEPEND=""
S=${WORKDIR}/${P}/jools
src_unpack() {
unpack ${P}.tar.gz
cd "${S}"
echo "MEDIAROOT = \"${GAMES_DATADIR}/${PN}\"" > config.py
cd music
unpack ${MUS_P}.tar.gz
}
src_install() {
games_make_wrapper ${PN} "python ./__init__.py" "$(games_get_libdir)"/${PN}
insinto "$(games_get_libdir)"/${PN}
doins *.py || die "doins py failed"
insinto "${GAMES_DATADIR}"/${PN}
doins -r fonts images music sounds || die "doins data failed"
newicon images/ruby/0001.png ${PN}.png
make_desktop_entry ${PN} Jools
dodoc ../{ChangeLog,doc/{POINTS,TODO}}
dohtml ../doc/manual.html
prepgamesdirs
}
pkg_postinst() {
python_mod_optimize "$(games_get_libdir)"/${PN}
games_pkg_postinst
}
pkg_postrm() {
python_mod_cleanup "$(games_get_libdir)"/${PN}
}
Jools is a graphical puzzle game in the tradition of Tetris. It has begun as
a clone of Bejeweled, which is currently available for Windows, Mac, and
Palm/Pocket PC devices. In a nutshell, the goal is to swap adjacent jools
(jewels) within a grid, in order to create rows of three or more of a kind.
These jools will then disappear, and more will fall to fill their places.