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-calendar/
Date: Sat, 25 Jun 2016 16:53:40
Message-Id: 1466873051.bc1b349748529d930cda9584d6546dcda3d1c9ed.pacho@gentoo
1 commit: bc1b349748529d930cda9584d6546dcda3d1c9ed
2 Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jun 25 16:44:11 2016 +0000
4 Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
5 CommitDate: Sat Jun 25 16:44:11 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bc1b3497
7
8 gnome-extra/gnome-calendar: Version bump
9
10 Package-Manager: portage-2.3.0_rc1
11
12 gnome-extra/gnome-calendar/Manifest | 1 +
13 .../gnome-calendar/gnome-calendar-3.20.2.ebuild | 30 ++++++++++++++++++++++
14 2 files changed, 31 insertions(+)
15
16 diff --git a/gnome-extra/gnome-calendar/Manifest b/gnome-extra/gnome-calendar/Manifest
17 index f84a736..f1eb5cb 100644
18 --- a/gnome-extra/gnome-calendar/Manifest
19 +++ b/gnome-extra/gnome-calendar/Manifest
20 @@ -1 +1,2 @@
21 DIST gnome-calendar-3.18.3.tar.xz 2299900 SHA256 db5b76059725acec18e54b6b8becbbaac2cc6093790ae744d7c93b3afe879575 SHA512 cc3c9bc7eb691f590bb88dd6c8304f2cb5165d87f8f110632e74475ee2a96036ae61f9b1f79e130e4799da27d43ca20c80a4165a38fd21112db8abc7bf303e83 WHIRLPOOL 4c5a74a44242b0bb9d62aade16d07bd31de2400b5b9d7e62127cd94ba951aa88db559067ff4b89c8350825dcfe5c2d979d887aab2795bc92dbed41638c1406b5
22 +DIST gnome-calendar-3.20.2.tar.xz 2330912 SHA256 f132cff56310b83cf086628e949685b04cdaf872e989d67dbb8a3e4e9943deee SHA512 6e7d2bfdc465d76660c6b3ad6db3f4e7f76b957664185f915bd6d74348b6dbe4cf07fafa07989055d6196d63dc60b72d5c07e9456f912f23e7ad7f4af553d168 WHIRLPOOL bc12e06c9ce38f27985cf9040706a626826d00e61f0b5f33656887510f0a69b151010b77a30a1aaf57d77d1288f1e8aef549c37f26ff33476d843b98de723da2
23
24 diff --git a/gnome-extra/gnome-calendar/gnome-calendar-3.20.2.ebuild b/gnome-extra/gnome-calendar/gnome-calendar-3.20.2.ebuild
25 new file mode 100644
26 index 0000000..28860fd
27 --- /dev/null
28 +++ b/gnome-extra/gnome-calendar/gnome-calendar-3.20.2.ebuild
29 @@ -0,0 +1,30 @@
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="Manage your online calendars with simple and modern interface"
38 +HOMEPAGE="https://wiki.gnome.org/Apps/Calendar"
39 +
40 +LICENSE="GPL-2+"
41 +SLOT="0"
42 +KEYWORDS="~amd64 ~x86"
43 +IUSE=""
44 +
45 +# >=libical-1.0.1 for https://bugzilla.gnome.org/show_bug.cgi?id=751244
46 +RDEPEND="
47 + >=dev-libs/glib-2.43.4:2
48 + >=dev-libs/libical-1.0.1
49 + >=gnome-extra/evolution-data-server-3.17.1:=
50 + >=net-libs/gnome-online-accounts-3.2.0:=
51 + >=x11-libs/gtk+-3.19.1:3
52 +"
53 +DEPEND="${RDEPEND}
54 + dev-libs/appstream-glib
55 + dev-util/gdbus-codegen
56 + >=dev-util/intltool-0.40.6
57 + sys-devel/gettext
58 + virtual/pkgconfig
59 +"