From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id AEF981389E2 for ; Sun, 30 Nov 2014 22:08:39 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 98468E0882; Sun, 30 Nov 2014 22:08:37 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 4629AE0882 for ; Sun, 30 Nov 2014 22:08:37 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 400B433EAF3 for ; Sun, 30 Nov 2014 22:08:36 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DF8F6B3D0 for ; Sun, 30 Nov 2014 22:08:34 +0000 (UTC) From: "Gilles Dartiguelongue" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Gilles Dartiguelongue" Message-ID: <1417385284.8e1a88ab60cf950cbdbdf1b2441929b82cd6b336.eva@gentoo> Subject: [gentoo-commits] proj/gnome:master commit in: gnome-extra/california/ X-VCS-Repository: proj/gnome X-VCS-Files: gnome-extra/california/california-0.2.0.ebuild gnome-extra/california/metadata.xml X-VCS-Directories: gnome-extra/california/ X-VCS-Committer: eva X-VCS-Committer-Name: Gilles Dartiguelongue X-VCS-Revision: 8e1a88ab60cf950cbdbdf1b2441929b82cd6b336 X-VCS-Branch: master Date: Sun, 30 Nov 2014 22:08:34 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 04694d09-8a2d-47f3-a990-55ea6bafb2c2 X-Archives-Hash: 0bdca1f98c286b39966bc76a159e96ac commit: 8e1a88ab60cf950cbdbdf1b2441929b82cd6b336 Author: Gilles Dartiguelongue gentoo org> AuthorDate: Sun Nov 30 22:08:04 2014 +0000 Commit: Gilles Dartiguelongue gentoo org> CommitDate: Sun Nov 30 22:08:04 2014 +0000 URL: http://sources.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=8e1a88ab gnome-extra/california: initial ebuild Yet another calendar application using Gnome3 libs. --- gnome-extra/california/california-0.2.0.ebuild | 47 ++++++++++++++++++++++++++ gnome-extra/california/metadata.xml | 5 +++ 2 files changed, 52 insertions(+) diff --git a/gnome-extra/california/california-0.2.0.ebuild b/gnome-extra/california/california-0.2.0.ebuild new file mode 100644 index 0000000..7935c2d --- /dev/null +++ b/gnome-extra/california/california-0.2.0.ebuild @@ -0,0 +1,47 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI="5" +GCONF_DEBUG="no" +VAPA_API_MIN_VERSION="0.24" + +inherit gnome2 vala + +DESCRIPTION="Manage your online calendars with simple and modern interface" +HOMEPAGE="https://wiki.gnome.org/Apps/California" + +LICENSE="LGPL-2.1+" +SLOT="0" +KEYWORDS="~amd64" +IUSE="" + +RDEPEND=" + >=dev-libs/glib-2.38:2 + >=dev-libs/gobject-introspection-1.38 + >=dev-libs/libgdata-0.14 + >=dev-libs/libgee-0.10.5:0.8 + >=net-libs/gnome-online-accounts-3.8.3 + >=net-libs/libsoup-2.44:2.4 + >=gnome-extra/evolution-data-server-3.8 + >=x11-libs/gtk+-3.12.2:3 +" +DEPEND="${RDEPEND} + $(vala_depend) + app-text/yelp-tools + >=dev-util/intltool-0.35 + sys-devel/gettext + virtual/pkgconfig +" + +src_prepare() { + vala_src_prepare + gnome2_src_prepare +} + +src_install() { + # FIXME: report doc install being broken upstream + gnome2_src_install + + rm -rf "${ED}"/usr/doc || die +} diff --git a/gnome-extra/california/metadata.xml b/gnome-extra/california/metadata.xml new file mode 100644 index 0000000..6e0e2ec --- /dev/null +++ b/gnome-extra/california/metadata.xml @@ -0,0 +1,5 @@ + + + + gnome +