From: "Julian Ospald (hasufell)" <hasufell@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in games-strategy/ja2-stracciatella: ChangeLog ja2-stracciatella-0.12.1_p7072.ebuild
Date: Sat, 2 Jun 2012 16:47:21 +0000 (UTC) [thread overview]
Message-ID: <20120602164721.683862004B@flycatcher.gentoo.org> (raw)
hasufell 12/06/02 16:47:21
Modified: ChangeLog ja2-stracciatella-0.12.1_p7072.ebuild
Log:
bump to EAPI=4
(Portage version: 2.2.0_alpha109/cvs/Linux x86_64)
Revision Changes Path
1.2 games-strategy/ja2-stracciatella/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/ja2-stracciatella/ChangeLog?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/ja2-stracciatella/ChangeLog?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/ja2-stracciatella/ChangeLog?r1=1.1&r2=1.2
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-strategy/ja2-stracciatella/ChangeLog,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ChangeLog 10 May 2012 20:05:37 -0000 1.1
+++ ChangeLog 2 Jun 2012 16:47:21 -0000 1.2
@@ -1,6 +1,10 @@
# ChangeLog for games-strategy/ja2-stracciatella
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-strategy/ja2-stracciatella/ChangeLog,v 1.1 2012/05/10 20:05:37 hasufell Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-strategy/ja2-stracciatella/ChangeLog,v 1.2 2012/06/02 16:47:21 hasufell Exp $
+
+ 02 Jun 2012; Julian Ospald <hasufell@gentoo.org>
+ ja2-stracciatella-0.12.1_p7072.ebuild:
+ bump to EAPI=4
*ja2-stracciatella-0.12.1_p7072 (10 May 2012)
1.2 games-strategy/ja2-stracciatella/ja2-stracciatella-0.12.1_p7072.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/ja2-stracciatella/ja2-stracciatella-0.12.1_p7072.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/ja2-stracciatella/ja2-stracciatella-0.12.1_p7072.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/ja2-stracciatella/ja2-stracciatella-0.12.1_p7072.ebuild?r1=1.1&r2=1.2
Index: ja2-stracciatella-0.12.1_p7072.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-strategy/ja2-stracciatella/ja2-stracciatella-0.12.1_p7072.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ja2-stracciatella-0.12.1_p7072.ebuild 10 May 2012 20:05:37 -0000 1.1
+++ ja2-stracciatella-0.12.1_p7072.ebuild 2 Jun 2012 16:47:21 -0000 1.2
@@ -1,8 +1,8 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-strategy/ja2-stracciatella/ja2-stracciatella-0.12.1_p7072.ebuild,v 1.1 2012/05/10 20:05:37 hasufell Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-strategy/ja2-stracciatella/ja2-stracciatella-0.12.1_p7072.ebuild,v 1.2 2012/06/02 16:47:21 hasufell Exp $
-EAPI=3
+EAPI=4
inherit eutils games
@@ -62,15 +62,15 @@
use editor && myconf+=" JA2EDITOR=yes JA2BETAVERSION=yes"
use zlib && myconf+=" WITH_ZLIB=yes"
- emake ${myconf} || die
+ emake ${myconf}
}
src_install() {
- dogamesbin ja2 "${T}"/ja2-convert || die
+ dogamesbin ja2 "${T}"/ja2-convert
if use editor; then
insinto "${GAMES_DATADIR}"/ja2/data
- doins "${WORKDIR}"/editor.slf || die
+ doins "${WORKDIR}"/editor.slf
fi
make_desktop_entry ja2 ${PN}
next reply other threads:[~2012-06-02 16:47 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-06-02 16:47 Julian Ospald (hasufell) [this message]
-- strict thread matches above, loose matches on Subject: below --
2012-06-23 22:10 [gentoo-commits] gentoo-x86 commit in games-strategy/ja2-stracciatella: ChangeLog ja2-stracciatella-0.12.1_p7072.ebuild Julian Ospald (hasufell)
2012-07-02 16:56 Julian Ospald (hasufell)
2012-11-21 10:13 Agostino Sarubbo (ago)
2014-05-15 17:04 Ulrich Mueller (ulm)
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=20120602164721.683862004B@flycatcher.gentoo.org \
--to=hasufell@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