Portage is a package management system used by Gentoo Linux
# ChangeLog for games-arcade/ri-li
# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/games-arcade/ri-li/ChangeLog,v 1.10 2008/06/24 10:07:05 opfer Exp $
24 Jun 2008; Christian Faulhammer
stable x86, bug 229113
23 Jun 2008; Kenneth Prugh
amd64 stable, bug #229113
30 Apr 2008; Tristan Heaven
+files/ri-li-2.0.1-gcc43.patch, ri-li-2.0.1.ebuild:
Fix building with gcc-4.3
*ri-li-2.0.1 (26 Mar 2008)
26 Mar 2008; Michael Sterrett
version bump (bug #214692)
25 Mar 2008; Santiago M. Mola
amd64 stable
29 Feb 2008; Carsten Lohrke
Remove icon extension from desktop entry to match Icon Theme Specification.
26 Oct 2006;
Added ~amd64 keyword. Bug #152016 by Jose Marino
*ri-li-2.0.0 (20 Oct 2006)
20 Oct 2006; Michael Sterrett
version bump (bug #152119)
*ri-li-1.2.0 (28 Jul 2006)
28 Jul 2006; Michael Sterrett
version bump
*ri-li-1.0.3 (28 Jul 2006)
28 Jul 2006; Michael Sterrett
+ri-li-1.0.3.ebuild:
initial commit - ebuild submitted by Benoit GANNE via bug #139359
AUX ri-li-2.0.1-gcc43.patch 8576 RMD160 a1f66d450945cf92458ece8ab86049960b418b32 SHA1 d34caa322fd2437781d52c42e4ba890d464e3a7b SHA256 dc5db31038bf26b24749897baf852d4e6e3bf5da1674c11e00ffd3fe850f9c46
DIST Ri-li-2.0.1.tar.bz2 13745398 RMD160 bdb23751c6456238b1cfc8d2fc54145768e043e6 SHA1 33c1cd7c7a757decf813f5065a1bd88bba9520f3 SHA256 f71ccc20c37c601358d963e087ac0d524de8c68e96df09c3aac1ae65edd38dbd
EBUILD ri-li-2.0.1.ebuild 883 RMD160 df0ccb52605eaa8ec34fe53466d5f1c2614a3f54 SHA1 731c9f81ed524a175846811711a8222e595b2ba4 SHA256 8d2f14ef840d579cd782204272656cc49b43064df23518a5570d70493ef61784
MISC ChangeLog 1484 RMD160 7957802cdc17e891769abe1667983635c3c193f2 SHA1 8cd6f30e91fc4fd7610821e4bdccb2d848095db5 SHA256 148912cb39d7a4dd5886b9c306dd1d74a534e072af1eef1acde3559a8735043a
MISC metadata.xml 158 RMD160 cbd9984bb6b426c8c9cee5022fe0a26261612fea SHA1 be5251fa1dacef5c41b74761bb1c8c54fb633b9e SHA256 1423a4fdd4a79b1728a2056d9e300f7e1074253095d82726218d9e9b953888a3
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/games-arcade/ri-li/ri-li-2.0.1.ebuild,v 1.4 2008/06/24 10:07:05 opfer Exp $
inherit eutils games
DESCRIPTION="Drive a toy wood engine and collect all the coaches"
HOMEPAGE="http://ri-li.sourceforge.net/"
SRC_URI="mirror://sourceforge/ri-li/Ri-li-${PV}.tar.bz2"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="amd64 x86"
IUSE=""
DEPEND="media-libs/libsdl
media-libs/sdl-mixer"
S=${WORKDIR}/Ri-li-${PV}
src_unpack() {
unpack ${A}
cd "${S}"
epatch "${FILESDIR}"/${P}-gcc43.patch
}
src_install() {
emake DESTDIR="${D}" install || die "emake install failed"
rm -f "${D}${GAMES_DATADIR}/Ri-li/"*ebuild
doicon "${D}${GAMES_DATADIR}/Ri-li/"*png
dodoc AUTHORS ChangeLog NEWS README
make_desktop_entry Ri_li Ri-li Ri-li-icon-48x48
prepgamesdirs
}