From: "Joonas Niilola" <juippis@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-misc/revelation/
Date: Wed, 7 Oct 2020 07:41:26 +0000 (UTC) [thread overview]
Message-ID: <1602056425.ff3bd31b2d8f7d8e7ad23681e3f2766f53d369f3.juippis@gentoo> (raw)
commit: ff3bd31b2d8f7d8e7ad23681e3f2766f53d369f3
Author: Richard Fröhning <misanthropos <AT> gmx <DOT> net>
AuthorDate: Wed Oct 7 07:40:25 2020 +0000
Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Wed Oct 7 07:40:25 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ff3bd31b
x11-misc/revelation: re-add last-rited package
A password manager for GNOME
- new maintainer,
- ported to meson, hence dropped KEYWORDS,
- python3 support.
Signed-off-by: Richard Fröhning <misanthropos <AT> gmx.net>
Closes: https://github.com/gentoo/gentoo/pull/17750
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
x11-misc/revelation/Manifest | 1 +
x11-misc/revelation/metadata.xml | 12 +++++++
x11-misc/revelation/revelation-0.5.4.ebuild | 50 +++++++++++++++++++++++++++++
3 files changed, 63 insertions(+)
diff --git a/x11-misc/revelation/Manifest b/x11-misc/revelation/Manifest
new file mode 100644
index 00000000000..9780704989a
--- /dev/null
+++ b/x11-misc/revelation/Manifest
@@ -0,0 +1 @@
+DIST revelation-0.5.4.tar.xz 282600 BLAKE2B 519b01252b82acf0e927a9d19783792f83822cc1f1a4c3be4af3678d5446f8012d993e12397f44aae616aca88257970de7391a1269e24cc1ebc08275d0c962ed SHA512 bd536f6c03e443d91a20606765b661dc54f3e4c1f45d060d3829a894a31e553a61785bb31d7508267abd66e057fc1d93f1716ed1b553566d92a2580ad696606f
diff --git a/x11-misc/revelation/metadata.xml b/x11-misc/revelation/metadata.xml
new file mode 100644
index 00000000000..2a6c92d969d
--- /dev/null
+++ b/x11-misc/revelation/metadata.xml
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="person">
+ <email>misanthropos@gmx.net</email>
+ <name>Richard Fröhning</name>
+ </maintainer>
+ <maintainer type="project">
+ <email>proxy-maint@gentoo.org</email>
+ <name>Proxy Maintainers</name>
+ </maintainer>
+</pkgmetadata>
diff --git a/x11-misc/revelation/revelation-0.5.4.ebuild b/x11-misc/revelation/revelation-0.5.4.ebuild
new file mode 100644
index 00000000000..0f47118e8de
--- /dev/null
+++ b/x11-misc/revelation/revelation-0.5.4.ebuild
@@ -0,0 +1,50 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_8 )
+
+inherit gnome2-utils python-single-r1 meson xdg
+
+DESCRIPTION="A password manager for GNOME"
+HOMEPAGE="https://revelation.olasagasti.info/ https://github.com/mikelolasagasti/revelation"
+SRC_URI="https://github.com/mikelolasagasti/revelation/releases/download/${P}/${P}.tar.xz"
+
+LICENSE="GPL-2+"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
+
+# Upstream does not provide any test suite.
+RESTRICT="test"
+
+RDEPEND="${PYTHON_DEPS}
+ $(python_gen_cond_dep '
+ dev-python/pycryptodomex[${PYTHON_USEDEP}]
+ dev-python/pygobject[${PYTHON_USEDEP}]
+ dev-libs/libpwquality[python,${PYTHON_USEDEP}]
+ ')
+ x11-libs/gtk+:3
+ dev-libs/glib
+ dev-libs/gobject-introspection
+"
+
+DEPEND="${RDEPEND}"
+
+src_install() {
+ meson_src_install
+ python_fix_shebang "${ED}"
+ python_optimize
+}
+
+pkg_postinst() {
+ xdg_pkg_postinst
+ gnome2_schemas_update
+}
+
+pkg_postrm() {
+ xdg_pkg_postrm
+ gnome2_schemas_update
+}
next reply other threads:[~2020-10-07 7:41 UTC|newest]
Thread overview: 21+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-10-07 7:41 Joonas Niilola [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-07-12 12:25 [gentoo-commits] repo/gentoo:master commit in: x11-misc/revelation/ Joonas Niilola
2023-05-05 4:44 Sam James
2023-05-01 12:52 Sam James
2022-05-02 1:02 Sam James
2022-05-02 1:02 Sam James
2022-05-02 1:02 Sam James
2021-10-16 13:48 Arthur Zamarin
2020-12-22 20:06 Michał Górny
2020-02-09 16:42 Michał Górny
2019-10-27 7:11 Hans de Graaff
2019-10-21 14:11 Pacho Ramos
2019-10-21 12:08 Agostino Sarubbo
2019-10-21 12:06 Agostino Sarubbo
2019-10-21 12:06 Agostino Sarubbo
2019-10-20 7:00 Hans de Graaff
2018-10-14 6:25 Hans de Graaff
2018-06-21 23:58 Aaron Bauman
2017-07-20 11:51 Hans de Graaff
2016-08-22 19:35 Hans de Graaff
2016-08-19 13:21 Pacho Ramos
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=1602056425.ff3bd31b2d8f7d8e7ad23681e3f2766f53d369f3.juippis@gentoo \
--to=juippis@gentoo.org \
--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