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 A3669138330 for ; Tue, 9 Jan 2018 02:02:08 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 477CDE09C0; Tue, 9 Jan 2018 02:00:15 +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 F03F8E099E for ; Tue, 9 Jan 2018 02:00:14 +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 DD427335C85 for ; Mon, 8 Jan 2018 14:42:18 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7A1F21A9 for ; Mon, 8 Jan 2018 14:42:17 +0000 (UTC) From: "Mart Raudsepp" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mart Raudsepp" Message-ID: <1515422518.c7aa86d81c3788383d20aa74920241c15f09c1b0.leio@gentoo> Subject: [gentoo-commits] proj/gnome:master commit in: gnome-extra/gnome-todo/files/, gnome-extra/gnome-todo/ X-VCS-Repository: proj/gnome X-VCS-Files: gnome-extra/gnome-todo/files/gnome-todo-3.22.0-link-failure.patch gnome-extra/gnome-todo/gnome-todo-3.22.0.ebuild X-VCS-Directories: gnome-extra/gnome-todo/ gnome-extra/gnome-todo/files/ X-VCS-Committer: leio X-VCS-Committer-Name: Mart Raudsepp X-VCS-Revision: c7aa86d81c3788383d20aa74920241c15f09c1b0 X-VCS-Branch: master Date: Mon, 8 Jan 2018 14:42:17 +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: 39851ec6-dd81-457b-bdc6-7f83f5889161 X-Archives-Hash: c2205f4f47bd7392e7a3e7ef49608cd9 commit: c7aa86d81c3788383d20aa74920241c15f09c1b0 Author: Mart Raudsepp gentoo org> AuthorDate: Mon Jan 8 14:41:58 2018 +0000 Commit: Mart Raudsepp gentoo org> CommitDate: Mon Jan 8 14:41:58 2018 +0000 URL: https://gitweb.gentoo.org/proj/gnome.git/commit/?id=c7aa86d8 gnome-extra/gnome-todo: remove old Package-Manager: Portage-2.3.19, Repoman-2.3.6 .../files/gnome-todo-3.22.0-link-failure.patch | 30 ------------- gnome-extra/gnome-todo/gnome-todo-3.22.0.ebuild | 50 ---------------------- 2 files changed, 80 deletions(-) diff --git a/gnome-extra/gnome-todo/files/gnome-todo-3.22.0-link-failure.patch b/gnome-extra/gnome-todo/files/gnome-todo-3.22.0-link-failure.patch deleted file mode 100644 index 03c44abb..00000000 --- a/gnome-extra/gnome-todo/files/gnome-todo-3.22.0-link-failure.patch +++ /dev/null @@ -1,30 +0,0 @@ -From 4aa960186c90f1cf60c42cb4756da09cba96fc74 Mon Sep 17 00:00:00 2001 -From: Gilles Dartiguelongue -Date: Sun, 13 Nov 2016 13:02:42 +0100 -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 094d463..f6d1194 100644 ---- a/src/Makefile.am -+++ b/src/Makefile.am -@@ -104,11 +104,11 @@ gnome_todo_LDFLAGS = \ - $(GNOME_TODO_WARN_LDFLAGS) - - gnome_todo_LDADD = \ -- $(GNOME_TODO_LIBS) \ - $(top_builddir)/plugins/eds/libeds.la \ - $(top_builddir)/plugins/dark-theme/libdarktheme.la \ - $(top_builddir)/plugins/scheduled-panel/libscheduledpanel.la \ -- $(top_builddir)/plugins/today-panel/libtodaypanel.la -+ $(top_builddir)/plugins/today-panel/libtodaypanel.la \ -+ $(GNOME_TODO_LIBS) - - gnome_todo_DEPENDENCIES = \ - $(top_builddir)/plugins/eds/libeds.la \ --- -2.10.2 - diff --git a/gnome-extra/gnome-todo/gnome-todo-3.22.0.ebuild b/gnome-extra/gnome-todo/gnome-todo-3.22.0.ebuild deleted file mode 100644 index 83b12381..00000000 --- a/gnome-extra/gnome-todo/gnome-todo-3.22.0.ebuild +++ /dev/null @@ -1,50 +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.22.0:3 - introspection? ( >=dev-libs/gobject-introspection-1.42:= ) -" -DEPEND="${RDEPEND} - dev-libs/appstream-glib - >=dev-util/gtk-doc-am-1.14 - >=dev-util/intltool-0.40.6 - sys-devel/gettext - virtual/pkgconfig -" - -src_prepare() { - eapply "${FILESDIR}"/${P}-link-failure.patch - - eautoreconf - gnome2_src_prepare -} - -src_configure() { - gnome2_src_configure \ - $(use_enable introspection) \ - --enable-eds-plugin \ - --enable-dark-theme-plugin \ - --enable-scheduled-panel-plugin \ - --enable-score-plugin \ - --enable-today-panel-plugin \ - --enable-unscheduled-panel-plugin -}