Gentoo Archives: gentoo-commits

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