Gentoo Archives: gentoo-commits

From: Matt Turner <mattst88@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-apps/xcalc/
Date: Mon, 04 Apr 2022 02:34:28
Message-Id: 1649039637.d4d442ae94cbe7f36db689982cf68689ee183514.mattst88@gentoo
1 commit: d4d442ae94cbe7f36db689982cf68689ee183514
2 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
3 AuthorDate: Mon Apr 4 02:17:24 2022 +0000
4 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
5 CommitDate: Mon Apr 4 02:33:57 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d4d442ae
7
8 x11-apps/xcalc: Version bump to 1.1.1
9
10 Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
11
12 x11-apps/xcalc/Manifest | 1 +
13 x11-apps/xcalc/xcalc-1.1.1.ebuild | 17 +++++++++++++++++
14 2 files changed, 18 insertions(+)
15
16 diff --git a/x11-apps/xcalc/Manifest b/x11-apps/xcalc/Manifest
17 index daea93e1931b..f58f0cc95666 100644
18 --- a/x11-apps/xcalc/Manifest
19 +++ b/x11-apps/xcalc/Manifest
20 @@ -1 +1,2 @@
21 DIST xcalc-1.1.0.tar.bz2 148193 BLAKE2B 8643544d7871eca1e242b643f1e80fc76b7b2f64612a75ca2ec2537194df84862d9b86be515acea5114a8f2dc6cfad7c95cf40e396a0aeb26a6951198827755d SHA512 877aab7bb08f409a21c26b841f4d91eb6993914ed0d26512e47d6b3d2b3e0b231158901415a106cfb45de43f03f253bf2a8733f986538d4ee810afe0e54f98d5
22 +DIST xcalc-1.1.1.tar.xz 140204 BLAKE2B b747a658b03ded2a071f0b54047f8dd4a1aecf6093af14059f2311019e6f9d3790f1190159c278fd3f9d5bf5740bbb1bfb0996540a0985728ed2966239bb4902 SHA512 a261e9798d62727f40b9aff07e68e63ba40aa7f4f9b1811d8efd8c3e73cd5912d6178c55ca3c059968191051bd20b889b06b5e92b3df70c7b5d09bd013b9ebdb
23
24 diff --git a/x11-apps/xcalc/xcalc-1.1.1.ebuild b/x11-apps/xcalc/xcalc-1.1.1.ebuild
25 new file mode 100644
26 index 000000000000..570e843275b9
27 --- /dev/null
28 +++ b/x11-apps/xcalc/xcalc-1.1.1.ebuild
29 @@ -0,0 +1,17 @@
30 +# Copyright 1999-2022 Gentoo Authors
31 +# Distributed under the terms of the GNU General Public License v2
32 +
33 +EAPI=8
34 +
35 +XORG_TARBALL_SUFFIX="xz"
36 +inherit xorg-3
37 +
38 +DESCRIPTION="scientific calculator for X"
39 +
40 +KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~sparc-solaris ~x86-solaris"
41 +
42 +RDEPEND="x11-libs/libXaw
43 + x11-libs/libXt
44 + x11-libs/libX11"
45 +DEPEND="${RDEPEND}
46 + x11-base/xorg-proto"