diff options
Diffstat (limited to 'x11-apps/xcalc')
-rw-r--r-- | x11-apps/xcalc/Manifest | 1 | ||||
-rw-r--r-- | x11-apps/xcalc/xcalc-1.1.2.ebuild | 16 |
2 files changed, 17 insertions, 0 deletions
diff --git a/x11-apps/xcalc/Manifest b/x11-apps/xcalc/Manifest index df361a3c86b5..e6e3fa380dec 100644 --- a/x11-apps/xcalc/Manifest +++ b/x11-apps/xcalc/Manifest @@ -1 +1,2 @@ DIST xcalc-1.1.1.tar.xz 140204 BLAKE2B b747a658b03ded2a071f0b54047f8dd4a1aecf6093af14059f2311019e6f9d3790f1190159c278fd3f9d5bf5740bbb1bfb0996540a0985728ed2966239bb4902 SHA512 a261e9798d62727f40b9aff07e68e63ba40aa7f4f9b1811d8efd8c3e73cd5912d6178c55ca3c059968191051bd20b889b06b5e92b3df70c7b5d09bd013b9ebdb +DIST xcalc-1.1.2.tar.xz 140692 BLAKE2B 26dbc9ab9bc9d6441e4422da267686ff05f7725274458a8633688ede6941dd116f7308a58db28a56d5390b6cbf1e16dbd482da6f9d8a7b23744b0c6b10625d6e SHA512 51da677dc88bcd7299ed8d678cb26b048fdb82a1983e1496a06253ee2dceefca4ac87d1a74432b4a76dcc11921a61339bb3d292607be46228164140b430bbad2 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" |