From: "Michael Sterrett (mr_bones_)" <mr_bones_@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in games-emulation/stella: ChangeLog stella-3.1.ebuild
Date: Sat, 24 Apr 2010 07:58:10 +0000 (UTC) [thread overview]
Message-ID: <20100424075810.C474A2C04C@corvid.gentoo.org> (raw)
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
}
next reply other threads:[~2010-04-24 7:58 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-04-24 7:58 Michael Sterrett (mr_bones_) [this message]
-- strict thread matches above, loose matches on Subject: below --
2010-05-26 10:40 [gentoo-commits] gentoo-x86 commit in games-emulation/stella: ChangeLog stella-3.1.ebuild Pacho Ramos (pacho)
2010-05-31 21:12 Joseph Jezak (josejx)
2010-06-01 8:20 PaweA Hajdan (phajdan.jr)
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20100424075810.C474A2C04C@corvid.gentoo.org \
--to=mr_bones_@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox