Skip to content

Commit

Permalink
x11-plugins/pidgin-gpg: bump to EAPI 8
Browse files Browse the repository at this point in the history
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: #22655
Closes: https://bugs.gentoo.org/819147
Signed-off-by: Florian Schmaus <flow@gentoo.org>
  • Loading branch information
winterheart authored and Flowdalic committed Oct 21, 2021
1 parent fca7c76 commit 747a84a
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions x11-plugins/pidgin-gpg/pidgin-gpg-0.9.3.ebuild
@@ -1,27 +1,27 @@
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=5
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"
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
}

Expand Down

0 comments on commit 747a84a

Please sign in to comment.