From: "Sam James" <sam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/cgdb/
Date: Wed, 16 Sep 2020 01:52:06 +0000 (UTC) [thread overview]
Message-ID: <1600220852.eb3b0de81e81e163488b4de04a0bc54018b0eb7b.sam@gentoo> (raw)
commit: eb3b0de81e81e163488b4de04a0bc54018b0eb7b
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Sep 16 01:47:32 2020 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Sep 16 01:47:32 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eb3b0de8
dev-util/cgdb: shift AT_M4DIR definition
Package-Manager: Portage-3.0.4, Repoman-3.0.1
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-util/cgdb/cgdb-0.6.8.ebuild | 4 ++--
dev-util/cgdb/cgdb-0.7.0-r2.ebuild | 4 ++--
dev-util/cgdb/cgdb-0.7.1.ebuild | 4 ++--
dev-util/cgdb/cgdb-9999.ebuild | 4 ++--
4 files changed, 8 insertions(+), 8 deletions(-)
diff --git a/dev-util/cgdb/cgdb-0.6.8.ebuild b/dev-util/cgdb/cgdb-0.6.8.ebuild
index ca101810c78..a9898610f2c 100644
--- a/dev-util/cgdb/cgdb-0.6.8.ebuild
+++ b/dev-util/cgdb/cgdb-0.6.8.ebuild
@@ -12,8 +12,8 @@ else
SRC_URI="https://github.com/cgdb/cgdb/archive/v${PV}.tar.gz -> ${P}.tar.gz"
KEYWORDS="amd64 ~arm ppc ppc64 x86 ~amd64-linux ~x86-linux"
fi
+
inherit autotools multilib-minimal
-AT_M4DIR=config
DESCRIPTION="A curses front-end for GDB, the GNU debugger"
HOMEPAGE="https://cgdb.github.io/"
@@ -43,7 +43,7 @@ PATCHES=(
src_prepare() {
cp configure.{init,ac} || die "cp failed"
default
- eautoreconf
+ AT_M4DIR="config" eautoreconf
}
multilib_src_configure() {
diff --git a/dev-util/cgdb/cgdb-0.7.0-r2.ebuild b/dev-util/cgdb/cgdb-0.7.0-r2.ebuild
index d85e7280153..8d910b72d84 100644
--- a/dev-util/cgdb/cgdb-0.7.0-r2.ebuild
+++ b/dev-util/cgdb/cgdb-0.7.0-r2.ebuild
@@ -12,8 +12,8 @@ else
SRC_URI="https://github.com/cgdb/cgdb/archive/v${PV}.tar.gz -> ${P}.tar.gz"
KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
fi
+
inherit autotools multilib-minimal
-AT_M4DIR=config
DESCRIPTION="A curses front-end for GDB, the GNU debugger"
HOMEPAGE="https://cgdb.github.io/"
@@ -48,7 +48,7 @@ PATCHES=(
src_prepare() {
cp configure.{init,ac} || die "cp failed"
default
- eautoreconf
+ AT_M4DIR="config" eautoreconf
}
multilib_src_test() {
diff --git a/dev-util/cgdb/cgdb-0.7.1.ebuild b/dev-util/cgdb/cgdb-0.7.1.ebuild
index 91acfa8d772..c3a44fb28ef 100644
--- a/dev-util/cgdb/cgdb-0.7.1.ebuild
+++ b/dev-util/cgdb/cgdb-0.7.1.ebuild
@@ -12,8 +12,8 @@ else
SRC_URI="https://github.com/cgdb/cgdb/archive/v${PV}.tar.gz -> ${P}.tar.gz"
KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
fi
+
inherit autotools multilib-minimal
-AT_M4DIR=config
DESCRIPTION="A curses front-end for GDB, the GNU debugger"
HOMEPAGE="https://cgdb.github.io/"
@@ -48,7 +48,7 @@ PATCHES=(
src_prepare() {
cp configure.{init,ac} || die "cp failed"
default
- eautoreconf
+ AT_M4DIR="config" eautoreconf
}
multilib_src_test() {
diff --git a/dev-util/cgdb/cgdb-9999.ebuild b/dev-util/cgdb/cgdb-9999.ebuild
index 8750c546e4c..d791301bd98 100644
--- a/dev-util/cgdb/cgdb-9999.ebuild
+++ b/dev-util/cgdb/cgdb-9999.ebuild
@@ -12,8 +12,8 @@ else
SRC_URI="https://github.com/cgdb/cgdb/archive/v${PV}.tar.gz -> ${P}.tar.gz"
KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
fi
+
inherit autotools multilib-minimal
-AT_M4DIR=config
DESCRIPTION="A curses front-end for GDB, the GNU debugger"
HOMEPAGE="https://cgdb.github.io/"
@@ -46,7 +46,7 @@ PATCHES=(
src_prepare() {
cp configure.{init,ac} || die "cp failed"
default
- eautoreconf
+ AT_M4DIR="config" eautoreconf
}
multilib_src_test() {
next reply other threads:[~2020-09-16 1:52 UTC|newest]
Thread overview: 37+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-09-16 1:52 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-17 6:06 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=1600220852.eb3b0de81e81e163488b4de04a0bc54018b0eb7b.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