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/rats/
Date: Fri, 25 Nov 2022 06:02:02 +0000 (UTC)	[thread overview]
Message-ID: <1669355109.7c80effd0524f66c797628a0e290bc57ba3dcc13.sam@gentoo> (raw)

commit:     7c80effd0524f66c797628a0e290bc57ba3dcc13
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri Nov 25 05:45:09 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Nov 25 05:45:09 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7c80effd

dev-util/rats: fix configure w/ clang 16

Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-util/rats/{rats-2.4-r1.ebuild => rats-2.4-r2.ebuild} | 8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

diff --git a/dev-util/rats/rats-2.4-r1.ebuild b/dev-util/rats/rats-2.4-r2.ebuild
similarity index 92%
rename from dev-util/rats/rats-2.4-r1.ebuild
rename to dev-util/rats/rats-2.4-r2.ebuild
index d252d30fb296..6e50805b79bd 100644
--- a/dev-util/rats/rats-2.4-r1.ebuild
+++ b/dev-util/rats/rats-2.4-r2.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
 
-inherit edos2unix
+inherit autotools edos2unix
 
 DESCRIPTION="RATS - Rough Auditing Tool for Security"
 HOMEPAGE="https://github.com/andrew-d/rough-auditing-tool-for-security"
@@ -13,7 +13,6 @@ SRC_URI="https://storage.googleapis.com/google-code-archive-downloads/v2/code.go
 LICENSE="GPL-2"
 SLOT="0"
 KEYWORDS="amd64 ~ppc ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos"
-IUSE=""
 
 RDEPEND="dev-libs/expat:="
 DEPEND="${RDEPEND}"
@@ -28,6 +27,9 @@ src_prepare() {
 		einfo "Converting ${f} from CRLF to LF"
 		edos2unix "${f}"
 	done < <(find \( -name '*.[chl]' -o -name '*.in' -o -name '*.am' \) -print0)
+
+	# Clang 16
+	eautoreconf
 }
 
 src_configure() {


             reply	other threads:[~2022-11-25  6:02 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-11-25  6:02 Sam James [this message]
  -- strict thread matches above, loose matches on Subject: below --
2022-11-25  6:02 [gentoo-commits] repo/gentoo:master commit in: dev-util/rats/ Sam James
2022-06-28 16:36 Robin H. Johnson
2022-06-28 16:36 Robin H. Johnson
2021-01-06 22:55 Fabian Groffen
2017-05-15 21:31 Manuel Rüger
2016-11-08  0:47 Robin H. Johnson

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=1669355109.7c80effd0524f66c797628a0e290bc57ba3dcc13.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