diff options
author | Matt Turner <mattst88@gentoo.org> | 2019-06-09 14:11:32 -0700 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2019-06-09 14:12:03 -0700 |
commit | 80f1d62ad2bab2f41c7cf6e27a987047cb13898c (patch) | |
tree | 089a804f6447532180569e8f4ead36cccf4bd792 /x11-apps/xcalc | |
parent | x11-apps/sessreg: Version bump to 1.1.2 (diff) | |
download | gentoo-80f1d62ad2bab2f41c7cf6e27a987047cb13898c.tar.gz gentoo-80f1d62ad2bab2f41c7cf6e27a987047cb13898c.tar.bz2 gentoo-80f1d62ad2bab2f41c7cf6e27a987047cb13898c.zip |
x11-apps/xcalc: Version bump to 1.1.0
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'x11-apps/xcalc')
-rw-r--r-- | x11-apps/xcalc/Manifest | 1 | ||||
-rw-r--r-- | x11-apps/xcalc/xcalc-1.1.0.ebuild | 17 |
2 files changed, 18 insertions, 0 deletions
diff --git a/x11-apps/xcalc/Manifest b/x11-apps/xcalc/Manifest index 5665141a9436..d15d270afb34 100644 --- a/x11-apps/xcalc/Manifest +++ b/x11-apps/xcalc/Manifest @@ -1 +1,2 @@ DIST xcalc-1.0.7.tar.bz2 145644 BLAKE2B 54bf53e652a535db5d116f8a5193b4b165fd500d3943b83fc294ccb3df44b39b4774ab0d9f44c37ff1a915948879d815738bb9e4caf8e1ad18830cd4addc05e5 SHA512 890cb9399e3c55816318ab5f0152ddba05ee141cbae6032759a3b762742ab54df8fcf0394dacc539299f93f27cbbb17aee5cbda5dde8b169a7099f20a1a38388 +DIST xcalc-1.1.0.tar.bz2 148193 BLAKE2B 8643544d7871eca1e242b643f1e80fc76b7b2f64612a75ca2ec2537194df84862d9b86be515acea5114a8f2dc6cfad7c95cf40e396a0aeb26a6951198827755d SHA512 877aab7bb08f409a21c26b841f4d91eb6993914ed0d26512e47d6b3d2b3e0b231158901415a106cfb45de43f03f253bf2a8733f986538d4ee810afe0e54f98d5 diff --git a/x11-apps/xcalc/xcalc-1.1.0.ebuild b/x11-apps/xcalc/xcalc-1.1.0.ebuild new file mode 100644 index 000000000000..5cf7402a31f3 --- /dev/null +++ b/x11-apps/xcalc/xcalc-1.1.0.ebuild @@ -0,0 +1,17 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit xorg-3 + +DESCRIPTION="scientific calculator for X" + +KEYWORDS="~amd64 ~arm ~hppa ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-linux ~x86-linux ~x86-macos ~sparc-solaris ~x86-solaris" +IUSE="" + +RDEPEND="x11-libs/libXaw + x11-libs/libXt + x11-libs/libX11" +DEPEND="${RDEPEND} + x11-base/xorg-proto" |