commit: f43cb1c27f03cdb47194955380dbf606a0223136 Author: Nicolas PARLANT <nicolas.parlant <AT> parhuet <DOT> fr> AuthorDate: Mon Nov 3 10:37:08 2025 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Tue Nov 4 11:04:52 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f43cb1c2
x11-misc/fpm2: drop 0.90-r1 Signed-off-by: Nicolas PARLANT <nicolas.parlant <AT> parhuet.fr> Part-of: https://github.com/gentoo/gentoo/pull/44447 Closes: https://github.com/gentoo/gentoo/pull/44447 Signed-off-by: Sam James <sam <AT> gentoo.org> x11-misc/fpm2/Manifest | 1 - x11-misc/fpm2/fpm2-0.90-r1.ebuild | 31 ------------------------------- 2 files changed, 32 deletions(-) diff --git a/x11-misc/fpm2/Manifest b/x11-misc/fpm2/Manifest index 565ed1f4a19a..d9d346898ff3 100644 --- a/x11-misc/fpm2/Manifest +++ b/x11-misc/fpm2/Manifest @@ -1,3 +1,2 @@ DIST fpm2-0.90.1.tar.xz 209904 BLAKE2B d2d81bc87d85e440ebe2a135d936a9729cd3b259b9e9856a742df65651d9297149e345a2655d20bdd250afd5bbc04cbbe3e8bc5d31dbb5fa7a47cb95a3cd1c6a SHA512 d06adc46b4c02a6dc512d3adea20a24bd31e507f496a3dc768154c12f59855af6610043a5dfe1491374b37c831324ba33e0f45afa81d53cb3681b96e7ccdef71 DIST fpm2-0.90.2.tar.xz 132424 BLAKE2B c2ee4fd35c35babdc9d8440ef7c277aa964036b6c601f259dfb32d311a06646513c12a7c0168a4029d3b29b5e2f6c9c8e701dc3a7bf443dd6328cea2f9e6bc1b SHA512 726ae12d28165540b4bb22af47322e1e339af55f4537c935d84a31212693ff28b257b10dd01748070d548dd9a47bb1f3343b0bd1a3f88384e5f805c0e26916b3 -DIST fpm2-0.90.tar.xz 212972 BLAKE2B 2608b40fd39db18407da5625f07534021dee72456fe168ffcb0c7b1f0a86fae0c69cdec5a9bfbfd09838622afcf575051326b9be5c47eb69e0b089abc205f99f SHA512 e02ebbc7af4202538b85394ef2e91d6fe7b11fbe6aaec5c5bd521d473b557db4ca8426810d1bef69967496071c936a789112307fbf028a8e3771d792c97495b6 diff --git a/x11-misc/fpm2/fpm2-0.90-r1.ebuild b/x11-misc/fpm2/fpm2-0.90-r1.ebuild deleted file mode 100644 index 1357e65e4079..000000000000 --- a/x11-misc/fpm2/fpm2-0.90-r1.ebuild +++ /dev/null @@ -1,31 +0,0 @@ -# Copyright 1999-2025 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit xdg - -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 -}
