Gentoo Archives: gentoo-commits

From: Sobhan Mohammadpour <sobhan@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/gnome:master commit in: gnome-extra/gnome-calculator/
Date: Fri, 09 Feb 2018 15:55:58
Message-Id: 1518185388.412dc3e2af5dab8112071ec513751614975d54b2.sobhan@gentoo
1 commit: 412dc3e2af5dab8112071ec513751614975d54b2
2 Author: Sobhan Mohammadpour <sobhan <AT> gentoo <DOT> org>
3 AuthorDate: Fri Feb 9 14:09:48 2018 +0000
4 Commit: Sobhan Mohammadpour <sobhan <AT> gentoo <DOT> org>
5 CommitDate: Fri Feb 9 14:09:48 2018 +0000
6 URL: https://gitweb.gentoo.org/proj/gnome.git/commit/?id=412dc3e2
7
8 gnome-extra/gnome-calculator: bump
9
10 Package-Manager: Portage-2.3.23, Repoman-2.3.6
11 Manifest-Sign-Key: 0x7DF238CF0AA182E1
12
13 .../gnome-calculator-3.25.92.ebuild | 39 ++++++++++++++++++++++
14 gnome-extra/gnome-calculator/metadata.xml | 8 +++++
15 2 files changed, 47 insertions(+)
16
17 diff --git a/gnome-extra/gnome-calculator/gnome-calculator-3.25.92.ebuild b/gnome-extra/gnome-calculator/gnome-calculator-3.25.92.ebuild
18 new file mode 100644
19 index 00000000..3a73c9a7
20 --- /dev/null
21 +++ b/gnome-extra/gnome-calculator/gnome-calculator-3.25.92.ebuild
22 @@ -0,0 +1,39 @@
23 +# Copyright 1999-2018 Gentoo Foundation
24 +# Distributed under the terms of the GNU General Public License v2
25 +
26 +EAPI=6
27 +inherit gnome2
28 +
29 +DESCRIPTION="A calculator application for GNOME"
30 +HOMEPAGE="https://wiki.gnome.org/Apps/Calculator"
31 +
32 +LICENSE="GPL-2"
33 +SLOT="0"
34 +IUSE=""
35 +KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux"
36 +
37 +COMMON_DEPEND="
38 + >=dev-libs/glib-2.40:2
39 + dev-libs/libxml2:2
40 + dev-libs/mpfr:0
41 + dev-libs/mpc
42 + >=net-libs/libsoup-2.42:2.4
43 + >=x11-libs/gtk+-3.19.3:3
44 + >=x11-libs/gtksourceview-3.15.1:3.0
45 +"
46 +RDEPEND="${COMMON_DEPEND}
47 + !<gnome-extra/gnome-utils-2.3
48 + !gnome-extra/gcalctool
49 +"
50 +DEPEND="${COMMON_DEPEND}
51 + app-text/yelp-tools
52 + >=dev-util/intltool-0.50
53 + sys-devel/gettext
54 + virtual/pkgconfig
55 +"
56 +
57 +src_configure() {
58 + gnome2_src_configure \
59 + --disable-static \
60 + VALAC=$(type -P true)
61 +}
62
63 diff --git a/gnome-extra/gnome-calculator/metadata.xml b/gnome-extra/gnome-calculator/metadata.xml
64 new file mode 100644
65 index 00000000..39980802
66 --- /dev/null
67 +++ b/gnome-extra/gnome-calculator/metadata.xml
68 @@ -0,0 +1,8 @@
69 +<?xml version="1.0" encoding="UTF-8"?>
70 +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
71 +<pkgmetadata>
72 +<maintainer type="project">
73 + <email>gnome@g.o</email>
74 + <name>Gentoo GNOME Desktop</name>
75 +</maintainer>
76 +</pkgmetadata>