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-admin/cronolog/
Date: Sat, 25 Feb 2017 09:21:01 +0000 (UTC)	[thread overview]
Message-ID: <1488014437.9b69e6921f595e6d06d2eebbac8100cc9590ec20.monsieurp@gentoo> (raw)

commit:     9b69e6921f595e6d06d2eebbac8100cc9590ec20
Author:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
AuthorDate: Sat Feb 25 09:20:37 2017 +0000
Commit:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Sat Feb 25 09:20:37 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9b69e692

app-admin/cronolog: don't use an array to stuff patches in but call epatch directly.

Package-Manager: portage-2.3.3

 app-admin/cronolog/cronolog-1.6.2-r5.ebuild | 7 +------
 1 file changed, 1 insertion(+), 6 deletions(-)

diff --git a/app-admin/cronolog/cronolog-1.6.2-r5.ebuild b/app-admin/cronolog/cronolog-1.6.2-r5.ebuild
index 387ea3582a..3a00382de2 100644
--- a/app-admin/cronolog/cronolog-1.6.2-r5.ebuild
+++ b/app-admin/cronolog/cronolog-1.6.2-r5.ebuild
@@ -14,16 +14,11 @@ LICENSE="GPL-2"
 SLOT="0"
 KEYWORDS="~amd64 ~arm ~ppc ~x86"
 
-MY_PATCHES=(
-	"${FILESDIR}/${PV}-patches"/*.txt
-	"${FILESDIR}/${P}-umask.patch"
-)
-
 DOCS=( AUTHORS ChangeLog INSTALL NEWS README TODO )
 
 src_prepare() {
 	default
-	epatch "${MY_PATCHES[@]}"
+	epatch "${FILESDIR}/${PV}-patches"/*.txt "${FILESDIR}/${P}-umask.patch"
 	eautoreconf
 }
 


             reply	other threads:[~2017-02-25  9:21 UTC|newest]

Thread overview: 17+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-02-25  9:21 Patrice Clement [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-08-30 11:21 [gentoo-commits] repo/gentoo:master commit in: app-admin/cronolog/ Petr Vaněk
2024-05-19 17:09 Sam James
2024-05-19 17:09 Sam James
2024-05-19 17:03 Arthur Zamarin
2024-01-07  0:20 Conrad Kostecki
2023-10-01 18:15 Andreas Sturmlechner
2023-10-01 18:10 Arthur Zamarin
2023-09-28  5:22 Joonas Niilola
2023-09-28  5:16 Joonas Niilola
2023-09-13  3:49 Sam James
2017-12-29 22:33 David Seifert
2017-12-29 22:33 David Seifert
2017-12-29 22:33 David Seifert
2017-02-25 10:09 Ulrich Müller
2017-02-25  9:33 Sergei Trofimovich
2017-02-25  8:55 Patrice Clement

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=1488014437.9b69e6921f595e6d06d2eebbac8100cc9590ec20.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