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-scheme/guile-json/
Date: Wed, 27 May 2020 21:49:13 +0000 (UTC)	[thread overview]
Message-ID: <1590616146.3d6074f915599a107c497d85692f62b3a41b3cf5.slyfox@gentoo> (raw)

commit:     3d6074f915599a107c497d85692f62b3a41b3cf5
Author:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
AuthorDate: Wed May 27 21:49:06 2020 +0000
Commit:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Wed May 27 21:49:06 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3d6074f9

dev-scheme/guile-json: bump up to 3.5.0

While at it added a workaround about ignored CFLAGS.

Package-Manager: Portage-2.3.100, Repoman-2.3.22
Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>

 dev-scheme/guile-json/Manifest                |  1 +
 dev-scheme/guile-json/guile-json-3.5.0.ebuild | 27 +++++++++++++++++++++++++++
 2 files changed, 28 insertions(+)

diff --git a/dev-scheme/guile-json/Manifest b/dev-scheme/guile-json/Manifest
index b93e3d6fba7..f8d090abec1 100644
--- a/dev-scheme/guile-json/Manifest
+++ b/dev-scheme/guile-json/Manifest
@@ -1 +1,2 @@
 DIST guile-json-3.4.0.tar.gz 146506 BLAKE2B f6d0b4c8897b18530018446186012a886094392b689e69024b99d2015fe3fcb2394e4a371cac34cf1d5244f081a42dbde49f6ba04249518ad76184230d64344e SHA512 c9681b2e19a1dc00161888c58172de84b0ab5a24eafd3870146e7f047af7d208fb57aa64b9fa3b1255958093ea24fb264652d622a1fda9f5cb107ce0518254fe
+DIST guile-json-3.5.0.tar.gz 146851 BLAKE2B ee1b0be643f4de7cf9211adb6b167bc8aa302124a959f51d82634d176fe83f93beb928b0286044e441c9c743e2731117f6894d0c244271cef4ac4b8b9a24751c SHA512 4d9df313b9708a067ed9712fa390618b9b2b2a42633e1b140fec58d813ebf9187553ee85c743bf509bb0c228bd98c426325d23dd020a53b389ab269bda2a324e

diff --git a/dev-scheme/guile-json/guile-json-3.5.0.ebuild b/dev-scheme/guile-json/guile-json-3.5.0.ebuild
new file mode 100644
index 00000000000..93ef24df851
--- /dev/null
+++ b/dev-scheme/guile-json/guile-json-3.5.0.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DESCRIPTION="JSON module for Guile"
+HOMEPAGE="https://savannah.nongnu.org/projects/guile-json/"
+SRC_URI="http://download.savannah.nongnu.org/releases/guile-json/${P}.tar.gz"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND=">=dev-scheme/guile-2.0.0"
+DEPEND="${RDEPEND}"
+
+# guile generates ELF files without use of C or machine code
+# It's a portage's false positive. bug #677600
+QA_FLAGS_IGNORED='.*[.]go'
+
+src_prepare() {
+	default
+
+	# http://debbugs.gnu.org/cgi/bugreport.cgi?bug=38112
+	find "${S}" -name "*.scm" -exec touch {} + || die
+}


             reply	other threads:[~2020-05-27 21:49 UTC|newest]

Thread overview: 36+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-05-27 21:49 Sergei Trofimovich [this message]
  -- strict thread matches above, loose matches on Subject: below --
2023-05-08 12:21 [gentoo-commits] repo/gentoo:master commit in: dev-scheme/guile-json/ Maciej Barć
2023-05-08 12:21 Maciej Barć
2022-12-06  2:19 Maciej Barć
2022-12-06  2:19 Maciej Barć
2022-12-06  2:19 Maciej Barć
2022-10-17  2:13 Maciej Barć
2022-10-17  2:13 Maciej Barć
2022-05-11 22:31 Maciej Barć
2022-05-11 22:31 Maciej Barć
2022-01-08  0:59 Maciej Barć
2021-11-26  8:46 Maciej Barć
2021-08-04  9:01 Sergei Trofimovich
2021-05-14 10:21 Sergei Trofimovich
2021-02-12  8:22 Sergei Trofimovich
2021-02-10 12:09 Sergei Trofimovich
2021-01-28  8:09 Sergei Trofimovich
2021-01-23 11:28 Sergei Trofimovich
2021-01-09 11:55 Sergei Trofimovich
2020-12-29  9:14 Sergei Trofimovich
2020-11-26  8:38 Sergei Trofimovich
2020-11-23 19:43 Sergei Trofimovich
2020-06-28 22:43 Sergei Trofimovich
2020-06-23 22:13 Sergei Trofimovich
2020-06-20 19:49 Sergei Trofimovich
2020-06-06 10:27 Sergei Trofimovich
2020-05-29 22:13 Sergei Trofimovich
2020-05-02 17:51 Sergei Trofimovich
2020-04-29 21:16 Sergei Trofimovich
2020-02-12 22:32 Sergei Trofimovich
2019-12-24 11:50 Sergei Trofimovich
2019-12-24 10:26 Sergei Trofimovich
2019-12-23 22:27 Sergei Trofimovich
2018-02-10 18:49 Amy Liffey
2017-02-06  7:53 Amy Liffey
2017-02-04 21:10 Amy Liffey

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=1590616146.3d6074f915599a107c497d85692f62b3a41b3cf5.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