diff options
author | Azamat H. Hackimov <azamat.hackimov@gmail.com> | 2021-10-21 14:55:03 +0300 |
---|---|---|
committer | Florian Schmaus <flow@gentoo.org> | 2021-10-21 14:18:25 +0200 |
commit | 747a84acf7d8cfbe7f3054958dfb0baadda1a266 (patch) | |
tree | 2d392ed193711e80cbed3e0a5b28238c638be235 /x11-plugins/pidgin-gpg | |
parent | dev-util/nvidia-cuda-toolkit: [QA] eend argument (diff) | |
download | gentoo-747a84acf7d8cfbe7f3054958dfb0baadda1a266.tar.gz gentoo-747a84acf7d8cfbe7f3054958dfb0baadda1a266.tar.bz2 gentoo-747a84acf7d8cfbe7f3054958dfb0baadda1a266.zip |
x11-plugins/pidgin-gpg: bump to EAPI 8
Migrate to EAPI=8, update license to GPL-3+, ebuild cleanup.
Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Azamat H. Hackimov <azamat.hackimov@gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/22655
Closes: https://bugs.gentoo.org/819147
Signed-off-by: Florian Schmaus <flow@gentoo.org>
Diffstat (limited to 'x11-plugins/pidgin-gpg')
-rw-r--r-- | x11-plugins/pidgin-gpg/pidgin-gpg-0.9.3.ebuild | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/x11-plugins/pidgin-gpg/pidgin-gpg-0.9.3.ebuild b/x11-plugins/pidgin-gpg/pidgin-gpg-0.9.3.ebuild index 83b3d544c2d8..05c290348af0 100644 --- a/x11-plugins/pidgin-gpg/pidgin-gpg-0.9.3.ebuild +++ b/x11-plugins/pidgin-gpg/pidgin-gpg-0.9.3.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=5 +EAPI=8 inherit autotools @@ -9,19 +9,19 @@ 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" +LICENSE="GPL-3+" SLOT="0" KEYWORDS="~amd64 ~riscv ~x86" -IUSE="" RDEPEND="app-crypt/gpgme net-im/pidgin" -DEPEND="${RDEPEND} - virtual/pkgconfig" +DEPEND="${RDEPEND}" +BDEPEND="virtual/pkgconfig" S="${WORKDIR}/Pidgin-GPG-${PV}" src_prepare() { + default eautoreconf } |