From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id A71FC1396D0 for ; Sun, 3 Sep 2017 22:12:26 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DB466E0D39; Sun, 3 Sep 2017 22:12:25 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id B41AAE0D29 for ; Sun, 3 Sep 2017 22:12:25 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id A5A5A33D3C7 for ; Sun, 3 Sep 2017 22:12:24 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 23F118CF2 for ; Sun, 3 Sep 2017 22:12:23 +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: <1504475413.5f959c852774b6fcd65858eab8aab3a709d09b69.eva@gentoo> Subject: [gentoo-commits] proj/gnome:master commit in: gnome-extra/gnome-todo/ X-VCS-Repository: proj/gnome X-VCS-Files: gnome-extra/gnome-todo/gnome-todo-3.24.2.ebuild X-VCS-Directories: gnome-extra/gnome-todo/ X-VCS-Committer: eva X-VCS-Committer-Name: Gilles Dartiguelongue X-VCS-Revision: 5f959c852774b6fcd65858eab8aab3a709d09b69 X-VCS-Branch: master Date: Sun, 3 Sep 2017 22:12:23 +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: 57404d49-0ce3-4b66-b457-1d19dfc57ac5 X-Archives-Hash: 40a4ea03578d003a392730cec2c962fb commit: 5f959c852774b6fcd65858eab8aab3a709d09b69 Author: Gilles Dartiguelongue gentoo org> AuthorDate: Sun Sep 3 21:50:13 2017 +0000 Commit: Gilles Dartiguelongue gentoo org> CommitDate: Sun Sep 3 21:50:13 2017 +0000 URL: https://gitweb.gentoo.org/proj/gnome.git/commit/?id=5f959c85 gnome-extra/gnome-todo: version bump 3.22.0 → 3.24.2 Package-Manager: Portage-2.3.8, Repoman-2.3.3 Manifest-Sign-Key: 0x5A56C8CD0C13248A gnome-extra/gnome-todo/gnome-todo-3.24.2.ebuild | 43 +++++++++++++++++++++++++ 1 file changed, 43 insertions(+) diff --git a/gnome-extra/gnome-todo/gnome-todo-3.24.2.ebuild b/gnome-extra/gnome-todo/gnome-todo-3.24.2.ebuild new file mode 100644 index 00000000..7bc408d7 --- /dev/null +++ b/gnome-extra/gnome-todo/gnome-todo-3.24.2.ebuild @@ -0,0 +1,43 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +inherit gnome2 + +DESCRIPTION="Personal task manager" +HOMEPAGE="https://wiki.gnome.org/Apps/Todo" + +LICENSE="GPL-3+" +SLOT="0" +KEYWORDS="~amd64" +IUSE="+introspection" + +RDEPEND=" + >=dev-libs/glib-2.43.4:2 + >=dev-libs/libical-0.43 + >=dev-libs/libpeas-1.17 + >=gnome-extra/evolution-data-server-3.17.1:=[gtk] + >=net-libs/gnome-online-accounts-3.2 + >=x11-libs/gtk+-3.22.0:3 + introspection? ( >=dev-libs/gobject-introspection-1.42:= ) +" +DEPEND="${RDEPEND} + dev-libs/appstream-glib + >=dev-util/gtk-doc-am-1.14 + >=sys-devel/gettext-0.19.8 + virtual/pkgconfig +" + +src_configure() { + gnome2_src_configure \ + $(use_enable introspection) \ + --enable-eds-plugin \ + --enable-background-plugin \ + --enable-dark-theme-plugin \ + --enable-scheduled-panel-plugin \ + --enable-score-plugin \ + --enable-today-panel-plugin \ + --enable-unscheduled-panel-plugin \ + --enable-todo-txt-plugin +}