summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Turner <mattst88@gentoo.org>2019-02-17 14:08:02 -0800
committerMatt Turner <mattst88@gentoo.org>2019-02-17 14:08:09 -0800
commite300c872d7bbd1332f92653c025e3dbeb4b27aeb (patch)
treed4e9bf1f0d5e529bebe5bd0ae9cd1d4d05d7c364 /x11-apps
parentsys-devel/binutils-hppa64: Reinstate KEYWORDS (diff)
downloadgentoo-e300c872d7bbd1332f92653c025e3dbeb4b27aeb.tar.gz
gentoo-e300c872d7bbd1332f92653c025e3dbeb4b27aeb.tar.bz2
gentoo-e300c872d7bbd1332f92653c025e3dbeb4b27aeb.zip
x11-apps/xcalc: Version bump to 1.0.7
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.0.7.ebuild16
2 files changed, 17 insertions, 0 deletions
diff --git a/x11-apps/xcalc/Manifest b/x11-apps/xcalc/Manifest
index 65676393db23..72140825f83e 100644
--- a/x11-apps/xcalc/Manifest
+++ b/x11-apps/xcalc/Manifest
@@ -1,2 +1,3 @@
DIST xcalc-1.0.5.tar.bz2 135451 BLAKE2B 843aeebe244ebca36e95624c4097907517047b4589abbe6c194283fba2809720fbb415075aef19b3e745cef5ee6b3afdefa86d955df78160ec1b8cbff3b59180 SHA512 8ca9cc8fda4cc0b4578342311e3cfa7ce69084f10bec7eca4b0cf6d2ad11bb7f188d89ad15b12b17a514fb02eb9758df96d514e605aa4bfe7e23fa028591a7ea
DIST xcalc-1.0.6.tar.bz2 142808 BLAKE2B 11dcfcb1a09284ac3ce27c147aa5544818b6149993a07386f20ead706f492696030ec567469e59b52ed71fdc67b458b7a9362ad235442a663ccf01f7b6eaf4c8 SHA512 61b921b6a3fefea20bd9e7ad0b308f589f2aeaafe9316df94cc739a005be6c180bdafc981b8957230f46c9fc1c0e266829a55b473ae26b1377c705796175c908
+DIST xcalc-1.0.7.tar.bz2 145644 BLAKE2B 54bf53e652a535db5d116f8a5193b4b165fd500d3943b83fc294ccb3df44b39b4774ab0d9f44c37ff1a915948879d815738bb9e4caf8e1ad18830cd4addc05e5 SHA512 890cb9399e3c55816318ab5f0152ddba05ee141cbae6032759a3b762742ab54df8fcf0394dacc539299f93f27cbbb17aee5cbda5dde8b169a7099f20a1a38388
diff --git a/x11-apps/xcalc/xcalc-1.0.7.ebuild b/x11-apps/xcalc/xcalc-1.0.7.ebuild
new file mode 100644
index 000000000000..c112468db2fb
--- /dev/null
+++ b/x11-apps/xcalc/xcalc-1.0.7.ebuild
@@ -0,0 +1,16 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=5
+
+inherit xorg-2
+
+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}"