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 E76021382C5 for ; Sun, 28 Mar 2021 11:43:44 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1EC21E092E; Sun, 28 Mar 2021 11:43:42 +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 E24ECE092D for ; Sun, 28 Mar 2021 11:43:41 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 E0954340DC1 for ; Sun, 28 Mar 2021 11:43:40 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1C648645 for ; Sun, 28 Mar 2021 11:43:37 +0000 (UTC) From: "Andrew Ammerlaan" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andrew Ammerlaan" Message-ID: <1616930346.b1c328193dcb2a1689f65bc430dd6865626f4c03.andrewammerlaan@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: app-admin/gnome-passwordsafe/ X-VCS-Repository: repo/proj/guru X-VCS-Files: app-admin/gnome-passwordsafe/gnome-passwordsafe-4.0-r1.ebuild app-admin/gnome-passwordsafe/gnome-passwordsafe-4.1.ebuild X-VCS-Directories: app-admin/gnome-passwordsafe/ X-VCS-Committer: andrewammerlaan X-VCS-Committer-Name: Andrew Ammerlaan X-VCS-Revision: b1c328193dcb2a1689f65bc430dd6865626f4c03 X-VCS-Branch: master Date: Sun, 28 Mar 2021 11:43:37 +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: 76612de6-e9f6-4bf1-9f32-0e109287e807 X-Archives-Hash: 53655ee49ed25db681019c3a9dee8291 commit: b1c328193dcb2a1689f65bc430dd6865626f4c03 Author: Andrew Ammerlaan riseup net> AuthorDate: Sun Mar 28 11:19:06 2021 +0000 Commit: Andrew Ammerlaan riseup net> CommitDate: Sun Mar 28 11:19:06 2021 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=b1c32819 app-admin/gnome-passwordsafe: properly depend on python Package-Manager: Portage-3.0.17, Repoman-3.0.2 Signed-off-by: Andrew Ammerlaan riseup.net> app-admin/gnome-passwordsafe/gnome-passwordsafe-4.0-r1.ebuild | 9 +++++++-- app-admin/gnome-passwordsafe/gnome-passwordsafe-4.1.ebuild | 9 +++++++-- 2 files changed, 14 insertions(+), 4 deletions(-) diff --git a/app-admin/gnome-passwordsafe/gnome-passwordsafe-4.0-r1.ebuild b/app-admin/gnome-passwordsafe/gnome-passwordsafe-4.0-r1.ebuild index 7bee62a4e..23f236269 100644 --- a/app-admin/gnome-passwordsafe/gnome-passwordsafe-4.0-r1.ebuild +++ b/app-admin/gnome-passwordsafe/gnome-passwordsafe-4.0-r1.ebuild @@ -12,10 +12,12 @@ HOMEPAGE="https://gitlab.gnome.org/World/PasswordSafe" SRC_URI="https://gitlab.gnome.org/World/PasswordSafe/-/archive/${PV}/PasswordSafe-${PV}.tar.bz2" LICENSE="GPL-2+" -IUSE="debug +introspection" KEYWORDS="~amd64 ~x86" SLOT="0" +IUSE="debug +introspection" +REQUIRED_USE="${PYTHON_REQUIRED_USE}" + S="${WORKDIR}/PasswordSafe-${PV}" DEPEND=" @@ -28,7 +30,10 @@ DEPEND=" >=x11-libs/gtk+-3.24.1:3[introspection?] introspection? ( >=dev-libs/gobject-introspection-0.6.7:= ) " -RDEPEND="${DEPEND}" +RDEPEND=" + ${PYTHON_DEPS} + ${DEPEND} +" src_prepare() { default diff --git a/app-admin/gnome-passwordsafe/gnome-passwordsafe-4.1.ebuild b/app-admin/gnome-passwordsafe/gnome-passwordsafe-4.1.ebuild index 7bee62a4e..23f236269 100644 --- a/app-admin/gnome-passwordsafe/gnome-passwordsafe-4.1.ebuild +++ b/app-admin/gnome-passwordsafe/gnome-passwordsafe-4.1.ebuild @@ -12,10 +12,12 @@ HOMEPAGE="https://gitlab.gnome.org/World/PasswordSafe" SRC_URI="https://gitlab.gnome.org/World/PasswordSafe/-/archive/${PV}/PasswordSafe-${PV}.tar.bz2" LICENSE="GPL-2+" -IUSE="debug +introspection" KEYWORDS="~amd64 ~x86" SLOT="0" +IUSE="debug +introspection" +REQUIRED_USE="${PYTHON_REQUIRED_USE}" + S="${WORKDIR}/PasswordSafe-${PV}" DEPEND=" @@ -28,7 +30,10 @@ DEPEND=" >=x11-libs/gtk+-3.24.1:3[introspection?] introspection? ( >=dev-libs/gobject-introspection-0.6.7:= ) " -RDEPEND="${DEPEND}" +RDEPEND=" + ${PYTHON_DEPS} + ${DEPEND} +" src_prepare() { default 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 85CE31382C5 for ; Sun, 28 Mar 2021 11:24:19 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 950F9E08FE; Sun, 28 Mar 2021 11:24:18 +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 7D45BE08F7 for ; Sun, 28 Mar 2021 11:24:18 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 E3ABF335D3E for ; Sun, 28 Mar 2021 11:24:16 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 274245CF for ; Sun, 28 Mar 2021 11:24:15 +0000 (UTC) From: "Andrew Ammerlaan" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andrew Ammerlaan" Message-ID: <1616930346.b1c328193dcb2a1689f65bc430dd6865626f4c03.andrewammerlaan@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: app-admin/gnome-passwordsafe/ X-VCS-Repository: repo/proj/guru X-VCS-Files: app-admin/gnome-passwordsafe/gnome-passwordsafe-4.0-r1.ebuild app-admin/gnome-passwordsafe/gnome-passwordsafe-4.1.ebuild X-VCS-Directories: app-admin/gnome-passwordsafe/ X-VCS-Committer: andrewammerlaan X-VCS-Committer-Name: Andrew Ammerlaan X-VCS-Revision: b1c328193dcb2a1689f65bc430dd6865626f4c03 X-VCS-Branch: dev Date: Sun, 28 Mar 2021 11:24:15 +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: 4b63018e-83fb-4922-b17a-a8f05f31e2f5 X-Archives-Hash: 3ca73619eec02c08385192e4808e3c29 Message-ID: <20210328112415.Sq4FGxSnO_Dbl8AhoHmjf1MAnA9wSpL-d9iwYCJYmiI@z> commit: b1c328193dcb2a1689f65bc430dd6865626f4c03 Author: Andrew Ammerlaan riseup net> AuthorDate: Sun Mar 28 11:19:06 2021 +0000 Commit: Andrew Ammerlaan riseup net> CommitDate: Sun Mar 28 11:19:06 2021 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=b1c32819 app-admin/gnome-passwordsafe: properly depend on python Package-Manager: Portage-3.0.17, Repoman-3.0.2 Signed-off-by: Andrew Ammerlaan riseup.net> app-admin/gnome-passwordsafe/gnome-passwordsafe-4.0-r1.ebuild | 9 +++++++-- app-admin/gnome-passwordsafe/gnome-passwordsafe-4.1.ebuild | 9 +++++++-- 2 files changed, 14 insertions(+), 4 deletions(-) diff --git a/app-admin/gnome-passwordsafe/gnome-passwordsafe-4.0-r1.ebuild b/app-admin/gnome-passwordsafe/gnome-passwordsafe-4.0-r1.ebuild index 7bee62a4e..23f236269 100644 --- a/app-admin/gnome-passwordsafe/gnome-passwordsafe-4.0-r1.ebuild +++ b/app-admin/gnome-passwordsafe/gnome-passwordsafe-4.0-r1.ebuild @@ -12,10 +12,12 @@ HOMEPAGE="https://gitlab.gnome.org/World/PasswordSafe" SRC_URI="https://gitlab.gnome.org/World/PasswordSafe/-/archive/${PV}/PasswordSafe-${PV}.tar.bz2" LICENSE="GPL-2+" -IUSE="debug +introspection" KEYWORDS="~amd64 ~x86" SLOT="0" +IUSE="debug +introspection" +REQUIRED_USE="${PYTHON_REQUIRED_USE}" + S="${WORKDIR}/PasswordSafe-${PV}" DEPEND=" @@ -28,7 +30,10 @@ DEPEND=" >=x11-libs/gtk+-3.24.1:3[introspection?] introspection? ( >=dev-libs/gobject-introspection-0.6.7:= ) " -RDEPEND="${DEPEND}" +RDEPEND=" + ${PYTHON_DEPS} + ${DEPEND} +" src_prepare() { default diff --git a/app-admin/gnome-passwordsafe/gnome-passwordsafe-4.1.ebuild b/app-admin/gnome-passwordsafe/gnome-passwordsafe-4.1.ebuild index 7bee62a4e..23f236269 100644 --- a/app-admin/gnome-passwordsafe/gnome-passwordsafe-4.1.ebuild +++ b/app-admin/gnome-passwordsafe/gnome-passwordsafe-4.1.ebuild @@ -12,10 +12,12 @@ HOMEPAGE="https://gitlab.gnome.org/World/PasswordSafe" SRC_URI="https://gitlab.gnome.org/World/PasswordSafe/-/archive/${PV}/PasswordSafe-${PV}.tar.bz2" LICENSE="GPL-2+" -IUSE="debug +introspection" KEYWORDS="~amd64 ~x86" SLOT="0" +IUSE="debug +introspection" +REQUIRED_USE="${PYTHON_REQUIRED_USE}" + S="${WORKDIR}/PasswordSafe-${PV}" DEPEND=" @@ -28,7 +30,10 @@ DEPEND=" >=x11-libs/gtk+-3.24.1:3[introspection?] introspection? ( >=dev-libs/gobject-introspection-0.6.7:= ) " -RDEPEND="${DEPEND}" +RDEPEND=" + ${PYTHON_DEPS} + ${DEPEND} +" src_prepare() { default