summaryrefslogtreecommitdiff
path: root/x11-plugins/pidgin-gpg
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2021-10-26 00:10:07 +0100
committerV3n3RiX <venerix@koprulu.sector>2021-10-26 00:10:07 +0100
commit95461df035e3867364495f065e5e805bf629b2d7 (patch)
tree867dce371a84a696e91be255d89f282975aa0480 /x11-plugins/pidgin-gpg
parent46eedbedafdb0040c37884982d4c775ce277fb7b (diff)
gentoo resync : 25.10.2021
Diffstat (limited to 'x11-plugins/pidgin-gpg')
-rw-r--r--x11-plugins/pidgin-gpg/Manifest4
-rw-r--r--x11-plugins/pidgin-gpg/metadata.xml4
-rw-r--r--x11-plugins/pidgin-gpg/pidgin-gpg-0.9.3.ebuild10
3 files changed, 7 insertions, 11 deletions
diff --git a/x11-plugins/pidgin-gpg/Manifest b/x11-plugins/pidgin-gpg/Manifest
index 5fa4339e9e0e..d6273a117059 100644
--- a/x11-plugins/pidgin-gpg/Manifest
+++ b/x11-plugins/pidgin-gpg/Manifest
@@ -1,3 +1,3 @@
DIST pidgin-gpg-0.9.3.tar.gz 806492 BLAKE2B 67ca75307419fe25d6a7f90ce33f63e736eae59e0cab9fd2fafbf7f9ccd61569fb9906e755163400c462bcd63fa8e9b1e42deb98e459fb9e070d73de9cfb28ab SHA512 bff7ec08d7999d40b689aabc0b559b7eab1fae765b6ffc799e355601ac3a2bb05c3831c1e56e30b95f387c446f7d07d1576af7e7824094fca9ac6c6636d62f6c
-EBUILD pidgin-gpg-0.9.3.ebuild 601 BLAKE2B 0563047ee10d14b8a162a3fa65f344b4cfa96bccb77b1f09e565d5be1c1816cde82abaa8efdddf6ecf1269d19f981aa078068eafa2b09b8139f165b9b2e52ce8 SHA512 188a9529d862e3f1f47c493583882e36eb6d3e84bc8fad1c17685c1a900a983e58ee299acb60c4f5db45ccac7685cf34df9d20992321b83f9464a2ca1db09b5e
-MISC metadata.xml 602 BLAKE2B 5847c9d6daed64e49b11a48ae678855af0186b617765e03b88ef0667675d5250970b9ab0befc2eced0f700d3dadeb8ff6525719d02d6de84f3e5dca8a0eb8167 SHA512 67662828b92cab580325b17f11b60227880324b374cbf013823fee63f4758947ca0373cbbeb0eba01fe5754b22a60874983b14fa4df6b7b60b5c7dd36e1bb3fe
+EBUILD pidgin-gpg-0.9.3.ebuild 612 BLAKE2B 025168fb1aad61ec1a1dc0be0d0a139ac274a360f71fe6aef2e345f15d1dfb3e49c2fe050a449e43d1406755ba7b8c4f6a839cc103ac09f3c14c9cd9a77e83f5 SHA512 63a1305ec9ad11d66c50d26dfd421c4562ec42e8925134443141eec3154720cf04a89a94b83a5d84a0c6c83d03b6261c6ede9912f729489c173236afb8955fca
+MISC metadata.xml 494 BLAKE2B d03b65c559618a45898700c534a1ff1f3762fe2743d441c18d32caab4825bc62065dc011b75b5bb62299ee6c5946e1fd2e5573860007d6657ce0c70982ddadd6 SHA512 156e6083f67c67e31393a1a5044f288cc1fb0206b5652e10711d53e75c9000195f36b864717070674565c4eb00eb723424aabef568f4e01feb26c8f3bd3e7387
diff --git a/x11-plugins/pidgin-gpg/metadata.xml b/x11-plugins/pidgin-gpg/metadata.xml
index 59a9e4ef66d1..98abde89d7da 100644
--- a/x11-plugins/pidgin-gpg/metadata.xml
+++ b/x11-plugins/pidgin-gpg/metadata.xml
@@ -5,10 +5,6 @@
<email>azamat.hackimov@gmail.com</email>
<name>Azamat H. Hackimov</name>
</maintainer>
- <maintainer type="person">
- <email>pinkbyte@gentoo.org</email>
- <name>Sergey Popov</name>
- </maintainer>
<maintainer type="project" proxied="proxy">
<email>proxy-maint@gentoo.org</email>
<name>Proxy Maintainers</name>
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
}