commit:     0c250cb623847b8ed61ed76a7c67461dc5ecff25
Author:     Petr Vaněk <arkamar <AT> gentoo <DOT> org>
AuthorDate: Wed Jul 23 13:17:24 2025 +0000
Commit:     Petr Vaněk <arkamar <AT> gentoo <DOT> org>
CommitDate: Wed Jul 23 13:20:01 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0c250cb6

x11-plugins/pidgin-encryption: drop 3.1-r3

Signed-off-by: Petr Vaněk <arkamar <AT> gentoo.org>

 .../pidgin-encryption-3.1-r3.ebuild                | 42 ----------------------
 1 file changed, 42 deletions(-)

diff --git a/x11-plugins/pidgin-encryption/pidgin-encryption-3.1-r3.ebuild 
b/x11-plugins/pidgin-encryption/pidgin-encryption-3.1-r3.ebuild
deleted file mode 100644
index 19104a15c88d..000000000000
--- a/x11-plugins/pidgin-encryption/pidgin-encryption-3.1-r3.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 1999-2025 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit flag-o-matic
-
-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() {
-       strip-flags
-       replace-flags -O? -O2
-       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
-}

Reply via email to