public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Sam James" <sam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/cgdb/
Date: Thu, 17 Sep 2020 06:06:45 +0000 (UTC)	[thread overview]
Message-ID: <1600322800.5e101aa053b245bf7f4833e1a10fb57b73a4d236.sam@gentoo> (raw)

commit:     5e101aa053b245bf7f4833e1a10fb57b73a4d236
Author:     Jakov Smolic <jakov.smolic <AT> sartura <DOT> hr>
AuthorDate: Wed Sep 16 11:52:45 2020 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Sep 17 06:06:40 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5e101aa0

dev-util/cgdb: call default at the beginning of src_prepare

`default` should be called before `cp` in src_prepare as not doing that results in copying unpatched configure.init file, leading to
the ebuild again calling ar directly

Closes: https://bugs.gentoo.org/742731
Package-Manager: Portage-3.0.4, Repoman-3.0.1
Signed-off-by: Jakov Smolic <jakov.smolic <AT> sartura.hr>
Closes: https://github.com/gentoo/gentoo/pull/17563
Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-util/cgdb/cgdb-0.6.8.ebuild    | 2 +-
 dev-util/cgdb/cgdb-0.7.0-r2.ebuild | 2 +-
 dev-util/cgdb/cgdb-0.7.1.ebuild    | 2 +-
 dev-util/cgdb/cgdb-9999.ebuild     | 2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/dev-util/cgdb/cgdb-0.6.8.ebuild b/dev-util/cgdb/cgdb-0.6.8.ebuild
index a9898610f2c..357b17b658a 100644
--- a/dev-util/cgdb/cgdb-0.6.8.ebuild
+++ b/dev-util/cgdb/cgdb-0.6.8.ebuild
@@ -41,8 +41,8 @@ PATCHES=(
 )
 
 src_prepare() {
-	cp configure.{init,ac} || die "cp failed"
 	default
+	cp configure.{init,ac} || die "cp failed"
 	AT_M4DIR="config" eautoreconf
 }
 

diff --git a/dev-util/cgdb/cgdb-0.7.0-r2.ebuild b/dev-util/cgdb/cgdb-0.7.0-r2.ebuild
index 8d910b72d84..ba5293f966b 100644
--- a/dev-util/cgdb/cgdb-0.7.0-r2.ebuild
+++ b/dev-util/cgdb/cgdb-0.7.0-r2.ebuild
@@ -46,8 +46,8 @@ PATCHES=(
 )
 
 src_prepare() {
-	cp configure.{init,ac} || die "cp failed"
 	default
+	cp configure.{init,ac} || die "cp failed"
 	AT_M4DIR="config" eautoreconf
 }
 

diff --git a/dev-util/cgdb/cgdb-0.7.1.ebuild b/dev-util/cgdb/cgdb-0.7.1.ebuild
index c3a44fb28ef..79f79a24916 100644
--- a/dev-util/cgdb/cgdb-0.7.1.ebuild
+++ b/dev-util/cgdb/cgdb-0.7.1.ebuild
@@ -46,8 +46,8 @@ PATCHES=(
 )
 
 src_prepare() {
-	cp configure.{init,ac} || die "cp failed"
 	default
+	cp configure.{init,ac} || die "cp failed"
 	AT_M4DIR="config" eautoreconf
 }
 

diff --git a/dev-util/cgdb/cgdb-9999.ebuild b/dev-util/cgdb/cgdb-9999.ebuild
index d791301bd98..191687d3b09 100644
--- a/dev-util/cgdb/cgdb-9999.ebuild
+++ b/dev-util/cgdb/cgdb-9999.ebuild
@@ -44,8 +44,8 @@ PATCHES=(
 )
 
 src_prepare() {
-	cp configure.{init,ac} || die "cp failed"
 	default
+	cp configure.{init,ac} || die "cp failed"
 	AT_M4DIR="config" eautoreconf
 }
 


             reply	other threads:[~2020-09-17  6:06 UTC|newest]

Thread overview: 37+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-09-17  6:06 Sam James [this message]
  -- strict thread matches above, loose matches on Subject: below --
2023-03-17 17:00 [gentoo-commits] repo/gentoo:master commit in: dev-util/cgdb/ Sam James
2023-03-17 17:00 Sam James
2023-03-17 16:36 Arthur Zamarin
2023-03-17 16:15 Arthur Zamarin
2023-03-17 16:13 Arthur Zamarin
2022-01-24 22:30 Jakov Smolić
2020-10-12  9:06 Joonas Niilola
2020-10-07  6:53 Agostino Sarubbo
2020-10-07  6:50 Agostino Sarubbo
2020-10-06 21:08 Sam James
2020-10-02 13:57 Joonas Niilola
2020-09-18  8:26 Agostino Sarubbo
2020-09-18  7:54 Agostino Sarubbo
2020-09-18  7:45 Agostino Sarubbo
2020-09-18  7:29 Agostino Sarubbo
2020-09-16  1:52 Sam James
2020-09-05  9:21 Joonas Niilola
2020-09-05  7:54 Joonas Niilola
2020-09-05  7:54 Joonas Niilola
2020-09-05  7:54 Joonas Niilola
2020-08-14 21:27 Jonas Stein
2019-04-03  6:50 Michał Górny
2019-04-03  6:50 Michał Górny
2017-08-11  3:54 Patrice Clement
2017-05-25 18:27 Patrice Clement
2017-01-03 10:38 Agostino Sarubbo
2016-12-07  0:27 Göktürk Yüksek
2016-12-07  0:27 Göktürk Yüksek
2016-12-06 18:21 Göktürk Yüksek
2016-12-06 18:19 Göktürk Yüksek
2016-12-06 15:17 Göktürk Yüksek
2016-12-06 15:06 Göktürk Yüksek
2016-12-06  6:12 Göktürk Yüksek
2016-12-06  6:12 Göktürk Yüksek
2016-12-06  6:12 Göktürk Yüksek
2016-06-04 19:51 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=1600322800.5e101aa053b245bf7f4833e1a10fb57b73a4d236.sam@gentoo \
    --to=sam@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