From: "Michael Sterrett (mr_bones_)" <mr_bones_@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in games-strategy/mindrover-demo: mindrover-demo-1.07b.ebuild ChangeLog
Date: Wed, 16 Jul 2014 00:36:31 +0000 (UTC) [thread overview]
Message-ID: <20140716003631.33ACD2004E@flycatcher.gentoo.org> (raw)
mr_bones_ 14/07/16 00:36:31
Modified: mindrover-demo-1.07b.ebuild ChangeLog
Log:
EAPI=5; tidy
(Portage version: 2.2.8-r1/cvs/Linux x86_64, unsigned Manifest commit)
Revision Changes Path
1.8 games-strategy/mindrover-demo/mindrover-demo-1.07b.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/mindrover-demo/mindrover-demo-1.07b.ebuild?rev=1.8&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/mindrover-demo/mindrover-demo-1.07b.ebuild?rev=1.8&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/mindrover-demo/mindrover-demo-1.07b.ebuild?r1=1.7&r2=1.8
Index: mindrover-demo-1.07b.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-strategy/mindrover-demo/mindrover-demo-1.07b.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- mindrover-demo-1.07b.ebuild 6 May 2014 16:06:44 -0000 1.7
+++ mindrover-demo-1.07b.ebuild 16 Jul 2014 00:36:31 -0000 1.8
@@ -1,7 +1,8 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-strategy/mindrover-demo/mindrover-demo-1.07b.ebuild,v 1.7 2014/05/06 16:06:44 ulm Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-strategy/mindrover-demo/mindrover-demo-1.07b.ebuild,v 1.8 2014/07/16 00:36:31 mr_bones_ Exp $
+EAPI=5
inherit eutils unpacker games
MY_P="mindrover_demo.run"
@@ -26,18 +27,18 @@
dodir "${dir}"
- tar -zxf data.tar.gz -C "${Ddir}"/ || die "untar failed"
- tar -zxf music.tar.gz -C "${Ddir}"/ || die "untar failed"
+ tar -zxf data.tar.gz -C "${Ddir}"/ || die
+ tar -zxf music.tar.gz -C "${Ddir}"/ || die
dodoc README
- newicon icon.xpm ${PN}.xpm || die "doins failed"
+ newicon icon.xpm ${PN}.xpm || die
exeinto "${dir}"
doexe bin/Linux/x86/glibc-2.1/mindrover_demo \
- bin/Linux/x86/glibc-2.1/lib/libopenal.so.0.0.6 || die "doexe failed"
+ bin/Linux/x86/glibc-2.1/lib/libopenal.so.0.0.6 || die
dosym "${dir}"/libopenal.so.0.0.6 "${dir}"/libopenal.so.0
games_make_wrapper ${PN} ./mindrover_demo "${dir}" "${dir}"
+ make_desktop_entry ${PN} "Mindrover: Europa Project (Demo)"
prepgamesdirs
- make_desktop_entry ${PN} "Mindrover: Europa Project (Demo)"
}
1.8 games-strategy/mindrover-demo/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/mindrover-demo/ChangeLog?rev=1.8&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/mindrover-demo/ChangeLog?rev=1.8&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/mindrover-demo/ChangeLog?r1=1.7&r2=1.8
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-strategy/mindrover-demo/ChangeLog,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- ChangeLog 6 May 2014 16:06:44 -0000 1.7
+++ ChangeLog 16 Jul 2014 00:36:31 -0000 1.8
@@ -1,6 +1,10 @@
# ChangeLog for games-strategy/mindrover-demo
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-strategy/mindrover-demo/ChangeLog,v 1.7 2014/05/06 16:06:44 ulm Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-strategy/mindrover-demo/ChangeLog,v 1.8 2014/07/16 00:36:31 mr_bones_ Exp $
+
+ 16 Jul 2014; Michael Sterrett <mr_bones_@gentoo.org>
+ mindrover-demo-1.07b.ebuild:
+ EAPI=5; tidy
06 May 2014; Ulrich Müller <ulm@gentoo.org> mindrover-demo-1.07b.ebuild:
Fix LICENSE, add mirror and bindist restrictions, bug 505772.
@@ -28,4 +32,3 @@
17 Jun 2005; Chris Gianelloni <wolf31o2@gentoo.org> +metadata.xml,
+mindrover-demo-1.07b.ebuild:
Initial import. Ebuild by me. Closing bug #70915.
-
reply other threads:[~2014-07-16 0:36 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
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=20140716003631.33ACD2004E@flycatcher.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