diff options
author | Pacho Ramos <pacho@gentoo.org> | 2016-06-25 18:44:11 +0200 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2016-06-25 18:44:11 +0200 |
commit | bc1b349748529d930cda9584d6546dcda3d1c9ed (patch) | |
tree | 530813a2343621feaadbbcbd81f1a82b438aca5e /gnome-extra/gnome-calendar | |
parent | gnome-extra/gnome-calendar: Drop old (diff) | |
download | gentoo-bc1b349748529d930cda9584d6546dcda3d1c9ed.tar.gz gentoo-bc1b349748529d930cda9584d6546dcda3d1c9ed.tar.bz2 gentoo-bc1b349748529d930cda9584d6546dcda3d1c9ed.zip |
gnome-extra/gnome-calendar: Version bump
Package-Manager: portage-2.3.0_rc1
Diffstat (limited to 'gnome-extra/gnome-calendar')
-rw-r--r-- | gnome-extra/gnome-calendar/Manifest | 1 | ||||
-rw-r--r-- | gnome-extra/gnome-calendar/gnome-calendar-3.20.2.ebuild | 30 |
2 files changed, 31 insertions, 0 deletions
diff --git a/gnome-extra/gnome-calendar/Manifest b/gnome-extra/gnome-calendar/Manifest index f84a7361fc6e..f1eb5cb3e318 100644 --- a/gnome-extra/gnome-calendar/Manifest +++ b/gnome-extra/gnome-calendar/Manifest @@ -1 +1,2 @@ DIST gnome-calendar-3.18.3.tar.xz 2299900 SHA256 db5b76059725acec18e54b6b8becbbaac2cc6093790ae744d7c93b3afe879575 SHA512 cc3c9bc7eb691f590bb88dd6c8304f2cb5165d87f8f110632e74475ee2a96036ae61f9b1f79e130e4799da27d43ca20c80a4165a38fd21112db8abc7bf303e83 WHIRLPOOL 4c5a74a44242b0bb9d62aade16d07bd31de2400b5b9d7e62127cd94ba951aa88db559067ff4b89c8350825dcfe5c2d979d887aab2795bc92dbed41638c1406b5 +DIST gnome-calendar-3.20.2.tar.xz 2330912 SHA256 f132cff56310b83cf086628e949685b04cdaf872e989d67dbb8a3e4e9943deee SHA512 6e7d2bfdc465d76660c6b3ad6db3f4e7f76b957664185f915bd6d74348b6dbe4cf07fafa07989055d6196d63dc60b72d5c07e9456f912f23e7ad7f4af553d168 WHIRLPOOL bc12e06c9ce38f27985cf9040706a626826d00e61f0b5f33656887510f0a69b151010b77a30a1aaf57d77d1288f1e8aef549c37f26ff33476d843b98de723da2 diff --git a/gnome-extra/gnome-calendar/gnome-calendar-3.20.2.ebuild b/gnome-extra/gnome-calendar/gnome-calendar-3.20.2.ebuild new file mode 100644 index 000000000000..28860fdc8276 --- /dev/null +++ b/gnome-extra/gnome-calendar/gnome-calendar-3.20.2.ebuild @@ -0,0 +1,30 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=6 +inherit gnome2 + +DESCRIPTION="Manage your online calendars with simple and modern interface" +HOMEPAGE="https://wiki.gnome.org/Apps/Calendar" + +LICENSE="GPL-2+" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +# >=libical-1.0.1 for https://bugzilla.gnome.org/show_bug.cgi?id=751244 +RDEPEND=" + >=dev-libs/glib-2.43.4:2 + >=dev-libs/libical-1.0.1 + >=gnome-extra/evolution-data-server-3.17.1:= + >=net-libs/gnome-online-accounts-3.2.0:= + >=x11-libs/gtk+-3.19.1:3 +" +DEPEND="${RDEPEND} + dev-libs/appstream-glib + dev-util/gdbus-codegen + >=dev-util/intltool-0.40.6 + sys-devel/gettext + virtual/pkgconfig +" |