public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Patrice Clement" <monsieurp@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-arch/innoextract/
Date: Thu, 10 Mar 2016 23:15:46 +0000 (UTC)	[thread overview]
Message-ID: <1457650943.4f182b80d00a4bf99011ba6d8308e25e3f7d37fb.monsieurp@gentoo> (raw)

commit:     4f182b80d00a4bf99011ba6d8308e25e3f7d37fb
Author:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
AuthorDate: Thu Mar 10 23:00:50 2016 +0000
Commit:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Thu Mar 10 23:02:23 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4f182b80

app-arch/innoextract: Gather patches in PATCHES array.

Package-Manager: portage-2.2.26

 app-arch/innoextract/innoextract-1.4.ebuild | 8 ++++++--
 app-arch/innoextract/innoextract-1.5.ebuild | 6 +++++-
 2 files changed, 11 insertions(+), 3 deletions(-)

diff --git a/app-arch/innoextract/innoextract-1.4.ebuild b/app-arch/innoextract/innoextract-1.4.ebuild
index 1fb858e..2d889b2 100644
--- a/app-arch/innoextract/innoextract-1.4.ebuild
+++ b/app-arch/innoextract/innoextract-1.4.ebuild
@@ -34,6 +34,11 @@ DEPEND="${RDEPEND}
 
 DOCS=( README.md CHANGELOG )
 
+PATCHES=(
+	"${FILESDIR}"/${P}-cmake.patch
+	"${FILESDIR}"/${P}-cmake-3.5.patch
+)
+
 pkg_pretend() {
 	if [[ ${MERGE_TYPE} != binary ]]; then
 		# not sure about minimum clang req
@@ -47,8 +52,7 @@ pkg_pretend() {
 }
 
 src_prepare() {
-	epatch "${FILESDIR}"/${P}-cmake.patch
-	epatch "${FILESDIR}"/${P}-cmake-3.5.patch
+	epatch "${PATCHES[@]}"
 	cmake-utils_src_prepare
 }
 

diff --git a/app-arch/innoextract/innoextract-1.5.ebuild b/app-arch/innoextract/innoextract-1.5.ebuild
index eedb4ed..50d0ce5 100644
--- a/app-arch/innoextract/innoextract-1.5.ebuild
+++ b/app-arch/innoextract/innoextract-1.5.ebuild
@@ -23,8 +23,12 @@ DEPEND="${RDEPEND}"
 
 DOCS=( README.md CHANGELOG )
 
+PATCHES=(
+	"${FILESDIR}"/${PN}-1.4-cmake-3.5.patch
+)
+
 src_prepare() {
-	epatch "${FILESDIR}"/${PN}-1.4-cmake-3.5.patch
+	epatch "${PATCHES[@]}"
 	cmake-utils_src_prepare
 }
 


             reply	other threads:[~2016-03-10 23:15 UTC|newest]

Thread overview: 26+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-03-10 23:15 Patrice Clement [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-01-21 21:23 [gentoo-commits] repo/gentoo:master commit in: app-arch/innoextract/ James Le Cuirot
2022-11-22 14:00 Arthur Zamarin
2022-02-20 22:39 James Le Cuirot
2022-02-20 15:22 James Le Cuirot
2021-02-27  8:57 James Le Cuirot
2021-02-21 13:53 Joonas Niilola
2020-11-20 20:40 Andreas Sturmlechner
2020-11-20 16:25 Joonas Niilola
2020-11-20 16:25 Joonas Niilola
2020-07-20 14:20 Sam James
2019-09-23 13:03 Joonas Niilola
2018-12-31 21:14 Andreas Sturmlechner
2018-09-09  8:02 Mikle Kolyada
2018-09-09  1:12 Thomas Deutschmann
2018-06-23 14:02 Mikle Kolyada
2018-06-17 23:29 Thomas Deutschmann
2018-06-13 12:15 Michał Górny
2016-04-06  4:39 Ian Delaney
2016-03-25 12:41 Michael Palimaka
2016-03-11 14:30 Patrice Clement
2016-03-10 23:15 Patrice Clement
2016-03-10 23:15 Patrice Clement
2015-09-29 19:39 Julian Ospald
2015-09-29 19:39 Julian Ospald
2015-09-29 19:39 Julian Ospald

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=1457650943.4f182b80d00a4bf99011ba6d8308e25e3f7d37fb.monsieurp@gentoo \
    --to=monsieurp@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