public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
Search results ordered by [date|relevance]  view[summary|nested|Atom feed]
thread overview below | download mbox.gz: |
* [gentoo-commits] gentoo-x86 commit in games-emulation/stella: ChangeLog stella-3.1.ebuild
@ 2010-04-24  7:58 99% Michael Sterrett (mr_bones_)
  0 siblings, 0 replies; 1+ results
From: Michael Sterrett (mr_bones_) @ 2010-04-24  7:58 UTC (permalink / raw
  To: gentoo-commits

mr_bones_    10/04/24 07:58:10

  Modified:             ChangeLog
  Added:                stella-3.1.ebuild
  Log:
  version bump
  (Portage version: 2.1.8.3/cvs/Linux i686)

Revision  Changes    Path
1.46                 games-emulation/stella/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-emulation/stella/ChangeLog?rev=1.46&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-emulation/stella/ChangeLog?rev=1.46&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-emulation/stella/ChangeLog?r1=1.45&r2=1.46

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-emulation/stella/ChangeLog,v
retrieving revision 1.45
retrieving revision 1.46
diff -u -r1.45 -r1.46
--- ChangeLog	6 Jan 2010 13:36:30 -0000	1.45
+++ ChangeLog	24 Apr 2010 07:58:10 -0000	1.46
@@ -1,6 +1,11 @@
 # ChangeLog for games-emulation/stella
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-emulation/stella/ChangeLog,v 1.45 2010/01/06 13:36:30 josejx Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-emulation/stella/ChangeLog,v 1.46 2010/04/24 07:58:10 mr_bones_ Exp $
+
+*stella-3.1 (24 Apr 2010)
+
+  24 Apr 2010; Michael Sterrett <mr_bones_@gentoo.org> +stella-3.1.ebuild:
+  version bump
 
   06 Jan 2010; Joseph Jezak <josejx@gentoo.org> stella-3.0.ebuild:
   Marked ppc stable for bug #288998.



1.1                  games-emulation/stella/stella-3.1.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-emulation/stella/stella-3.1.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-emulation/stella/stella-3.1.ebuild?rev=1.1&content-type=text/plain

Index: stella-3.1.ebuild
===================================================================
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/games-emulation/stella/stella-3.1.ebuild,v 1.1 2010/04/24 07:58:10 mr_bones_ Exp $

EAPI=2
inherit eutils games

DESCRIPTION="Stella Atari 2600 VCS Emulator"
HOMEPAGE="http://stella.sourceforge.net/"
SRC_URI="mirror://sourceforge/${PN}/${P}-src.tar.gz"

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

DEPEND="media-libs/libsdl[video]
	sys-libs/zlib
	opengl? ( virtual/opengl )"

src_prepare() {
	sed -i \
		-e '/INSTALL/s/-s //' \
		-e '/STRIP/d' \
		-e "/icons/d" \
		-e '/INSTALL.*DOCDIR/d' \
		-e '/INSTALL.*\/applications/d' \
		Makefile \
		|| die "sed failed"
}

src_configure() {
	# not an autoconf script
	./configure \
		--prefix="/usr" \
		--bindir="${GAMES_BINDIR}" \
		--docdir="/usr/share/doc/${PF}" \
		--datadir="${GAMES_DATADIR}" \
		$(use_enable opengl gl) \
		|| die
}

src_install() {
	emake DESTDIR="${D}" install || die "emake install failed"
	doicon src/common/stella.png
	make_desktop_entry stella Stella
	dohtml -r docs/*
	dodoc Announce.txt Changes.txt Copyright.txt README-GP2X.txt README-SDL.txt Readme.txt Todo.txt
	prepgamesdirs
}






^ permalink raw reply	[relevance 99%]

Results 1-1 of 1 | reverse | options above
-- pct% links below jump to the message on this page, permalinks otherwise --
2010-04-24  7:58 99% [gentoo-commits] gentoo-x86 commit in games-emulation/stella: ChangeLog stella-3.1.ebuild Michael Sterrett (mr_bones_)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox