From 6a5553077fca71de242a578977390447d39cc623 Mon Sep 17 00:00:00 2001 From: Sam James Date: Sun, 23 Jun 2024 02:43:03 +0100 Subject: app-crypt/monkeysphere: subscribe to libassuan subslot Signed-off-by: Sam James --- app-crypt/monkeysphere/monkeysphere-0.44-r1.ebuild | 48 -------------------- app-crypt/monkeysphere/monkeysphere-0.44-r2.ebuild | 53 ++++++++++++++++++++++ 2 files changed, 53 insertions(+), 48 deletions(-) delete mode 100644 app-crypt/monkeysphere/monkeysphere-0.44-r1.ebuild create mode 100644 app-crypt/monkeysphere/monkeysphere-0.44-r2.ebuild (limited to 'app-crypt') diff --git a/app-crypt/monkeysphere/monkeysphere-0.44-r1.ebuild b/app-crypt/monkeysphere/monkeysphere-0.44-r1.ebuild deleted file mode 100644 index 2b85c2210dac..000000000000 --- a/app-crypt/monkeysphere/monkeysphere-0.44-r1.ebuild +++ /dev/null @@ -1,48 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit toolchain-funcs - -DESCRIPTION="Leverage the OpenPGP web of trust for OpenSSH and Web authentication" -HOMEPAGE="http://web.monkeysphere.info/" -SRC_URI=" - mirror://debian/pool/monkeysphere/m/monkeysphere/monkeysphere_${PV}.orig.tar.gz - http://archive.monkeysphere.info/debian/pool/monkeysphere/m/monkeysphere/monkeysphere_${PV}.orig.tar.gz" - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="amd64 ~arm x86" - -DOCS=( README Changelog ) - -# Tests fail upstream for SSH connection. Issue has been reported. -RESTRICT="test" - -DEPEND="acct-group/monkeysphere - acct-user/monkeysphere - >=app-crypt/gnupg-2.1.17:0= - net-misc/socat:0= - dev-perl/Crypt-OpenSSL-RSA:0= - dev-perl/Digest-SHA1:0= - app-misc/lockfile-progs:0=" -RDEPEND="${DEPEND} - virtual/openssh" - -PATCHES=( - "${FILESDIR}"/${PN}-0.44-install-uncompressed-man-pages.patch - "${FILESDIR}"/${PN}-0.44-no-werror.patch -) - -src_prepare() { - default - - sed -i -e "s#share/doc/monkeysphere#share/doc/${PF}#" Makefile || die - - tc-export CC -} - -pkg_postinst() { - monkeysphere-authentication setup -} diff --git a/app-crypt/monkeysphere/monkeysphere-0.44-r2.ebuild b/app-crypt/monkeysphere/monkeysphere-0.44-r2.ebuild new file mode 100644 index 000000000000..a90ced11fe37 --- /dev/null +++ b/app-crypt/monkeysphere/monkeysphere-0.44-r2.ebuild @@ -0,0 +1,53 @@ +# Copyright 1999-2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit toolchain-funcs + +DESCRIPTION="Leverage the OpenPGP web of trust for OpenSSH and Web authentication" +HOMEPAGE="http://web.monkeysphere.info/" +SRC_URI=" + mirror://debian/pool/monkeysphere/m/monkeysphere/monkeysphere_${PV}.orig.tar.gz + http://archive.monkeysphere.info/debian/pool/monkeysphere/m/monkeysphere/monkeysphere_${PV}.orig.tar.gz" + +LICENSE="GPL-3" +SLOT="0" +KEYWORDS="amd64 ~arm x86" + +DOCS=( README Changelog ) + +# Tests fail upstream for SSH connection. Issue has been reported. +RESTRICT="test" + +DEPEND=" + acct-group/monkeysphere + acct-user/monkeysphere + >=app-crypt/gnupg-2.1.17:0= + net-misc/socat:0= + dev-libs/libassuan:= + dev-libs/libgcrypt:= + dev-libs/libgpg-error:= + dev-perl/Crypt-OpenSSL-RSA:0= + dev-perl/Digest-SHA1:0= + app-misc/lockfile-progs:0= +" +RDEPEND="${DEPEND} + virtual/openssh" + +PATCHES=( + "${FILESDIR}"/${PN}-0.44-install-uncompressed-man-pages.patch + "${FILESDIR}"/${PN}-0.44-no-werror.patch +) + +src_prepare() { + default + + sed -i -e "s#share/doc/monkeysphere#share/doc/${PF}#" Makefile || die + + tc-export CC +} + +pkg_postinst() { + monkeysphere-authentication setup +} -- cgit v1.2.3-65-gdbad