public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Michael Sterrett" <mr_bones_@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: games-action/deathchase3d/
Date: Sun, 22 Nov 2015 06:09:18 +0000 (UTC)	[thread overview]
Message-ID: <1448172547.de6a4318c844c657ac65786afbfef15db11c09c7.mr_bones_@gentoo> (raw)

commit:     de6a4318c844c657ac65786afbfef15db11c09c7
Author:     Michael Sterrett <mr_bones_ <AT> gentoo <DOT> org>
AuthorDate: Sun Nov 22 06:09:07 2015 +0000
Commit:     Michael Sterrett <mr_bones_ <AT> gentoo <DOT> org>
CommitDate: Sun Nov 22 06:09:07 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=de6a4318

use epatch to apply patch

Package-Manager: portage-2.2.20.1

 games-action/deathchase3d/deathchase3d-0.9.ebuild | 12 +++++++-----
 1 file changed, 7 insertions(+), 5 deletions(-)

diff --git a/games-action/deathchase3d/deathchase3d-0.9.ebuild b/games-action/deathchase3d/deathchase3d-0.9.ebuild
index 35290c1..8a9b39e 100644
--- a/games-action/deathchase3d/deathchase3d-0.9.ebuild
+++ b/games-action/deathchase3d/deathchase3d-0.9.ebuild
@@ -1,9 +1,9 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
-EAPI=4
 
-inherit games
+EAPI=5
+inherit eutils games
 
 DESCRIPTION="A remake of the Sinclair Spectrum game of the same name"
 HOMEPAGE="http://www.autismuk.freeserve.co.uk/"
@@ -14,10 +14,12 @@ SLOT="0"
 KEYWORDS="amd64 ~ppc x86"
 IUSE=""
 
-DEPEND="media-libs/libsdl"
-RDEPEND="${DEPEND}"
+DEPEND="media-libs/libsdl[video]"
+RDEPEND=${DEPEND}
 
-PATCHES=( "${FILESDIR}"/${P}-underlink.patch )
+src_prepare() {
+	epatch "${FILESDIR}"/${P}-underlink.patch
+}
 
 src_install() {
 	dogamesbin "${PN}/${PN}"


             reply	other threads:[~2015-11-22  6:09 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-11-22  6:09 Michael Sterrett [this message]
  -- strict thread matches above, loose matches on Subject: below --
2021-09-13  8:07 [gentoo-commits] repo/gentoo:master commit in: games-action/deathchase3d/ Ionen Wolkens
2022-03-10 23:12 Sam James

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=1448172547.de6a4318c844c657ac65786afbfef15db11c09c7.mr_bones_@gentoo \
    --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