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 13C9C1382C5 for ; Thu, 28 Jan 2021 08:09:14 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 08580E0A8C; Thu, 28 Jan 2021 08:09:13 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 DCEEEE0A8D for ; Thu, 28 Jan 2021 08:09:12 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 7AFD23410AC for ; Thu, 28 Jan 2021 08:09:11 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 08F554AD for ; Thu, 28 Jan 2021 08:09:10 +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: <1611821343.fde45fdfe3770e8c0d04ab431a5a25b5c110feb8.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-4.4.1.ebuild X-VCS-Directories: dev-scheme/guile-json/ X-VCS-Committer: slyfox X-VCS-Committer-Name: Sergei Trofimovich X-VCS-Revision: fde45fdfe3770e8c0d04ab431a5a25b5c110feb8 X-VCS-Branch: master Date: Thu, 28 Jan 2021 08:09:10 +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: 93f5f0aa-86c0-4a07-bbba-0039183b75a4 X-Archives-Hash: 6a9630890e342893b51a72608993bfca commit: fde45fdfe3770e8c0d04ab431a5a25b5c110feb8 Author: Sergei Trofimovich gentoo org> AuthorDate: Thu Jan 28 08:06:23 2021 +0000 Commit: Sergei Trofimovich gentoo org> CommitDate: Thu Jan 28 08:09:03 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fde45fdf dev-scheme/guile-json: drop old Package-Manager: Portage-3.0.14, Repoman-3.0.2 Signed-off-by: Sergei Trofimovich gentoo.org> dev-scheme/guile-json/Manifest | 1 - dev-scheme/guile-json/guile-json-4.4.1.ebuild | 27 --------------------------- 2 files changed, 28 deletions(-) diff --git a/dev-scheme/guile-json/Manifest b/dev-scheme/guile-json/Manifest index 953e53c42e6..fec30b52d85 100644 --- a/dev-scheme/guile-json/Manifest +++ b/dev-scheme/guile-json/Manifest @@ -1,2 +1 @@ -DIST guile-json-4.4.1.tar.gz 158009 BLAKE2B a08a9e52fbccbc2dc8ad18bfd07ab37ab914cb8f3287331ea29ef76a234afc906b78c15775114b3d13187e0ad8a986379fcce43461119738b307e982f58c4b5a SHA512 c204b69f17b022c300f8edbbf9c800d02b7b82eea0064fdcd52b01b325e3d5f36caa64841bba7218e8d71748db60a3233be5f25ce28914cf71f5ac93826c3c88 DIST guile-json-4.5.1.tar.gz 160081 BLAKE2B 672be56f0b7192a1f64189805542281750f16dc1da9350f87b563da3ba7b01f474b80ad49fdd4bf5f43af714ef283dfb403266e40d14170482d1d0f2aca6ef7d SHA512 07944106ef414ff4956802de0e00c009fd49f0d4af53031cb8dc032cbf67718c1761ca54302ab0ca4643156e3f5ae4f79fb51785bf4db2222fc722693801e454 diff --git a/dev-scheme/guile-json/guile-json-4.4.1.ebuild b/dev-scheme/guile-json/guile-json-4.4.1.ebuild deleted file mode 100644 index 93ef24df851..00000000000 --- a/dev-scheme/guile-json/guile-json-4.4.1.ebuild +++ /dev/null @@ -1,27 +0,0 @@ -# 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 -}