public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Alfredo Tupone (tupone)" <tupone@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in games-arcade/defendguin: ChangeLog defendguin-0.0.12.ebuild
Date: Sun,  4 Jan 2015 08:54:21 +0000 (UTC)	[thread overview]
Message-ID: <20150104085421.AE64EED59@oystercatcher.gentoo.org> (raw)

tupone      15/01/04 08:54:21

  Modified:             ChangeLog defendguin-0.0.12.ebuild
  Log:
  EAPI 5
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 0145142D)

Revision  Changes    Path
1.20                 games-arcade/defendguin/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-arcade/defendguin/ChangeLog?rev=1.20&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-arcade/defendguin/ChangeLog?rev=1.20&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-arcade/defendguin/ChangeLog?r1=1.19&r2=1.20

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-arcade/defendguin/ChangeLog,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -r1.19 -r1.20
--- ChangeLog	5 Sep 2012 07:13:37 -0000	1.19
+++ ChangeLog	4 Jan 2015 08:54:21 -0000	1.20
@@ -1,6 +1,9 @@
 # ChangeLog for games-arcade/defendguin
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-arcade/defendguin/ChangeLog,v 1.19 2012/09/05 07:13:37 mr_bones_ Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/games-arcade/defendguin/ChangeLog,v 1.20 2015/01/04 08:54:21 tupone Exp $
+
+  04 Jan 2015; Tupone Alfredo <tupone@gentoo.org> defendguin-0.0.12.ebuild:
+  EAPI 5
 
   05 Sep 2012; Michael Sterrett <mr_bones_@gentoo.org> defendguin-0.0.12.ebuild:
   any mod support will do



1.7                  games-arcade/defendguin/defendguin-0.0.12.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-arcade/defendguin/defendguin-0.0.12.ebuild?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-arcade/defendguin/defendguin-0.0.12.ebuild?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-arcade/defendguin/defendguin-0.0.12.ebuild?r1=1.6&r2=1.7

Index: defendguin-0.0.12.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-arcade/defendguin/defendguin-0.0.12.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- defendguin-0.0.12.ebuild	5 Sep 2012 07:13:37 -0000	1.6
+++ defendguin-0.0.12.ebuild	4 Jan 2015 08:54:21 -0000	1.7
@@ -1,8 +1,8 @@
-# Copyright 1999-2012 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/defendguin/defendguin-0.0.12.ebuild,v 1.6 2012/09/05 07:13:37 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-arcade/defendguin/defendguin-0.0.12.ebuild,v 1.7 2015/01/04 08:54:21 tupone Exp $
 
-EAPI=2
+EAPI=5
 inherit eutils games
 
 DESCRIPTION="A clone of the arcade game Defender, but with a Linux theme"
@@ -16,6 +16,7 @@
 
 DEPEND="media-libs/sdl-mixer[mod]
 	media-libs/libsdl[video]"
+RDEPEND="${DEPEND}"
 
 src_prepare() {
 	sed -i \
@@ -28,9 +29,9 @@
 }
 
 src_install() {
-	dogamesbin ${PN} || die
+	dogamesbin ${PN}
 	insinto "${GAMES_DATADIR}"/${PN}
-	doins -r ./data/* || die
+	doins -r ./data/*
 	newicon data/images/ufo/ufo0.bmp ${PN}.bmp
 	make_desktop_entry ${PN} Defendguin /usr/share/pixmaps/${PN}.bmp
 	doman src/${PN}.6





             reply	other threads:[~2015-01-04  8:54 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-01-04  8:54 Alfredo Tupone (tupone) [this message]
  -- strict thread matches above, loose matches on Subject: below --
2010-08-12  4:32 [gentoo-commits] gentoo-x86 commit in games-arcade/defendguin: ChangeLog defendguin-0.0.12.ebuild Joseph Jezak (josejx)
2010-06-25 14:09 Christian Faulhammer (fauli)
2010-06-24 21:35 Pacho Ramos (pacho)
2010-05-07 21:08 Michael Sterrett (mr_bones_)
2010-04-06 21:29 Tristan Heaven (nyhm)

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=20150104085421.AE64EED59@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