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-arcade/holotz-castle/
Date: Sun, 22 Nov 2015 05:11:48 +0000 (UTC)	[thread overview]
Message-ID: <1448169100.bd2d36a5c5fcc9acb4e71cbebca1f66cde5e26a9.mr_bones_@gentoo> (raw)

commit:     bd2d36a5c5fcc9acb4e71cbebca1f66cde5e26a9
Author:     Michael Sterrett <mr_bones_ <AT> gentoo <DOT> org>
AuthorDate: Sun Nov 22 05:11:40 2015 +0000
Commit:     Michael Sterrett <mr_bones_ <AT> gentoo <DOT> org>
CommitDate: Sun Nov 22 05:11:40 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bd2d36a5

use epatch to apply patch

Package-Manager: portage-2.2.20.1

 games-arcade/holotz-castle/holotz-castle-1.3.14.ebuild | 15 ++++++++-------
 1 file changed, 8 insertions(+), 7 deletions(-)

diff --git a/games-arcade/holotz-castle/holotz-castle-1.3.14.ebuild b/games-arcade/holotz-castle/holotz-castle-1.3.14.ebuild
index 2f747c7..0e83e00 100644
--- a/games-arcade/holotz-castle/holotz-castle-1.3.14.ebuild
+++ b/games-arcade/holotz-castle/holotz-castle-1.3.14.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
-EAPI=4
+EAPI=5
 inherit eutils toolchain-funcs games
 
 DESCRIPTION="2D platform game"
@@ -20,15 +20,16 @@ RDEPEND="virtual/opengl
 	media-libs/libsdl
 	media-libs/sdl-ttf
 	media-libs/sdl-image"
-DEPEND="${RDEPEND}"
+DEPEND=${RDEPEND}
 
 S=${WORKDIR}/${P}-src
 
-PATCHES=(
-	"${FILESDIR}"/${P}-build.patch
-	"${FILESDIR}"/${P}-gcc44.patch
-	"${FILESDIR}"/${P}-underlink.patch
-)
+src_prepare() {
+	epatch \
+		"${FILESDIR}"/${P}-build.patch \
+		"${FILESDIR}"/${P}-gcc44.patch \
+		"${FILESDIR}"/${P}-underlink.patch
+}
 
 src_compile() {
 	tc-export AR


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

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-11-22  5:11 Michael Sterrett [this message]
  -- strict thread matches above, loose matches on Subject: below --
2018-04-17 21:01 [gentoo-commits] repo/gentoo:master commit in: games-arcade/holotz-castle/ Pacho Ramos
2021-05-02 19:45 Sergei Trofimovich
2022-09-22  4:09 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=1448169100.bd2d36a5c5fcc9acb4e71cbebca1f66cde5e26a9.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