Gentoo Archives: gentoo-commits

From: Matt Turner <mattst88@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-apps/xcalc/
Date: Sun, 17 Feb 2019 22:08:24
Message-Id: 1550441289.e300c872d7bbd1332f92653c025e3dbeb4b27aeb.mattst88@gentoo
1 commit: e300c872d7bbd1332f92653c025e3dbeb4b27aeb
2 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
3 AuthorDate: Sun Feb 17 22:08:02 2019 +0000
4 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
5 CommitDate: Sun Feb 17 22:08:09 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e300c872
7
8 x11-apps/xcalc: Version bump to 1.0.7
9
10 Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
11
12 x11-apps/xcalc/Manifest | 1 +
13 x11-apps/xcalc/xcalc-1.0.7.ebuild | 16 ++++++++++++++++
14 2 files changed, 17 insertions(+)
15
16 diff --git a/x11-apps/xcalc/Manifest b/x11-apps/xcalc/Manifest
17 index 65676393db2..72140825f83 100644
18 --- a/x11-apps/xcalc/Manifest
19 +++ b/x11-apps/xcalc/Manifest
20 @@ -1,2 +1,3 @@
21 DIST xcalc-1.0.5.tar.bz2 135451 BLAKE2B 843aeebe244ebca36e95624c4097907517047b4589abbe6c194283fba2809720fbb415075aef19b3e745cef5ee6b3afdefa86d955df78160ec1b8cbff3b59180 SHA512 8ca9cc8fda4cc0b4578342311e3cfa7ce69084f10bec7eca4b0cf6d2ad11bb7f188d89ad15b12b17a514fb02eb9758df96d514e605aa4bfe7e23fa028591a7ea
22 DIST xcalc-1.0.6.tar.bz2 142808 BLAKE2B 11dcfcb1a09284ac3ce27c147aa5544818b6149993a07386f20ead706f492696030ec567469e59b52ed71fdc67b458b7a9362ad235442a663ccf01f7b6eaf4c8 SHA512 61b921b6a3fefea20bd9e7ad0b308f589f2aeaafe9316df94cc739a005be6c180bdafc981b8957230f46c9fc1c0e266829a55b473ae26b1377c705796175c908
23 +DIST xcalc-1.0.7.tar.bz2 145644 BLAKE2B 54bf53e652a535db5d116f8a5193b4b165fd500d3943b83fc294ccb3df44b39b4774ab0d9f44c37ff1a915948879d815738bb9e4caf8e1ad18830cd4addc05e5 SHA512 890cb9399e3c55816318ab5f0152ddba05ee141cbae6032759a3b762742ab54df8fcf0394dacc539299f93f27cbbb17aee5cbda5dde8b169a7099f20a1a38388
24
25 diff --git a/x11-apps/xcalc/xcalc-1.0.7.ebuild b/x11-apps/xcalc/xcalc-1.0.7.ebuild
26 new file mode 100644
27 index 00000000000..c112468db2f
28 --- /dev/null
29 +++ b/x11-apps/xcalc/xcalc-1.0.7.ebuild
30 @@ -0,0 +1,16 @@
31 +# Copyright 1999-2019 Gentoo Authors
32 +# Distributed under the terms of the GNU General Public License v2
33 +
34 +EAPI=5
35 +
36 +inherit xorg-2
37 +
38 +DESCRIPTION="scientific calculator for X"
39 +
40 +KEYWORDS="~amd64 ~arm ~hppa ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-linux ~x86-linux ~x86-macos ~sparc-solaris ~x86-solaris"
41 +IUSE=""
42 +
43 +RDEPEND="x11-libs/libXaw
44 + x11-libs/libXt
45 + x11-libs/libX11"
46 +DEPEND="${RDEPEND}"