From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id F14AD15808B for ; Sun, 17 Apr 2022 19:17:54 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D8530E0B83; Sun, 17 Apr 2022 19:17:47 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id B846CE0B83 for ; Sun, 17 Apr 2022 19:17:47 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 45B73341887 for ; Sun, 17 Apr 2022 19:17:46 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B5006439 for ; Sun, 17 Apr 2022 19:17:42 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1650223047.332aef3fd3ef4b187004867c89ca77bc30814410.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-plugins/pidgin-sipe/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-plugins/pidgin-sipe/Manifest x11-plugins/pidgin-sipe/pidgin-sipe-1.23.3.ebuild X-VCS-Directories: x11-plugins/pidgin-sipe/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 332aef3fd3ef4b187004867c89ca77bc30814410 X-VCS-Branch: master Date: Sun, 17 Apr 2022 19:17:42 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 09e20065-0085-49ab-ae28-bb9cae4bcbac X-Archives-Hash: cb7a68c9d6af1f8e0be2a494ae920565 commit: 332aef3fd3ef4b187004867c89ca77bc30814410 Author: Sam James gentoo org> AuthorDate: Sun Apr 17 19:15:29 2022 +0000 Commit: Sam James gentoo org> CommitDate: Sun Apr 17 19:17:27 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=332aef3f x11-plugins/pidgin-sipe: drop 1.23.3 Signed-off-by: Sam James gentoo.org> x11-plugins/pidgin-sipe/Manifest | 1 - x11-plugins/pidgin-sipe/pidgin-sipe-1.23.3.ebuild | 69 ----------------------- 2 files changed, 70 deletions(-) diff --git a/x11-plugins/pidgin-sipe/Manifest b/x11-plugins/pidgin-sipe/Manifest index a0ed31fedff9..ca24a5776c95 100644 --- a/x11-plugins/pidgin-sipe/Manifest +++ b/x11-plugins/pidgin-sipe/Manifest @@ -1,2 +1 @@ -DIST pidgin-sipe-1.23.3.tar.gz 1298459 BLAKE2B e15ad7658771fc0d7f5320f6b145e67a6f33603dfe49dd83edbf42fd2e57f117f4cdac53c6b6dba401266ae6c2593bb6078a604c164aa365aa94aa64eb94f1c7 SHA512 3c7481e02f9541818a980df31d135c3eefd8f1e921dcb6cfe3d1ce194b1591531db2c23364b545a912eb3818af207ffc0a19d3310d495db503de954f0547ea31 DIST pidgin-sipe-1.25.0.tar.gz 1395316 BLAKE2B 854832768a5c6605c28fcc02abd2444cd15b58be3be89009ce08aad390664a09235ca4fc6c6288c0e0f8677ba920a30b7e3a418312308dcb229a08817bbf4a3c SHA512 e9f1f38bb27cfd8e464f2f03aea3153b7d9a1ff7c45876ff06fc8b391e5d69506b793edda5cef0f4b5f281ddd0281ad0f97c82457e1bcc977965805a323d6f0c diff --git a/x11-plugins/pidgin-sipe/pidgin-sipe-1.23.3.ebuild b/x11-plugins/pidgin-sipe/pidgin-sipe-1.23.3.ebuild deleted file mode 100644 index 3e128eb9dcfd..000000000000 --- a/x11-plugins/pidgin-sipe/pidgin-sipe-1.23.3.ebuild +++ /dev/null @@ -1,69 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -inherit autotools - -DESCRIPTION="Pidgin Plug-in SIPE (Sip Exchange Protocol)" -HOMEPAGE="http://sipe.sourceforge.net/" -SRC_URI="mirror://sourceforge/sipe/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 x86" - -IUSE="dbus debug kerberos ocs2005-message-hack openssl telepathy voice" - -RDEPEND=" - dev-libs/gmime:2.6 - dev-libs/libxml2 - openssl? ( dev-libs/openssl:= ) - !openssl? ( dev-libs/nss ) - kerberos? ( virtual/krb5 ) - voice? ( - >=dev-libs/glib-2.28.0 - >=net-libs/libnice-0.1.0 - media-libs/gstreamer:1.0 - net-libs/farstream:0.2 - ) - !voice? ( - >=dev-libs/glib-2.12.0:2 - ) - net-im/pidgin[dbus?] - telepathy? ( - >=sys-apps/dbus-1.1.0 - >=dev-libs/dbus-glib-0.61 - >=dev-libs/glib-2.28:2 - >=net-libs/telepathy-glib-0.18.0 - ) -" - -DEPEND="dev-util/intltool - virtual/pkgconfig - ${RDEPEND} -" - -src_prepare() { - default - eautoreconf -} - -src_configure() { - econf \ - --enable-purple \ - --disable-quality-check \ - $(use_enable telepathy) \ - $(use_enable debug) \ - $(use_enable ocs2005-message-hack) \ - $(use_with dbus) \ - $(use_with kerberos krb5) \ - $(use_with voice vv) \ - $(use_enable !openssl nss) \ - $(use_enable openssl) -} - -src_install() { - emake install DESTDIR="${D}" - dodoc AUTHORS ChangeLog NEWS TODO README -}