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/cccc/
Date: Sun, 10 Jul 2022 15:45:44 +0000 (UTC)	[thread overview]
Message-ID: <1657467924.8e01b19cc3c9f35fd42d67425eb2f50dc7cddde3.sam@gentoo> (raw)

commit:     8e01b19cc3c9f35fd42d67425eb2f50dc7cddde3
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Jul 10 14:45:37 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Jul 10 15:45:24 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8e01b19c

dev-util/cccc: EAPI 8

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

 dev-util/cccc/{cccc-3.1.6.ebuild => cccc-3.1.6-r1.ebuild} | 13 +++++--------
 1 file changed, 5 insertions(+), 8 deletions(-)

diff --git a/dev-util/cccc/cccc-3.1.6.ebuild b/dev-util/cccc/cccc-3.1.6-r1.ebuild
similarity index 92%
rename from dev-util/cccc/cccc-3.1.6.ebuild
rename to dev-util/cccc/cccc-3.1.6-r1.ebuild
index 07e35cae7b41..17d9b4e8f1b9 100644
--- a/dev-util/cccc/cccc-3.1.6.ebuild
+++ b/dev-util/cccc/cccc-3.1.6-r1.ebuild
@@ -1,12 +1,12 @@
 # Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
+EAPI=8
 
 inherit toolchain-funcs flag-o-matic
 
 DESCRIPTION="Source metrics (line counts, complexity, etc) for Java and C++"
-HOMEPAGE="http://sarnold.github.io/cccc/"
+HOMEPAGE="https://sarnold.github.io/cccc/"
 if [[ ${PV} = 9999* ]]; then
 	EGIT_REPO_URI="https://github.com/sarnold/cccc.git"
 	EGIT_BRANCH="master"
@@ -20,16 +20,13 @@ SLOT="0"
 KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~x86 ~amd64-linux ~x86-linux ~ppc-macos"
 IUSE="apidoc debug doc mfc"
 
-RDEPEND=""
-DEPEND="${RDEPEND}
-	apidoc? ( app-doc/doxygen[dot] )
-	"
+BDEPEND="apidoc? ( app-doc/doxygen[dot] )"
 
 src_prepare() {
-	is-flagq -flto* && filter-flags -flto* -fuse-linker-plugin
-	use mfc && eapply "${FILESDIR}"/${PN}-c_dialect.patch
 	default
 
+	use mfc && eapply "${FILESDIR}"/${PN}-c_dialect.patch
+	is-flagq -flto* && filter-flags -flto* -fuse-linker-plugin
 }
 
 src_compile() {


             reply	other threads:[~2022-07-10 15:45 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-07-10 15:45 Sam James [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-01-24  6:55 [gentoo-commits] repo/gentoo:master commit in: dev-util/cccc/ Sam James
2023-06-24  2:59 Sam James
2022-07-12 20:19 Steve Arnold
2022-04-17 19:00 Sam James
2022-03-20  0:38 Sam James
2020-10-06 22:59 Steve Arnold
2020-10-04 17:20 Steve Arnold
2020-02-09 13:14 David Seifert
2019-05-05 18:31 Steve Arnold
2016-03-02  4:25 Ian Delaney
2016-02-12 18:55 Steve Arnold

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=1657467924.8e01b19cc3c9f35fd42d67425eb2f50dc7cddde3.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