[gentoo-commits] repo/gentoo:master commit in: x11-plugins/pidgin-encryption/

2021-09-09 Thread Yixun Lan
commit: 7d9f5efaac24304353a21e77b3d60230cf35
Author: Yixun Lan  gentoo  org>
AuthorDate: Thu Sep  9 06:19:40 2021 +
Commit: Yixun Lan  gentoo  org>
CommitDate: Thu Sep  9 07:04:25 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7d9f5efa

x11-plugins/pidgin-encryption: keyword ~riscv

Package-Manager: Portage-3.0.22, Repoman-3.0.3
Signed-off-by: Yixun Lan  gentoo.org>

 x11-plugins/pidgin-encryption/pidgin-encryption-3.1-r1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/x11-plugins/pidgin-encryption/pidgin-encryption-3.1-r1.ebuild 
b/x11-plugins/pidgin-encryption/pidgin-encryption-3.1-r1.ebuild
index 28f7c2dbaec..3defcb59cc3 100644
--- a/x11-plugins/pidgin-encryption/pidgin-encryption-3.1-r1.ebuild
+++ b/x11-plugins/pidgin-encryption/pidgin-encryption-3.1-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/pidgin-encrypt/${P}.tar.gz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 ppc ~ppc64 sparc x86"
+KEYWORDS="amd64 ppc ~ppc64 ~riscv sparc x86"
 IUSE="nls"
 
 BDEPEND="virtual/pkgconfig"



[gentoo-commits] repo/gentoo:master commit in: x11-plugins/pidgin-encryption/

2020-09-15 Thread Sam James
commit: e0b3e6a3ee11708abe9eeb8bd8e462741b754155
Author: Sam James  gentoo  org>
AuthorDate: Wed Sep 16 03:15:29 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Sep 16 03:15:40 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e0b3e6a3

x11-plugins/pidgin-encryption: bump to EAPI 7

Closes: https://bugs.gentoo.org/740906
Package-Manager: Portage-3.0.4, Repoman-3.0.1
Signed-off-by: Sam James  gentoo.org>

 ...-3.1.ebuild => pidgin-encryption-3.1-r1.ebuild} | 25 +++---
 1 file changed, 13 insertions(+), 12 deletions(-)

diff --git a/x11-plugins/pidgin-encryption/pidgin-encryption-3.1.ebuild 
b/x11-plugins/pidgin-encryption/pidgin-encryption-3.1-r1.ebuild
similarity index 66%
rename from x11-plugins/pidgin-encryption/pidgin-encryption-3.1.ebuild
rename to x11-plugins/pidgin-encryption/pidgin-encryption-3.1-r1.ebuild
index 561a3df71d6..28f7c2dbaec 100644
--- a/x11-plugins/pidgin-encryption/pidgin-encryption-3.1.ebuild
+++ b/x11-plugins/pidgin-encryption/pidgin-encryption-3.1-r1.ebuild
@@ -1,9 +1,9 @@
 # Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=4
+EAPI=7
 
-inherit flag-o-matic eutils
+inherit flag-o-matic
 
 DESCRIPTION="Pidgin IM Encryption PlugIn"
 HOMEPAGE="http://pidgin-encrypt.sourceforge.net/";
@@ -14,24 +14,25 @@ SLOT="0"
 KEYWORDS="amd64 ppc ~ppc64 sparc x86"
 IUSE="nls"
 
-RDEPEND="net-im/pidgin[gtk]
+BDEPEND="virtual/pkgconfig"
+RDEPEND="
+   >=dev-libs/nss-3.11
+   net-im/pidgin[gtk]
x11-libs/gtk+:2
-   >=dev-libs/nss-3.11"
+"
+DEPEND="${RDEPEND}"
 
-DEPEND="${RDEPEND}
-   virtual/pkgconfig"
-
-src_prepare() {
-   epatch "${FILESDIR}/${P}-glib2.32.patch"
-}
+PATCHES=(
+   "${FILESDIR}/${P}-glib2.32.patch"
+)
 
 src_configure() {
strip-flags
replace-flags -O? -O2
-   econf $(use_enable nls)
+   econf $(use_enable nls) --disable-static
 }
 
 src_install() {
-   emake install DESTDIR="${D}"
+   emake install DESTDIR="${ED}"
dodoc CHANGELOG INSTALL NOTES README TODO VERSION WISHLIST
 }



[gentoo-commits] repo/gentoo:master commit in: x11-plugins/pidgin-encryption/

2020-03-20 Thread Matt Turner
commit: 40ab0226e4cd91ce3e6b237202d9d3f180380557
Author: Matt Turner  gentoo  org>
AuthorDate: Fri Mar 20 21:51:10 2020 +
Commit: Matt Turner  gentoo  org>
CommitDate: Fri Mar 20 21:52:48 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=40ab0226

x11-plugins/pidgin-encryption: drop hppa keywords

Signed-off-by: Matt Turner  gentoo.org>

 x11-plugins/pidgin-encryption/pidgin-encryption-3.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-plugins/pidgin-encryption/pidgin-encryption-3.1.ebuild 
b/x11-plugins/pidgin-encryption/pidgin-encryption-3.1.ebuild
index d6abbea91a0..561a3df71d6 100644
--- a/x11-plugins/pidgin-encryption/pidgin-encryption-3.1.ebuild
+++ b/x11-plugins/pidgin-encryption/pidgin-encryption-3.1.ebuild
@@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/pidgin-encrypt/${P}.tar.gz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 ~hppa ppc ~ppc64 sparc x86"
+KEYWORDS="amd64 ppc ~ppc64 sparc x86"
 IUSE="nls"
 
 RDEPEND="net-im/pidgin[gtk]



[gentoo-commits] repo/gentoo:master commit in: x11-plugins/pidgin-encryption/

2020-02-07 Thread Mart Raudsepp
commit: ec85f49db7cc28cff93d0300b91f00d2a50e8c25
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Fri Feb  7 22:30:22 2020 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Fri Feb  7 22:44:26 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ec85f49d

x11-plugins/pidgin-encryption: drop to ~hppa

Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Mart Raudsepp  gentoo.org>

 x11-plugins/pidgin-encryption/pidgin-encryption-3.1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/x11-plugins/pidgin-encryption/pidgin-encryption-3.1.ebuild 
b/x11-plugins/pidgin-encryption/pidgin-encryption-3.1.ebuild
index fbcca2a1b4f..d6abbea91a0 100644
--- a/x11-plugins/pidgin-encryption/pidgin-encryption-3.1.ebuild
+++ b/x11-plugins/pidgin-encryption/pidgin-encryption-3.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=4
@@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/pidgin-encrypt/${P}.tar.gz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 hppa ppc ~ppc64 sparc x86"
+KEYWORDS="amd64 ~hppa ppc ~ppc64 sparc x86"
 IUSE="nls"
 
 RDEPEND="net-im/pidgin[gtk]