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 40E5C1396D0 for ; Sun, 3 Sep 2017 22:12:28 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8E7C01FC03A; Sun, 3 Sep 2017 22:12:27 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 636621FC03A for ; Sun, 3 Sep 2017 22:12:27 +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 7798933D3C7 for ; Sun, 3 Sep 2017 22:12:26 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 37CED8CF5 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: <1504475468.49152f97b21ebd0ff5b7f73c614bad21dc8fdc5e.eva@gentoo> Subject: [gentoo-commits] proj/gnome:master commit in: gnome-extra/gnome-todo/, gnome-extra/gnome-todo/files/ X-VCS-Repository: proj/gnome X-VCS-Files: gnome-extra/gnome-todo/files/gnome-todo-3.20.2-link-failure.patch gnome-extra/gnome-todo/gnome-todo-3.18.1.ebuild gnome-extra/gnome-todo/gnome-todo-3.20.2.ebuild X-VCS-Directories: gnome-extra/gnome-todo/ gnome-extra/gnome-todo/files/ X-VCS-Committer: eva X-VCS-Committer-Name: Gilles Dartiguelongue X-VCS-Revision: 49152f97b21ebd0ff5b7f73c614bad21dc8fdc5e 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: 014f60d1-72fd-4fa4-8e8f-36d8288bf0b9 X-Archives-Hash: 21352d90dee5b7a788b2d0558af20908 commit: 49152f97b21ebd0ff5b7f73c614bad21dc8fdc5e Author: Gilles Dartiguelongue gentoo org> AuthorDate: Sun Sep 3 21:51:08 2017 +0000 Commit: Gilles Dartiguelongue gentoo org> CommitDate: Sun Sep 3 21:51:08 2017 +0000 URL: https://gitweb.gentoo.org/proj/gnome.git/commit/?id=49152f97 gnome-extra/gnome-todo: clean up old revisions Package-Manager: Portage-2.3.8, Repoman-2.3.3 Manifest-Sign-Key: 0x5A56C8CD0C13248A .../files/gnome-todo-3.20.2-link-failure.patch | 27 -------------- gnome-extra/gnome-todo/gnome-todo-3.18.1.ebuild | 30 ---------------- gnome-extra/gnome-todo/gnome-todo-3.20.2.ebuild | 42 ---------------------- 3 files changed, 99 deletions(-) diff --git a/gnome-extra/gnome-todo/files/gnome-todo-3.20.2-link-failure.patch b/gnome-extra/gnome-todo/files/gnome-todo-3.20.2-link-failure.patch deleted file mode 100644 index c65b8bca..00000000 --- a/gnome-extra/gnome-todo/files/gnome-todo-3.20.2-link-failure.patch +++ /dev/null @@ -1,27 +0,0 @@ -From 5862bb70240b1f311e0ace880e3fcf0af1c8c5f8 Mon Sep 17 00:00:00 2001 -From: Gilles Dartiguelongue -Date: Wed, 7 Sep 2016 01:31:15 +0200 -Subject: [PATCH] Fix link failure with missing e_source_get_displayname symbol - ---- - src/Makefile.am | 4 ++-- - 1 file changed, 2 insertions(+), 2 deletions(-) - -diff --git a/src/Makefile.am b/src/Makefile.am -index 428226d..1032d29 100644 ---- a/src/Makefile.am -+++ b/src/Makefile.am -@@ -98,8 +98,8 @@ gnome_todo_LDFLAGS = \ - $(GNOME_TODO_WARN_LDFLAGS) - - gnome_todo_LDADD = \ -- $(GNOME_TODO_LIBS) \ -- $(top_builddir)/plugins/eds/libeds.a -+ $(top_builddir)/plugins/eds/libeds.a \ -+ $(GNOME_TODO_LIBS) - - gnome_todo_DEPENDENCIES = \ - $(top_builddir)/plugins/eds/libeds.a --- -2.9.3 - diff --git a/gnome-extra/gnome-todo/gnome-todo-3.18.1.ebuild b/gnome-extra/gnome-todo/gnome-todo-3.18.1.ebuild deleted file mode 100644 index 28d4c7e9..00000000 --- a/gnome-extra/gnome-todo/gnome-todo-3.18.1.ebuild +++ /dev/null @@ -1,30 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI="5" -GCONF_DEBUG="no" - -inherit gnome2 - -DESCRIPTION="Personal task manager" -HOMEPAGE="https://wiki.gnome.org/Apps/Todo" - -LICENSE="GPL-3+" -SLOT="0" -KEYWORDS="~amd64" -IUSE="" - -RDEPEND=" - >=dev-libs/glib-2.43.4:2 - >=dev-libs/libical-0.43 - >=gnome-extra/evolution-data-server-3.17.1:=[gtk] - >=net-libs/gnome-online-accounts-3.2 - >=x11-libs/gtk+-3.16:3 -" -DEPEND="${RDEPEND} - >=dev-util/intltool-0.40.6 - dev-libs/appstream-glib - sys-devel/gettext - virtual/pkgconfig -" diff --git a/gnome-extra/gnome-todo/gnome-todo-3.20.2.ebuild b/gnome-extra/gnome-todo/gnome-todo-3.20.2.ebuild deleted file mode 100644 index 55ac2da0..00000000 --- a/gnome-extra/gnome-todo/gnome-todo-3.20.2.ebuild +++ /dev/null @@ -1,42 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=6 - -inherit autotools 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.19.5:3 - introspection? ( >=dev-libs/gobject-introspection-1.42:= ) -" -DEPEND="${RDEPEND} - >=dev-util/intltool-0.40.6 - dev-libs/appstream-glib - sys-devel/gettext - virtual/pkgconfig -" - -src_prepare() { - eapply "${FILESDIR}"/${P}-link-failure.patch - - eautoreconf - gnome2_src_prepare -} - -src_configure() { - gnome2_src_configure --enable-eds-plugin -}