public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Sergei Trofimovich" <slyfox@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-lang/gforth/
Date: Thu, 19 Mar 2020 23:35:51 +0000 (UTC)	[thread overview]
Message-ID: <1584660944.6eb4409956662249a48417aec464f7bc0709e49a.slyfox@gentoo> (raw)

commit:     6eb4409956662249a48417aec464f7bc0709e49a
Author:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
AuthorDate: Thu Mar 19 23:31:34 2020 +0000
Commit:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Thu Mar 19 23:35:44 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6eb44099

dev-lang/gforth: make sanity checks optional

Bug: https://bugs.gentoo.org/713138
Package-Manager: Portage-2.3.94, Repoman-2.3.21
Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>

 dev-lang/gforth/gforth-0.7.3-r1.ebuild | 7 ++++---
 dev-lang/gforth/metadata.xml           | 3 +++
 2 files changed, 7 insertions(+), 3 deletions(-)

diff --git a/dev-lang/gforth/gforth-0.7.3-r1.ebuild b/dev-lang/gforth/gforth-0.7.3-r1.ebuild
index 2697a44780a..01598f0f239 100644
--- a/dev-lang/gforth/gforth-0.7.3-r1.ebuild
+++ b/dev-lang/gforth/gforth-0.7.3-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -12,7 +12,7 @@ SRC_URI="mirror://gnu/gforth/${P}.tar.gz"
 LICENSE="GPL-3"
 SLOT="0"
 KEYWORDS="~amd64 ~ppc ~x86 ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris"
-IUSE="emacs"
+IUSE="+check emacs"
 
 DEPEND="dev-libs/ffcall
 	emacs? ( >=app-editors/emacs-23.1:* )"
@@ -26,7 +26,8 @@ PATCHES=(
 
 src_configure() {
 	econf \
-		$(use emacs || echo "--without-lispdir")
+		$(use emacs || echo "--without-lispdir") \
+		$(use_with check)
 }
 
 src_compile() {

diff --git a/dev-lang/gforth/metadata.xml b/dev-lang/gforth/metadata.xml
index c5298995d2d..03e8585377c 100644
--- a/dev-lang/gforth/metadata.xml
+++ b/dev-lang/gforth/metadata.xml
@@ -5,4 +5,7 @@
 		<email>slyfox@gentoo.org</email>
 		<name>Sergei Trofimovich</name>
 	</maintainer>
+	<use>
+		<flag name='check'>Enable build-time sanity check.</flag>
+	</use>
 </pkgmetadata>


             reply	other threads:[~2020-03-19 23:35 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-03-19 23:35 Sergei Trofimovich [this message]
  -- strict thread matches above, loose matches on Subject: below --
2022-08-11 13:58 [gentoo-commits] repo/gentoo:master commit in: dev-lang/gforth/ Yixun Lan
2022-06-23 19:50 Arthur Zamarin
2022-02-07  6:32 Sam James
2021-07-23  7:33 Sergei Trofimovich
2021-07-17 11:22 Sergei Trofimovich
2021-07-05  8:10 Sergei Trofimovich
2018-05-13 10:58 Sergei Trofimovich
2017-07-21 21:03 Sergei Trofimovich
2017-07-19  9:32 Amy Liffey
2017-05-31 16:22 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=1584660944.6eb4409956662249a48417aec464f7bc0709e49a.slyfox@gentoo \
    --to=slyfox@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