summaryrefslogtreecommitdiff
path: root/x11-apps
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2023-05-05 05:29:57 +0100
committerV3n3RiX <venerix@koprulu.sector>2023-05-05 05:29:57 +0100
commit4e777c0133d093c9c8b992c92e0f244e2055bf71 (patch)
treed6fbeed2e9eb1b486babf5d6f4886da4bdba4dbc /x11-apps
parent6f57e716c7968def6387f9db258e883125bab84f (diff)
gentoo auto-resync : 05:05:2023 - 05:29:57
Diffstat (limited to 'x11-apps')
-rw-r--r--x11-apps/Manifest.gzbin14026 -> 14028 bytes
-rw-r--r--x11-apps/xcalc/Manifest2
-rw-r--r--x11-apps/xcalc/xcalc-1.1.2.ebuild16
3 files changed, 18 insertions, 0 deletions
diff --git a/x11-apps/Manifest.gz b/x11-apps/Manifest.gz
index 4f0f2d2d545a..c8e6bb94dfd9 100644
--- a/x11-apps/Manifest.gz
+++ b/x11-apps/Manifest.gz
Binary files differ
diff --git a/x11-apps/xcalc/Manifest b/x11-apps/xcalc/Manifest
index 44ec685c4c60..66e7b3bbcc63 100644
--- a/x11-apps/xcalc/Manifest
+++ b/x11-apps/xcalc/Manifest
@@ -1,3 +1,5 @@
DIST xcalc-1.1.1.tar.xz 140204 BLAKE2B b747a658b03ded2a071f0b54047f8dd4a1aecf6093af14059f2311019e6f9d3790f1190159c278fd3f9d5bf5740bbb1bfb0996540a0985728ed2966239bb4902 SHA512 a261e9798d62727f40b9aff07e68e63ba40aa7f4f9b1811d8efd8c3e73cd5912d6178c55ca3c059968191051bd20b889b06b5e92b3df70c7b5d09bd013b9ebdb
+DIST xcalc-1.1.2.tar.xz 140692 BLAKE2B 26dbc9ab9bc9d6441e4422da267686ff05f7725274458a8633688ede6941dd116f7308a58db28a56d5390b6cbf1e16dbd482da6f9d8a7b23744b0c6b10625d6e SHA512 51da677dc88bcd7299ed8d678cb26b048fdb82a1983e1496a06253ee2dceefca4ac87d1a74432b4a76dcc11921a61339bb3d292607be46228164140b430bbad2
EBUILD xcalc-1.1.1.ebuild 423 BLAKE2B 850d2d18b404bbe64bc6b637fc0449f8ad9db47ba95d763502fb77f68cb1a21eb540e395e08146d8f71e4dc442568f548b5a159fd0e464f3aaf7ed4b595aef22 SHA512 558dbe40c146202bf107dad50f26d86880f4278def727da4b8bf2c14e91df32b1439c73c5d3550061ab5ec4aea91e005def3dbeb57be01509cc3963635253622
+EBUILD xcalc-1.1.2.ebuild 428 BLAKE2B 3428671ee461d83cd2acc216929921a7401bae749d53a68705ba63c50904ac2188e7168b47abd50f8d40382eeabdbdc476c27986a505a4168932e06c00ce7253 SHA512 d42512b01601a177825d0d714ab05d83997a0f8facaf85b8de7f96782469849ddc09c1cca3d6f704547aace19bd12119ee9563011a4243ef39519b8c19de7a09
MISC metadata.xml 336 BLAKE2B 93d8fdc0c4e87e9d1b0bdd8ace117c9380f54985920fcd3c70ba0dc6031c7375e6376b9fe414efcc7b8a53f1e7b9975e4bb72a30a0c1583d635305b4bc0f0fd2 SHA512 e08ecb5fa61930cb91678476ac70df0471b6677c503045fe2011cca9f5424f0f71b5da701a92a1db7de7d55c4fbeea93c8b926efe6b1a48ac5ae6f6b321cf568
diff --git a/x11-apps/xcalc/xcalc-1.1.2.ebuild b/x11-apps/xcalc/xcalc-1.1.2.ebuild
new file mode 100644
index 000000000000..6fefee2533c7
--- /dev/null
+++ b/x11-apps/xcalc/xcalc-1.1.2.ebuild
@@ -0,0 +1,16 @@
+# Copyright 1999-2023 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"