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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 29C1C15808C for ; Mon, 4 Apr 2022 02:34:28 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 66833E08A0; Mon, 4 Apr 2022 02:34:26 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id EE125E089A for ; Mon, 4 Apr 2022 02:34:25 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id D6A3C3412B4 for ; Mon, 4 Apr 2022 02:34:24 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4BBB636F for ; Mon, 4 Apr 2022 02:34:23 +0000 (UTC) From: "Matt Turner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matt Turner" Message-ID: <1649039637.d4d442ae94cbe7f36db689982cf68689ee183514.mattst88@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-apps/xcalc/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-apps/xcalc/Manifest x11-apps/xcalc/xcalc-1.1.1.ebuild X-VCS-Directories: x11-apps/xcalc/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: d4d442ae94cbe7f36db689982cf68689ee183514 X-VCS-Branch: master Date: Mon, 4 Apr 2022 02:34:23 +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: 151303c9-5e3d-4a52-b6de-cd448a184fc4 X-Archives-Hash: dd2d1846dcfa71bbd82ce7eb2eb75157 commit: d4d442ae94cbe7f36db689982cf68689ee183514 Author: Matt Turner gentoo org> AuthorDate: Mon Apr 4 02:17:24 2022 +0000 Commit: Matt Turner gentoo org> CommitDate: Mon Apr 4 02:33:57 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d4d442ae x11-apps/xcalc: Version bump to 1.1.1 Signed-off-by: Matt Turner gentoo.org> x11-apps/xcalc/Manifest | 1 + x11-apps/xcalc/xcalc-1.1.1.ebuild | 17 +++++++++++++++++ 2 files changed, 18 insertions(+) diff --git a/x11-apps/xcalc/Manifest b/x11-apps/xcalc/Manifest index daea93e1931b..f58f0cc95666 100644 --- a/x11-apps/xcalc/Manifest +++ b/x11-apps/xcalc/Manifest @@ -1 +1,2 @@ DIST xcalc-1.1.0.tar.bz2 148193 BLAKE2B 8643544d7871eca1e242b643f1e80fc76b7b2f64612a75ca2ec2537194df84862d9b86be515acea5114a8f2dc6cfad7c95cf40e396a0aeb26a6951198827755d SHA512 877aab7bb08f409a21c26b841f4d91eb6993914ed0d26512e47d6b3d2b3e0b231158901415a106cfb45de43f03f253bf2a8733f986538d4ee810afe0e54f98d5 +DIST xcalc-1.1.1.tar.xz 140204 BLAKE2B b747a658b03ded2a071f0b54047f8dd4a1aecf6093af14059f2311019e6f9d3790f1190159c278fd3f9d5bf5740bbb1bfb0996540a0985728ed2966239bb4902 SHA512 a261e9798d62727f40b9aff07e68e63ba40aa7f4f9b1811d8efd8c3e73cd5912d6178c55ca3c059968191051bd20b889b06b5e92b3df70c7b5d09bd013b9ebdb diff --git a/x11-apps/xcalc/xcalc-1.1.1.ebuild b/x11-apps/xcalc/xcalc-1.1.1.ebuild new file mode 100644 index 000000000000..570e843275b9 --- /dev/null +++ b/x11-apps/xcalc/xcalc-1.1.1.ebuild @@ -0,0 +1,17 @@ +# Copyright 1999-2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +XORG_TARBALL_SUFFIX="xz" +inherit xorg-3 + +DESCRIPTION="scientific calculator for X" + +KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~sparc-solaris ~x86-solaris" + +RDEPEND="x11-libs/libXaw + x11-libs/libXt + x11-libs/libX11" +DEPEND="${RDEPEND} + x11-base/xorg-proto"