ChangeLog

# ChangeLog for games-arcade/circuslinux
# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/games-arcade/circuslinux/ChangeLog,v 1.15 2008/02/29 18:54:41 carlo Exp $

29 Feb 2008; Carsten Lohrke circuslinux-1.0.3.ebuild:
Remove icon extension from desktop entry to match Icon Theme Specification.

12 Mar 2007; Tristan Heaven circuslinux-1.0.3.ebuild:
Install menu entry, bug #159850

20 Sep 2006; circuslinux-1.0.3.ebuild:
stable on amd64

21 Apr 2006; Michael Sterrett
circuslinux-1.0.3.ebuild:
don't install docs in /usr/games/share (bug #130510); use DESTDIR in
src_install

06 Jan 2006; Michael Sterrett
circuslinux-1.0.3.ebuild:
use games eclass (bug #117921)

10 Sep 2005; Aron Griffis circuslinux-1.0.3.ebuild:
Mark 1.0.3 stable on alpha

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

11 Nov 2004; Chris Gianelloni
circuslinux-1.0.3.ebuild:
Added ~amd64 KEYWORD and closing bug #70834.

18 Jun 2004; Jason Eric Huebel
circuslinux-1.0.3.ebuild:
added gnuconfig_update, ~amd64

30 May 2004; Gustavo Zacarias
circuslinux-1.0.3.ebuild:
Stable on sparc

07 May 2004; Ciaran McCreesh circuslinux-1.0.3.ebuild:
Added ~sparc, #50389

29 Apr 2004; Aron Griffis circuslinux-1.0.3.ebuild:
Add ~alpha

06 Dec 2003; Mark Guertin :
Added ppc to keywords

*circuslinux-1.0.3 (1 Feb 2002)

17 jul 2002; Jose Alberto Suárez López circuslinux-1.0.3.ebuild :
Added LICENSE, KEYWORDS.

1 Feb 2002; G.Bevin ChangeLog :

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

DIST circuslinux-1.0.3.tar.gz 1253839 RMD160 5483132e043b4a251a6e731856d822fc731a9ead SHA1 88b7cc95f2b759cc1e46d22a51e0ff7714331fec SHA256 bf9550ebd598a9e7d93a20d80ff466475122f8b023314bb1e07c31e8c608ce8a
EBUILD circuslinux-1.0.3.ebuild 1003 RMD160 899bb77fad21d060deabc511d1c37bfaa246cc13 SHA1 fb252ed331a1458de9c436188cfc7ab54193dd7e SHA256 f79a0cd72becc9b2d8f4297f53060ab2333a75639b56a8663c81bb376ec1a056
MISC ChangeLog 2253 RMD160 6e79eb005e0a902822f3b183f9b576ca8e80723a SHA1 cfbabf237986ff3de4af8fe816ee15ac8965cc36 SHA256 d59dd219878a40e901843a2e54167c299631ac3385fc4a479d563f065ddd8966
MISC metadata.xml 158 RMD160 cbd9984bb6b426c8c9cee5022fe0a26261612fea SHA1 be5251fa1dacef5c41b74761bb1c8c54fb633b9e SHA256 1423a4fdd4a79b1728a2056d9e300f7e1074253095d82726218d9e9b953888a3

circuslinux-1.0.3.ebuild

# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/games-arcade/circuslinux/circuslinux-1.0.3.ebuild,v 1.16 2008/02/29 18:54:41 carlo Exp $

inherit eutils games

DESCRIPTION="clone of the Atari 2600 game \"Circus Atari\""
SRC_URI="ftp://ftp.sonic.net/pub/users/nbs/unix/x/circus-linux/${P}.tar.gz"
HOMEPAGE="http://www.newbreedsoftware.com/circus-linux/"

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

DEPEND="media-libs/libsdl
media-libs/sdl-image
media-libs/sdl-mixer"

src_unpack() {
unpack ${A}
cd "${S}"
sed -i \
-e "/^install-data-am/d" \
Makefile.in \
|| die "sed failed"
sed -i \
-e 's/\$(pkgdatadir)/$(DESTDIR)&/' \
data/Makefile.in \
|| die "sed failed"
}

src_install () {
emake DESTDIR="${D}" install || die "emake install failed"
newicon data/images/${PN}-icon.xpm ${PN}.xpm
make_desktop_entry ${PN} "Circus Linux!" ${PN}
dodoc *.txt
prepgamesdirs
}

metadata.xml




games