Portage is a package management system used by Gentoo Linux
# ChangeLog for games-arcade/lbreakout
# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/games-arcade/lbreakout/ChangeLog,v 1.7 2007/02/08 20:52:11 wolf31o2 Exp $
08 Feb 2007; Chris Gianelloni
Regenerate digest in Manifest2 format.
28 Dec 2004; Ciaran McCreesh
Change encoding to UTF-8 for GLEP 31 compliance
06 Jan 2004; Michael Sterrett
lbreakout-010315.ebuild:
use games eclass; more error checking/messages
05 Jan 2004; Jon Portnoy
AMD64 keywords.
*lbreakout-010315 (1 Feb 2002)
18 Oct 2002; Daniel Ahlberg
Updated to mirror://sourceforge in SRC_URI.
17 jul 2002; Jose Alberto Suárez López
Added LICENSE, KEYWORDS, SLOT.
1 Feb 2002; G.Bevin
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.
DIST lbreakout-010315.tar.gz 655418 RMD160 ecb5784ec9475766035fabd84609c8a71581219d SHA1 9385f4690aee645955acb23d8481957aaaf0e2fb SHA256 23ed1210879850e330d62143b5f8c6e8259898ea4c9afcb7df4b8f4a1e00dac1
EBUILD lbreakout-010315.ebuild 812 RMD160 ae06c8d2203cd872691d143081bda1e6d1acaa76 SHA1 f5e51c4f43e675356a7757c6f5830bfc298577cb SHA256 929a4d49ce8e83e757d41702b6c62e2a741fe1ecac2e5ed8e9f15e2d06eb5eee
MISC ChangeLog 1360 RMD160 402fa37329a9af29ba7bb998cbd9ca374a1e4bd0 SHA1 e08ef8e9e2525c9f4d40763011a9e636d67343d7 SHA256 06ec8a6281c51965cfd94ecc52d4f3fd90f94fe1a951da7a1949da235b4d8169
MISC metadata.xml 158 RMD160 cbd9984bb6b426c8c9cee5022fe0a26261612fea SHA1 be5251fa1dacef5c41b74761bb1c8c54fb633b9e SHA256 1423a4fdd4a79b1728a2056d9e300f7e1074253095d82726218d9e9b953888a3
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/games-arcade/lbreakout/lbreakout-010315.ebuild,v 1.7 2007/08/08 22:04:10 vapier Exp $
inherit games
DESCRIPTION="Breakout clone written with the SDL library"
HOMEPAGE="http://lgames.sourceforge.net/"
SRC_URI="mirror://sourceforge/lgames/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="amd64 ia64 ppc x86"
IUSE=""
DEPEND=">=media-libs/libsdl-1.1.5"
src_compile() {
egamesconf --datadir="${GAMES_DATADIR_BASE}" || die
emake || die "emake failed"
}
src_install() {
# makefile fails to create this directory
dodir /var/lib/games
emake DESTDIR="${D}" install || die "make install failed"
dodoc AUTHORS README ChangeLog
dohtml lbreakout/manual/*
prepgamesdirs
}