summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGilles Dartiguelongue <eva@gentoo.org>2016-09-07 01:01:40 +0200
committerGilles Dartiguelongue <eva@gentoo.org>2016-09-07 01:14:41 +0200
commit0d39c58ae3a4dbc9d125abdc07be9cac3da016d1 (patch)
tree68c477ccf0687c456ad68afa35f7c1dbc1913fd7 /gnome-extra/gnome-calendar/gnome-calendar-3.20.3.ebuild
parentnet-irc/polari: version bump from 3.20.2 to 3.20.3 (diff)
downloadgentoo-0d39c58ae3a4dbc9d125abdc07be9cac3da016d1.tar.gz
gentoo-0d39c58ae3a4dbc9d125abdc07be9cac3da016d1.tar.bz2
gentoo-0d39c58ae3a4dbc9d125abdc07be9cac3da016d1.zip
gnome-extra/gnome-calendar: version bump from 3.20.2 to 3.20.3
Package-Manager: portage-2.3.0
Diffstat (limited to 'gnome-extra/gnome-calendar/gnome-calendar-3.20.3.ebuild')
-rw-r--r--gnome-extra/gnome-calendar/gnome-calendar-3.20.3.ebuild30
1 files changed, 30 insertions, 0 deletions
diff --git a/gnome-extra/gnome-calendar/gnome-calendar-3.20.3.ebuild b/gnome-extra/gnome-calendar/gnome-calendar-3.20.3.ebuild
new file mode 100644
index 000000000000..28860fdc8276
--- /dev/null
+++ b/gnome-extra/gnome-calendar/gnome-calendar-3.20.3.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
+"