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 36BB11382C5 for ; Tue, 4 May 2021 13:30:23 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6E78DE07A5; Tue, 4 May 2021 13:30:22 +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 5563AE0866 for ; Tue, 4 May 2021 13:30:22 +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 D26F633D5A5 for ; Tue, 4 May 2021 13:30:20 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 26B21743 for ; Tue, 4 May 2021 13:30:19 +0000 (UTC) From: "Joonas Niilola" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Joonas Niilola" Message-ID: <1620134900.e0c6b6e000fbdd9b0f648c13983ed73d32a5b807.juippis@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-calculators/bc-gh/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-calculators/bc-gh/Manifest sci-calculators/bc-gh/bc-gh-4.0.0.ebuild sci-calculators/bc-gh/metadata.xml X-VCS-Directories: sci-calculators/bc-gh/ X-VCS-Committer: juippis X-VCS-Committer-Name: Joonas Niilola X-VCS-Revision: e0c6b6e000fbdd9b0f648c13983ed73d32a5b807 X-VCS-Branch: master Date: Tue, 4 May 2021 13:30:19 +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: 686d721d-e1c6-4765-82b8-27e5c17894cc X-Archives-Hash: 54fb8c86ef90fa3ea8d1c731d6830a46 commit: e0c6b6e000fbdd9b0f648c13983ed73d32a5b807 Author: striker.sh disroot org> AuthorDate: Mon Apr 19 09:56:06 2021 +0000 Commit: Joonas Niilola gentoo org> CommitDate: Tue May 4 13:28:20 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e0c6b6e0 sci-calculators/bc-gh: bump to 4.0.0 Package-Manager: Portage-3.0.17, Repoman-3.0.2 Signed-off-by: Jules de Sartiges protonmail.com> Closes: https://github.com/gentoo/gentoo/pull/20453 Signed-off-by: Joonas Niilola gentoo.org> sci-calculators/bc-gh/Manifest | 1 + sci-calculators/bc-gh/bc-gh-4.0.0.ebuild | 18 ++++++++++++++++++ sci-calculators/bc-gh/metadata.xml | 4 ++-- 3 files changed, 21 insertions(+), 2 deletions(-) diff --git a/sci-calculators/bc-gh/Manifest b/sci-calculators/bc-gh/Manifest index dd51b7f5cbf..c4239b8bae0 100644 --- a/sci-calculators/bc-gh/Manifest +++ b/sci-calculators/bc-gh/Manifest @@ -1,2 +1,3 @@ DIST bc-3.3.3.tar.xz 229688 BLAKE2B 7d06565161b37216f60d1037b48a254eb467f41a66170e2a6b8f188b33aeeabaf8568ebb66e402d5010aa5991a4a197ea746959808f5c3d2e94c4eab80c90f20 SHA512 dfdd8023453406d9f681e04da7acaad4459e632fded0f2edb2b51607438a27074935af6db4b3580120daf56e6b52283275d0c2c809380caa164957f1901e9dde DIST bc-3.3.4.tar.xz 230264 BLAKE2B 38a6689a76c30127d5e27004c424cf4f9d1922129ab5235ab72f62f63f319e6b7d64c27a5f7a3ecd4a44001bb6eaa3990f5d0134548008233e7f28ae297f8fcd SHA512 212b36a3fafbda28c6416d29e2d9e49272c42d95dcdc3bbbb3691e4686ca3f0a9fec883a099d059c5bd21a9b08bf5b2eff01169de20df9777c2fce66a8cda783 +DIST bc-4.0.0.tar.xz 235496 BLAKE2B 434fa63f51646270ea9c0d7d31ef82df51539095fa53277df6e63fe5677e19f2c236dbdb88974906e2f63768e23c411c1bf5677e126fd21a6994912c40ef772e SHA512 e25f4377df81c14f7036fdcbcd503a10ebb4e2663b182da78928aad871b22940c503d54f9a7942798d4e1f38e0487047f492348041a229f18e0fd0e45aab33b3 diff --git a/sci-calculators/bc-gh/bc-gh-4.0.0.ebuild b/sci-calculators/bc-gh/bc-gh-4.0.0.ebuild new file mode 100644 index 00000000000..d44ebce73e5 --- /dev/null +++ b/sci-calculators/bc-gh/bc-gh-4.0.0.ebuild @@ -0,0 +1,18 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +DESCRIPTION="Implementation of POSIX bc with GNU extensions" +HOMEPAGE="https://git.yzena.com/gavin/bc" +SRC_URI="https://github.com/gavinhoward/bc/releases/download/${PV}/bc-${PV}.tar.xz" + +LICENSE="BSD-2" +SLOT="0" +KEYWORDS="~amd64 ~arm64 ~x86" + +S="${WORKDIR}/bc-${PV}" + +src_configure() { + EXECSUFFIX="-gh" PREFIX="${EPREFIX}/usr" ./configure.sh -GTl || die +} diff --git a/sci-calculators/bc-gh/metadata.xml b/sci-calculators/bc-gh/metadata.xml index 696a84148f4..365ebff4915 100644 --- a/sci-calculators/bc-gh/metadata.xml +++ b/sci-calculators/bc-gh/metadata.xml @@ -14,8 +14,8 @@ Gavin D. Howard gavin@yzena.com - https://github.com/gavinhoward/bc - https://github.com/gavinhoward/bc/tree/master/manuals + https://git.yzena.com/gavin/bc + https://git.yzena.com/gavin/bc/src/branch/master/manuals An implementation of POSIX bc and Unix dc with GNU extensions and some of