commit:     98dff862489b32a6386e7ba4519c560c29e0a2da
Author:     Jakov Smolic <jakov.smolic <AT> sartura <DOT> hr>
AuthorDate: Mon Dec 28 14:48:01 2020 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Mon Dec 28 14:48:01 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=98dff862

x11-misc/fpm2: Bump to 0.90

Closes: https://github.com/gentoo/gentoo/pull/18531
Closes: https://bugs.gentoo.org/708042
Package-Manager: Portage-3.0.9, Repoman-3.0.1
Signed-off-by: Jakov Smolic <jakov.smolic <AT> sartura.hr>
Signed-off-by: David Seifert <soap <AT> gentoo.org>

 x11-misc/fpm2/Manifest         |  1 +
 x11-misc/fpm2/fpm2-0.90.ebuild | 29 +++++++++++++++++++++++++++++
 2 files changed, 30 insertions(+)

diff --git a/x11-misc/fpm2/Manifest b/x11-misc/fpm2/Manifest
index 970a205926d..198e0ebb416 100644
--- a/x11-misc/fpm2/Manifest
+++ b/x11-misc/fpm2/Manifest
@@ -1 +1,2 @@
 DIST fpm2-0.79.tar.bz2 230189 BLAKE2B 
6e444dbed72a139fd7cecaa3669c0da042d17dc1adc72ff0350b4b094f990e9d19a953328319ade692088536673ca04df50624919c3a2d087486f09c8dff7fa4
 SHA512 
2310f69df323c172954932f9a3454fab95d1389854110c1d18bfbb0dff59f0da937cbc2641abe98c7be85b7c5a65234a925acd9f82b5643079864ce529dc92b2
+DIST fpm2-0.90.tar.xz 212972 BLAKE2B 
2608b40fd39db18407da5625f07534021dee72456fe168ffcb0c7b1f0a86fae0c69cdec5a9bfbfd09838622afcf575051326b9be5c47eb69e0b089abc205f99f
 SHA512 
e02ebbc7af4202538b85394ef2e91d6fe7b11fbe6aaec5c5bd521d473b557db4ca8426810d1bef69967496071c936a789112307fbf028a8e3771d792c97495b6

diff --git a/x11-misc/fpm2/fpm2-0.90.ebuild b/x11-misc/fpm2/fpm2-0.90.ebuild
new file mode 100644
index 00000000000..00eddcfc0c1
--- /dev/null
+++ b/x11-misc/fpm2/fpm2-0.90.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DESCRIPTION="A GUI password manager utility with password generator"
+HOMEPAGE="https://als.regnet.cz/fpm2/";
+SRC_URI="https://als.regnet.cz/${PN}/download/${P}.tar.xz";
+
+LICENSE="GPL-2"
+SLOT="2"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="
+       dev-libs/glib:2
+       dev-libs/libxml2
+       dev-libs/nettle
+       x11-libs/gtk+:3
+       x11-libs/libX11"
+DEPEND="${RDEPEND}"
+BDEPEND="
+       dev-util/intltool
+       virtual/pkgconfig"
+
+src_prepare() {
+       default
+       # gettext make check failure
+       echo "data/fpm2.desktop.in" >> po/POTFILES.in || die
+}

Reply via email to