From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 124C81382C5 for ; Wed, 27 May 2020 21:49:19 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1D20BE08AE; Wed, 27 May 2020 21:49:18 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 0432AE08AE for ; Wed, 27 May 2020 21:49:17 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 6B3CA34EE1D for ; Wed, 27 May 2020 21:49:16 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8D42B238 for ; Wed, 27 May 2020 21:49:13 +0000 (UTC) From: "Sergei Trofimovich" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sergei Trofimovich" Message-ID: <1590616146.3d6074f915599a107c497d85692f62b3a41b3cf5.slyfox@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-scheme/guile-json/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-scheme/guile-json/Manifest dev-scheme/guile-json/guile-json-3.5.0.ebuild X-VCS-Directories: dev-scheme/guile-json/ X-VCS-Committer: slyfox X-VCS-Committer-Name: Sergei Trofimovich X-VCS-Revision: 3d6074f915599a107c497d85692f62b3a41b3cf5 X-VCS-Branch: master Date: Wed, 27 May 2020 21:49:13 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: b2e2f155-16c7-4e5f-af82-667173db0b95 X-Archives-Hash: a3e119d436c007b70d32e58e9d052a27 commit: 3d6074f915599a107c497d85692f62b3a41b3cf5 Author: Sergei Trofimovich gentoo org> AuthorDate: Wed May 27 21:49:06 2020 +0000 Commit: Sergei Trofimovich gentoo 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 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 +}