public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Andrew Ammerlaan" <andrewammerlaan@riseup.net>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:master commit in: app-admin/gnome-passwordsafe/
Date: Fri, 24 Apr 2020 12:49:54 +0000 (UTC)	[thread overview]
Message-ID: <1587669921.7ec4544c2020959453938b681f0fc1e3e8ec68b9.andrewammerlaan@gentoo> (raw)

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>david@ixit.cz</email>
+        <name>David Heidelberg</name>
+    </maintainer>
+</pkgmetadata>


             reply	other threads:[~2020-04-24 12:49 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-04-24 12:49 Andrew Ammerlaan [this message]
  -- strict thread matches above, loose matches on Subject: below --
2020-06-18 12:20 [gentoo-commits] repo/proj/guru:master commit in: app-admin/gnome-passwordsafe/ Andrew Ammerlaan
2020-09-16 20:18 [gentoo-commits] repo/proj/guru:dev " Andrew Ammerlaan
2020-09-16 20:18 ` [gentoo-commits] repo/proj/guru:master " Andrew Ammerlaan
2021-01-10 11:31 Andrew Ammerlaan
2021-01-10 11:31 Andrew Ammerlaan
2021-03-28 11:43 Andrew Ammerlaan

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1587669921.7ec4544c2020959453938b681f0fc1e3e8ec68b9.andrewammerlaan@gentoo \
    --to=andrewammerlaan@riseup.net \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox