Gentoo Archives: gentoo-commits

From: Pacho Ramos <pacho@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: gnome-extra/gnome-calculator/
Date: Sat, 25 Jun 2016 16:53:43
Message-Id: 1466872835.6903e4be6697be4987f83c05268e05c927262eb2.pacho@gentoo
1 commit: 6903e4be6697be4987f83c05268e05c927262eb2
2 Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jun 25 16:40:35 2016 +0000
4 Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
5 CommitDate: Sat Jun 25 16:40:35 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6903e4be
7
8 gnome-extra/gnome-calculator: Version bump
9
10 Package-Manager: portage-2.3.0_rc1
11
12 gnome-extra/gnome-calculator/Manifest | 1 +
13 .../gnome-calculator-3.20.1.ebuild | 39 ++++++++++++++++++++++
14 2 files changed, 40 insertions(+)
15
16 diff --git a/gnome-extra/gnome-calculator/Manifest b/gnome-extra/gnome-calculator/Manifest
17 index 395fbd6..c46f409 100644
18 --- a/gnome-extra/gnome-calculator/Manifest
19 +++ b/gnome-extra/gnome-calculator/Manifest
20 @@ -1 +1,2 @@
21 DIST gnome-calculator-3.18.3.tar.xz 1339496 SHA256 c376a4a14a3f7946b799b8458ac4cf2694735fc7c20e90cfda29e209439e32ff SHA512 74ee2e22dc199a1beb8526bfa11174caaaeed0c2568f5e122f1c1c7f09b75926d30b5bdfa61a1e8495de9c2a449ee632e62fbbc11c04d5c44c83f819a6c409b5 WHIRLPOOL c371233a98ec28a3aa2a956d69b834a97508e0d6a58a43f918ca1d992b7efb434533926cd2d72a610c1c00cfbb101139c1db44a7771549da463c882cc0702c98
22 +DIST gnome-calculator-3.20.1.tar.xz 1454768 SHA256 02edcf99857599ac10ecd2faaf33ad20a9f11f7c5a89a52ee1b511d99b594b90 SHA512 28198343422d61eec40938e35659e92bec1a67c4a6f16bdafd7a13f0b3a449d884f33daa9cf6c61bd56e9859ae3554522a02c0650ffcfaf64fb69b69671e347e WHIRLPOOL 51940f923548c9a262d03dea1d263e4b11112e6f92e1b0616947ca10fb8e50ce2425abff2baf76b934585e22ca5f81e3a99e433ca535949ed2121975a5415230
23
24 diff --git a/gnome-extra/gnome-calculator/gnome-calculator-3.20.1.ebuild b/gnome-extra/gnome-calculator/gnome-calculator-3.20.1.ebuild
25 new file mode 100644
26 index 0000000..230f371
27 --- /dev/null
28 +++ b/gnome-extra/gnome-calculator/gnome-calculator-3.20.1.ebuild
29 @@ -0,0 +1,39 @@
30 +# Copyright 1999-2016 Gentoo Foundation
31 +# Distributed under the terms of the GNU General Public License v2
32 +# $Id$
33 +
34 +EAPI=6
35 +inherit gnome2
36 +
37 +DESCRIPTION="A calculator application for GNOME"
38 +HOMEPAGE="https://wiki.gnome.org/Apps/Calculator"
39 +
40 +LICENSE="GPL-2"
41 +SLOT="0"
42 +IUSE=""
43 +KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux"
44 +
45 +COMMON_DEPEND="
46 + >=dev-libs/glib-2.40:2
47 + dev-libs/libxml2:2
48 + dev-libs/mpfr:0
49 + >=net-libs/libsoup-2.42:2.4
50 + >=x11-libs/gtk+-3.11.6:3
51 + >=x11-libs/gtksourceview-3.15.1:3.0
52 +"
53 +RDEPEND="${COMMON_DEPEND}
54 + !<gnome-extra/gnome-utils-2.3
55 + !gnome-extra/gcalctool
56 +"
57 +DEPEND="${COMMON_DEPEND}
58 + >=dev-util/intltool-0.50
59 + dev-util/itstool
60 + sys-devel/gettext
61 + virtual/pkgconfig
62 +"
63 +
64 +src_configure() {
65 + gnome2_src_configure \
66 + --disable-static \
67 + VALAC=$(type -P true)
68 +}