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 62ABE138350 for ; Wed, 22 Apr 2020 16:18:04 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A7F3EE0A44; Wed, 22 Apr 2020 16:18:03 +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 7BEB9E0A44 for ; Wed, 22 Apr 2020 16:18:03 +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 BD1B634EFF3 for ; Wed, 22 Apr 2020 16:18:01 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 39E5A9C for ; Wed, 22 Apr 2020 16:17:30 +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: <1587571969.b343195da6f273563253a4495a7af21fb5f39d2f.leio@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: gnome-extra/evolution-data-server/ X-VCS-Repository: repo/gentoo X-VCS-Files: gnome-extra/evolution-data-server/evolution-data-server-3.32.5.ebuild gnome-extra/evolution-data-server/evolution-data-server-3.34.4.ebuild X-VCS-Directories: gnome-extra/evolution-data-server/ X-VCS-Committer: leio X-VCS-Committer-Name: Mart Raudsepp X-VCS-Revision: b343195da6f273563253a4495a7af21fb5f39d2f X-VCS-Branch: master Date: Wed, 22 Apr 2020 16:17:30 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 0c45f8f7-e913-4900-a76b-a9dd8252dd5c X-Archives-Hash: bcac48d92fec6443e862210e4e4131a8 commit: b343195da6f273563253a4495a7af21fb5f39d2f Author: Jan Vesely gmail com> AuthorDate: Sun Apr 5 16:40:23 2020 +0000 Commit: Mart Raudsepp gentoo org> CommitDate: Wed Apr 22 16:12:49 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b343195d gnome-extra/evolution-data-server: Drop dependency on python Build system dependency on python was removed back in 3.28 [0] [0] https://gitlab.gnome.org/GNOME/evolution-data-server/-/commit/a28389bae67f09a12e093998aa29956c66a7b359 Closes: https://bugs.gentoo.org/713058 Signed-off-by: Jan Vesely gmail.com> Closes: https://github.com/gentoo/gentoo/pull/15236 Signed-off-by: Mart Raudsepp gentoo.org> .../evolution-data-server/evolution-data-server-3.32.5.ebuild | 8 +------- .../evolution-data-server/evolution-data-server-3.34.4.ebuild | 8 +------- 2 files changed, 2 insertions(+), 14 deletions(-) diff --git a/gnome-extra/evolution-data-server/evolution-data-server-3.32.5.ebuild b/gnome-extra/evolution-data-server/evolution-data-server-3.32.5.ebuild index 1c26f9c18be..d6a2e24c528 100644 --- a/gnome-extra/evolution-data-server/evolution-data-server-3.32.5.ebuild +++ b/gnome-extra/evolution-data-server/evolution-data-server-3.32.5.ebuild @@ -2,10 +2,9 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=6 -PYTHON_COMPAT=( python3_6 ) VALA_USE_DEPEND="vapigen" -inherit cmake-utils db-use flag-o-matic gnome2 python-any-r1 systemd vala virtualx +inherit cmake-utils db-use flag-o-matic gnome2 systemd vala virtualx DESCRIPTION="Evolution groupware backend" HOMEPAGE="https://wiki.gnome.org/Apps/Evolution" @@ -58,7 +57,6 @@ RDEPEND=" weather? ( >=dev-libs/libgweather-3.10:2= ) " DEPEND="${RDEPEND} - ${PYTHON_DEPS} dev-util/gdbus-codegen dev-util/glib-utils dev-util/gperf @@ -75,10 +73,6 @@ DEPEND="${RDEPEND} # It looks like a nightmare to disable those for now. RESTRICT="test !test? ( test )" -pkg_setup() { - python-any-r1_pkg_setup -} - # global scope PATCHES or DOCS array mustn't be used due to double default_src_prepare call src_prepare() { eapply "${FILESDIR}"/3.32.4-gtk-doc-fix{1,2}.patch diff --git a/gnome-extra/evolution-data-server/evolution-data-server-3.34.4.ebuild b/gnome-extra/evolution-data-server/evolution-data-server-3.34.4.ebuild index 83161debc3a..5038eb72784 100644 --- a/gnome-extra/evolution-data-server/evolution-data-server-3.34.4.ebuild +++ b/gnome-extra/evolution-data-server/evolution-data-server-3.34.4.ebuild @@ -2,10 +2,9 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=6 -PYTHON_COMPAT=( python3_6 ) VALA_USE_DEPEND="vapigen" -inherit cmake-utils db-use flag-o-matic gnome2 python-any-r1 systemd vala virtualx +inherit cmake-utils db-use flag-o-matic gnome2 systemd vala virtualx DESCRIPTION="Evolution groupware backend" HOMEPAGE="https://wiki.gnome.org/Apps/Evolution" @@ -58,7 +57,6 @@ RDEPEND=" weather? ( >=dev-libs/libgweather-3.10:2= ) " DEPEND="${RDEPEND} - ${PYTHON_DEPS} dev-util/gdbus-codegen dev-util/glib-utils dev-util/gperf @@ -78,10 +76,6 @@ DEPEND="${RDEPEND} # It looks like a nightmare to disable those for now. RESTRICT="test !test? ( test )" -pkg_setup() { - python-any-r1_pkg_setup -} - # global scope PATCHES or DOCS array mustn't be used due to double default_src_prepare call src_prepare() { use vala && vala_src_prepare