summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Turner <mattst88@gentoo.org>2022-04-03 19:17:24 -0700
committerMatt Turner <mattst88@gentoo.org>2022-04-03 19:33:57 -0700
commitd4d442ae94cbe7f36db689982cf68689ee183514 (patch)
tree591e023f6b7b968e1632b3741329c454b8315dfb /x11-apps
parentapp-accessibility/espeak-ng: add fix for pulseaudio access violation (diff)
downloadgentoo-d4d442ae94cbe7f36db689982cf68689ee183514.tar.gz
gentoo-d4d442ae94cbe7f36db689982cf68689ee183514.tar.bz2
gentoo-d4d442ae94cbe7f36db689982cf68689ee183514.zip
x11-apps/xcalc: Version bump to 1.1.1
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'x11-apps')
-rw-r--r--x11-apps/xcalc/Manifest1
-rw-r--r--x11-apps/xcalc/xcalc-1.1.1.ebuild17
2 files changed, 18 insertions, 0 deletions
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"