From 2c77b3ba0f774bd2fa359e9cff5d3f3c462520ba Mon Sep 17 00:00:00 2001 From: David Seifert Date: Wed, 16 Feb 2022 23:11:12 +0100 Subject: x11-plugins/pidgin-gpg: add subslot op on app-crypt/gpgme Signed-off-by: David Seifert --- x11-plugins/pidgin-gpg/pidgin-gpg-0.9.3-r1.ebuild | 31 +++++++++++++++++++++++ x11-plugins/pidgin-gpg/pidgin-gpg-0.9.3.ebuild | 31 ----------------------- 2 files changed, 31 insertions(+), 31 deletions(-) create mode 100644 x11-plugins/pidgin-gpg/pidgin-gpg-0.9.3-r1.ebuild delete mode 100644 x11-plugins/pidgin-gpg/pidgin-gpg-0.9.3.ebuild (limited to 'x11-plugins/pidgin-gpg') diff --git a/x11-plugins/pidgin-gpg/pidgin-gpg-0.9.3-r1.ebuild b/x11-plugins/pidgin-gpg/pidgin-gpg-0.9.3-r1.ebuild new file mode 100644 index 000000000000..ac3eeac2c984 --- /dev/null +++ b/x11-plugins/pidgin-gpg/pidgin-gpg-0.9.3-r1.ebuild @@ -0,0 +1,31 @@ +# Copyright 1999-2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit autotools + +DESCRIPTION="Pidgin GPG/OpenPGP (XEP-0027) plugin" +HOMEPAGE="https://github.com/Draghtnod/Pidgin-GPG" +SRC_URI="https://github.com/Draghtnod/Pidgin-GPG/archive/v${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="GPL-3+" +SLOT="0" +KEYWORDS="~amd64 ~riscv ~x86" + +RDEPEND="app-crypt/gpgme:= + net-im/pidgin" +DEPEND="${RDEPEND}" +BDEPEND="virtual/pkgconfig" + +S="${WORKDIR}/Pidgin-GPG-${PV}" + +src_prepare() { + default + eautoreconf +} + +src_install() { + default + find "${ED}" -name '*.la' -delete || die +} diff --git a/x11-plugins/pidgin-gpg/pidgin-gpg-0.9.3.ebuild b/x11-plugins/pidgin-gpg/pidgin-gpg-0.9.3.ebuild deleted file mode 100644 index 05c290348af0..000000000000 --- a/x11-plugins/pidgin-gpg/pidgin-gpg-0.9.3.ebuild +++ /dev/null @@ -1,31 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit autotools - -DESCRIPTION="Pidgin GPG/OpenPGP (XEP-0027) plugin" -HOMEPAGE="https://github.com/Draghtnod/Pidgin-GPG" -SRC_URI="https://github.com/Draghtnod/Pidgin-GPG/archive/v${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="GPL-3+" -SLOT="0" -KEYWORDS="~amd64 ~riscv ~x86" - -RDEPEND="app-crypt/gpgme - net-im/pidgin" -DEPEND="${RDEPEND}" -BDEPEND="virtual/pkgconfig" - -S="${WORKDIR}/Pidgin-GPG-${PV}" - -src_prepare() { - default - eautoreconf -} - -src_install() { - default - find "${ED}" -name '*.la' -delete || die -} -- cgit v1.2.3-65-gdbad