* [gentoo-commits] repo/gentoo:master commit in: x11-plugins/pidgin-encryption/
@ 2020-02-07 22:44 Mart Raudsepp
0 siblings, 0 replies; 6+ messages in thread
From: Mart Raudsepp @ 2020-02-07 22:44 UTC (permalink / raw
To: gentoo-commits
commit: ec85f49db7cc28cff93d0300b91f00d2a50e8c25
Author: Mart Raudsepp <leio <AT> gentoo <DOT> org>
AuthorDate: Fri Feb 7 22:30:22 2020 +0000
Commit: Mart Raudsepp <leio <AT> gentoo <DOT> org>
CommitDate: Fri Feb 7 22:44:26 2020 +0000
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 <leio <AT> 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]
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-plugins/pidgin-encryption/
@ 2020-03-20 21:53 Matt Turner
0 siblings, 0 replies; 6+ messages in thread
From: Matt Turner @ 2020-03-20 21:53 UTC (permalink / raw
To: gentoo-commits
commit: 40ab0226e4cd91ce3e6b237202d9d3f180380557
Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Fri Mar 20 21:51:10 2020 +0000
Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Fri Mar 20 21:52:48 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=40ab0226
x11-plugins/pidgin-encryption: drop hppa keywords
Signed-off-by: Matt Turner <mattst88 <AT> 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]
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-plugins/pidgin-encryption/
@ 2020-09-16 3:15 Sam James
0 siblings, 0 replies; 6+ messages in thread
From: Sam James @ 2020-09-16 3:15 UTC (permalink / raw
To: gentoo-commits
commit: e0b3e6a3ee11708abe9eeb8bd8e462741b754155
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Sep 16 03:15:29 2020 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Sep 16 03:15:40 2020 +0000
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 <sam <AT> 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
}
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-plugins/pidgin-encryption/
@ 2021-09-09 7:11 Yixun Lan
0 siblings, 0 replies; 6+ messages in thread
From: Yixun Lan @ 2021-09-09 7:11 UTC (permalink / raw
To: gentoo-commits
commit: 7d9f5efaac2430435bbbb3a21e77b3d60230cf35
Author: Yixun Lan <dlan <AT> gentoo <DOT> org>
AuthorDate: Thu Sep 9 06:19:40 2021 +0000
Commit: Yixun Lan <dlan <AT> gentoo <DOT> org>
CommitDate: Thu Sep 9 07:04:25 2021 +0000
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 <dlan <AT> 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"
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-plugins/pidgin-encryption/
@ 2025-03-22 3:57 Sam James
0 siblings, 0 replies; 6+ messages in thread
From: Sam James @ 2025-03-22 3:57 UTC (permalink / raw
To: gentoo-commits
commit: 9ab542f04ca917f690a859de9a767cb2f02f5a2f
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Mar 22 03:55:45 2025 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Mar 22 03:55:45 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9ab542f0
x11-plugins/pidgin-encryption: handle pidgin[gtk] -> pidgin[gui]
Signed-off-by: Sam James <sam <AT> gentoo.org>
...idgin-encryption-3.1-r1.ebuild => pidgin-encryption-3.1-r2.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-r2.ebuild
similarity index 92%
rename from x11-plugins/pidgin-encryption/pidgin-encryption-3.1-r1.ebuild
rename to x11-plugins/pidgin-encryption/pidgin-encryption-3.1-r2.ebuild
index 3dcfc209a00e..185f498c3281 100644
--- a/x11-plugins/pidgin-encryption/pidgin-encryption-3.1-r1.ebuild
+++ b/x11-plugins/pidgin-encryption/pidgin-encryption-3.1-r2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2024 Gentoo Authors
+# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -17,7 +17,7 @@ IUSE="nls"
BDEPEND="virtual/pkgconfig"
RDEPEND="
>=dev-libs/nss-3.11
- net-im/pidgin[gtk]
+ net-im/pidgin[gui]
x11-libs/gtk+:2
"
DEPEND="${RDEPEND}"
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: x11-plugins/pidgin-encryption/
@ 2025-04-10 9:34 Sam James
0 siblings, 0 replies; 6+ messages in thread
From: Sam James @ 2025-04-10 9:34 UTC (permalink / raw
To: gentoo-commits
commit: 2c297a5d6acec05aaa94de3215be947d12ef86a5
Author: Cristian Othón Martínez Vera <cfuga <AT> cfuga <DOT> mx>
AuthorDate: Wed Mar 26 16:55:54 2025 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Apr 10 09:32:00 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2c297a5d
x11-plugins/pidgin-encryption: drop strip/replace compiler flags by default
+20 years ago there's was a bug with ```net-im/gaim```, probably caused by
gcc-2.95 and ```-Os``` optimization.
The following developers and maintainers just copied those lines when bumping
versions, and nobody tried to remove them with new Gaim/Pidgin/GCC versions.
Also ```x11-plugins/pidgin-encryption``` has the same code; I guess the Gentoo
maintainer/developer was extra cautious.
Bug: https://bugs.gentoo.org/29394
Signed-off-by: Cristian Othón Martínez Vera <cfuga <AT> cfuga.mx>
Closes: https://github.com/gentoo/gentoo/pull/41309
Signed-off-by: Sam James <sam <AT> gentoo.org>
.../pidgin-encryption-3.1-r4.ebuild | 38 ++++++++++++++++++++++
1 file changed, 38 insertions(+)
diff --git a/x11-plugins/pidgin-encryption/pidgin-encryption-3.1-r4.ebuild b/x11-plugins/pidgin-encryption/pidgin-encryption-3.1-r4.ebuild
new file mode 100644
index 000000000000..6dec4ae5a551
--- /dev/null
+++ b/x11-plugins/pidgin-encryption/pidgin-encryption-3.1-r4.ebuild
@@ -0,0 +1,38 @@
+# Copyright 1999-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DESCRIPTION="Pidgin IM Encryption PlugIn"
+HOMEPAGE="https://pidgin-encrypt.sourceforge.net/"
+SRC_URI="https://downloads.sourceforge.net/pidgin-encrypt/${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~ppc64 ~riscv ~sparc ~x86"
+IUSE="nls"
+
+BDEPEND="virtual/pkgconfig"
+RDEPEND="
+ >=dev-libs/nss-3.11
+ net-im/pidgin[gui]
+ x11-libs/gtk+:2
+"
+DEPEND="${RDEPEND}"
+
+PATCHES=(
+ "${FILESDIR}/${P}-glib2.32.patch"
+ "${FILESDIR}/${P}-time.patch"
+ "${FILESDIR}/${P}-includes.patch"
+)
+
+src_configure() {
+ econf $(use_enable nls)
+}
+
+src_install() {
+ emake install DESTDIR="${ED}"
+ dodoc CHANGELOG INSTALL NOTES README TODO VERSION WISHLIST
+
+ find "${ED}" -type f -name "*.la" -delete || die
+}
^ permalink raw reply related [flat|nested] 6+ messages in thread
end of thread, other threads:[~2025-04-10 9:34 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-04-10 9:34 [gentoo-commits] repo/gentoo:master commit in: x11-plugins/pidgin-encryption/ Sam James
-- strict thread matches above, loose matches on Subject: below --
2025-03-22 3:57 Sam James
2021-09-09 7:11 Yixun Lan
2020-09-16 3:15 Sam James
2020-03-20 21:53 Matt Turner
2020-02-07 22:44 Mart Raudsepp
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox