From: "Alfredo Tupone (tupone)" <tupone@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in games-arcade/tomatoes: ChangeLog tomatoes-1.55-r2.ebuild
Date: Mon, 5 Jan 2015 19:20:01 +0000 (UTC) [thread overview]
Message-ID: <20150105192001.6C427EEFB@oystercatcher.gentoo.org> (raw)
tupone 15/01/05 19:20:01
Modified: ChangeLog tomatoes-1.55-r2.ebuild
Log:
EAPI 5
(Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 0145142D)
Revision Changes Path
1.21 games-arcade/tomatoes/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-arcade/tomatoes/ChangeLog?rev=1.21&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-arcade/tomatoes/ChangeLog?rev=1.21&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-arcade/tomatoes/ChangeLog?r1=1.20&r2=1.21
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-arcade/tomatoes/ChangeLog,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -r1.20 -r1.21
--- ChangeLog 15 May 2014 16:33:42 -0000 1.20
+++ ChangeLog 5 Jan 2015 19:20:01 -0000 1.21
@@ -1,6 +1,9 @@
# ChangeLog for games-arcade/tomatoes
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-arcade/tomatoes/ChangeLog,v 1.20 2014/05/15 16:33:42 ulm Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/games-arcade/tomatoes/ChangeLog,v 1.21 2015/01/05 19:20:01 tupone Exp $
+
+ 05 Jan 2015; Tupone Alfredo <tupone@gentoo.org> tomatoes-1.55-r2.ebuild:
+ EAPI 5
15 May 2014; Ulrich Müller <ulm@gentoo.org> tomatoes-1.55-r2.ebuild:
Fix USE dependency on media-libs/libsdl, "audio" USE flag was renamed to
1.11 games-arcade/tomatoes/tomatoes-1.55-r2.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-arcade/tomatoes/tomatoes-1.55-r2.ebuild?rev=1.11&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-arcade/tomatoes/tomatoes-1.55-r2.ebuild?rev=1.11&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-arcade/tomatoes/tomatoes-1.55-r2.ebuild?r1=1.10&r2=1.11
Index: tomatoes-1.55-r2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-arcade/tomatoes/tomatoes-1.55-r2.ebuild,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- tomatoes-1.55-r2.ebuild 15 May 2014 16:33:42 -0000 1.10
+++ tomatoes-1.55-r2.ebuild 5 Jan 2015 19:20:01 -0000 1.11
@@ -1,8 +1,8 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-arcade/tomatoes/tomatoes-1.55-r2.ebuild,v 1.10 2014/05/15 16:33:42 ulm Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-arcade/tomatoes/tomatoes-1.55-r2.ebuild,v 1.11 2015/01/05 19:20:01 tupone Exp $
-EAPI=2
+EAPI=5
inherit eutils games
DATA_PV=1.5
@@ -21,6 +21,7 @@
media-libs/libsdl[sound,video]
media-libs/sdl-image[jpeg,png]
media-libs/sdl-mixer[mod]"
+RDEPEND="${DEPEND}"
src_prepare() {
mv ../tomatoes-1.5/* . || die "mv failed"
@@ -42,11 +43,11 @@
}
src_install() {
- dogamesbin tomatoes || die "dogamesbin failed"
+ dogamesbin tomatoes
dodoc README README-src
insinto "${GAMES_DATADIR}"/${PN}
- doins -r tomatoes.mpk music || die "doins data failed"
+ doins -r tomatoes.mpk music
doicon ${PN}.png
make_desktop_entry tomatoes "I Have No Tomatoes"
@@ -56,7 +57,7 @@
fperms 660 "${GAMES_STATEDIR}"/${PN}/hiscore.lst
insinto "${GAMES_SYSCONFDIR}"/${PN}
- doins config.cfg || die "doins config.cfg failed"
+ doins config.cfg
prepgamesdirs
}
next reply other threads:[~2015-01-05 19:20 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-01-05 19:20 Alfredo Tupone (tupone) [this message]
-- strict thread matches above, loose matches on Subject: below --
2014-05-15 16:33 [gentoo-commits] gentoo-x86 commit in games-arcade/tomatoes: ChangeLog tomatoes-1.55-r2.ebuild Ulrich Mueller (ulm)
2011-06-18 15:41 Alfredo Tupone (tupone)
2010-08-20 16:27 Michael Sterrett (mr_bones_)
2009-01-19 20:20 Michael Sterrett (mr_bones_)
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=20150105192001.6C427EEFB@oystercatcher.gentoo.org \
--to=tupone@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