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 2D5001382C5 for ; Sat, 26 Dec 2020 09:10:02 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3BA63E0C28; Sat, 26 Dec 2020 09:10:01 +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 F37D0E0C28 for ; Sat, 26 Dec 2020 09:10:00 +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 DF067341998 for ; Sat, 26 Dec 2020 09:09:59 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 190F2481 for ; Sat, 26 Dec 2020 09:09:57 +0000 (UTC) From: "Theo Anderson" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Theo Anderson" Message-ID: <1608973771.62070ec027d08c087eca4a09b4bb83df3f1dad41.telans@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/Manifest app-admin/gnome-passwordsafe/gnome-passwordsafe-4.0.ebuild X-VCS-Directories: app-admin/gnome-passwordsafe/ X-VCS-Committer: telans X-VCS-Committer-Name: Theo Anderson X-VCS-Revision: 62070ec027d08c087eca4a09b4bb83df3f1dad41 X-VCS-Branch: dev Date: Sat, 26 Dec 2020 09:09:57 +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: 72c2991f-1c68-4f66-bc01-c27191ace1f1 X-Archives-Hash: 42d9974e383d495894cbacefc9ec0fe7 commit: 62070ec027d08c087eca4a09b4bb83df3f1dad41 Author: Theo Anderson posteo de> AuthorDate: Sat Dec 26 08:18:27 2020 +0000 Commit: Theo Anderson posteo de> CommitDate: Sat Dec 26 09:09:31 2020 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=62070ec0 app-admin/gnome-passwordsafe: bump to 4.0 Package-Manager: Portage-3.0.12, Repoman-3.0.2 Signed-off-by: Theo Anderson posteo.de> app-admin/gnome-passwordsafe/Manifest | 1 + .../gnome-passwordsafe-4.0.ebuild | 55 ++++++++++++++++++++++ 2 files changed, 56 insertions(+) diff --git a/app-admin/gnome-passwordsafe/Manifest b/app-admin/gnome-passwordsafe/Manifest index 20518cae..48925ccc 100644 --- a/app-admin/gnome-passwordsafe/Manifest +++ b/app-admin/gnome-passwordsafe/Manifest @@ -1 +1,2 @@ DIST PasswordSafe-3.99.2.tar.bz2 530191 BLAKE2B 06e46052c765dd4b2633cec02b6d6712d3d0b516965ea8100366b865bf50ee63e6c555d10a259afe2c88ec26781c062c34928b66efa77cb7d6737a30c47ab8da SHA512 f3f45c68806481e863baaeac566321349374e0fed9b960e41791e858329e859c76209bcf3b1f0483cae4e932103caf5abf263b53966174e3ddafb083d8d424e7 +DIST PasswordSafe-4.0.tar.bz2 707474 BLAKE2B 4b1eaa09aecfd40d49886d72dad0b9043074d58d7918593c25645d1c9cc081cd7ade42f8cb957b2eef33d188c882b5cd7c3e9e9b3109cf6f53500d66f981be74 SHA512 9c5deaac73193368dac419b3f74d7a1d3c48674a6360afd036bdc6164cfd0d439d0f2fbb955e30e00e7958add41bde905cc6a9bb12a80b400c3cbbf1e276b98e diff --git a/app-admin/gnome-passwordsafe/gnome-passwordsafe-4.0.ebuild b/app-admin/gnome-passwordsafe/gnome-passwordsafe-4.0.ebuild new file mode 100644 index 00000000..d4f4b72f --- /dev/null +++ b/app-admin/gnome-passwordsafe/gnome-passwordsafe-4.0.ebuild @@ -0,0 +1,55 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +PYTHON_COMPAT=( python3_{7..9} ) + +inherit gnome2-utils meson xdg python-any-r1 + +DESCRIPTION="A password manager for GNOME" +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" + +S="${WORKDIR}/PasswordSafe-${PV}" + +DEPEND=" + $(python_gen_any_dep ' + dev-python/pycryptodome[${PYTHON_USEDEP}] + >=dev-python/pykeepass-3.2.0[${PYTHON_USEDEP}] + ') + gui-libs/libhandy:1=[introspection?] + >=dev-libs/libpwquality-1.4.0[python] + >=x11-libs/gtk+-3.24.1:3[introspection?] + introspection? ( >=dev-libs/gobject-introspection-0.6.7:= ) +" +RDEPEND="${DEPEND}" + +src_configure() { + local emesonargs=( + -Dprofile=$(usex debug development default) + ) + meson_src_configure +} + +src_install() { + meson_src_install + python_optimize +} + +pkg_postinst() { + gnome2_gconf_install + gnome2_schemas_update + xdg_pkg_postinst +} + +pkg_postrm() { + gnome2_gconf_uninstall + gnome2_schemas_update + xdg_pkg_postrm +}