commit: 7ec4544c2020959453938b681f0fc1e3e8ec68b9 Author: David Heidelberg <david <AT> ixit <DOT> cz> AuthorDate: Thu Apr 23 12:46:01 2020 +0000 Commit: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net> CommitDate: Thu Apr 23 19:25:21 2020 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=7ec4544c
app-admin/gnome-passwordsafe: New package. Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: David Heidelberg <david <AT> ixit.cz> app-admin/gnome-passwordsafe/Manifest | 1 + .../gnome-passwordsafe-3.99.2.ebuild | 48 ++++++++++++++++++++++ app-admin/gnome-passwordsafe/metadata.xml | 9 ++++ 3 files changed, 58 insertions(+) diff --git a/app-admin/gnome-passwordsafe/Manifest b/app-admin/gnome-passwordsafe/Manifest new file mode 100644 index 0000000..7e83094 --- /dev/null +++ b/app-admin/gnome-passwordsafe/Manifest @@ -0,0 +1 @@ +DIST PasswordSafe-3.99.2.tar.bz2 530080 BLAKE2B 16ec5a73a5fd110065ee035afde13de87074b27404881eec2340e8ab67a67c704b5efdba64833dea29a27e3f966247c5d006c1037f2d9bcb505c494d63fc782b SHA512 f6ccf269c7f3597ee0da38cf3dd05596b2d3adbfbc8be3b4f7a87f6ea250e99adf70408003d351f20e693d83a7a3f4068f5e14b8cc69a95ce8eb4f157b61d9a5 diff --git a/app-admin/gnome-passwordsafe/gnome-passwordsafe-3.99.2.ebuild b/app-admin/gnome-passwordsafe/gnome-passwordsafe-3.99.2.ebuild new file mode 100644 index 0000000..5013d48 --- /dev/null +++ b/app-admin/gnome-passwordsafe/gnome-passwordsafe-3.99.2.ebuild @@ -0,0 +1,48 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit gnome2-utils meson xdg + +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}" + +RDEPEND=" + >=dev-lang/python-3.6.5:* + >=dev-python/pykeepass-3.2.0 + >=x11-libs/gtk+-3.24.1:3[introspection?] + >=gui-libs/libhandy-0.0.13 + >=dev-libs/libpwquality-1.4.0[python] + introspection? ( >=dev-libs/gobject-introspection-0.6.7:= ) +" +DEPEND=" + ${RDEPEND} +" + +src_configure() { + local emesonargs=( + -Dprofile=$(usex debug development default) + ) + meson_src_configure +} + +pkg_postinst() { + gnome2_gconf_install + gnome2_schemas_update + xdg_pkg_postinst +} +pkg_postrm() { + gnome2_gconf_uninstall + gnome2_schemas_update + xdg_pkg_postrm +} diff --git a/app-admin/gnome-passwordsafe/metadata.xml b/app-admin/gnome-passwordsafe/metadata.xml new file mode 100644 index 0000000..844b011 --- /dev/null +++ b/app-admin/gnome-passwordsafe/metadata.xml @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> + +<pkgmetadata> + <maintainer type="person"> + <email>[email protected]</email> + <name>David Heidelberg</name> + </maintainer> +</pkgmetadata>
