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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 9919C13933E for ; Thu, 22 Jul 2021 09:45:34 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E0275E0BCD; Thu, 22 Jul 2021 09:45:33 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id B56AEE0BCD for ; Thu, 22 Jul 2021 09:45:33 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 8644C33E622 for ; Thu, 22 Jul 2021 09:45:32 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CE0FE5C4 for ; Thu, 22 Jul 2021 09:45:30 +0000 (UTC) From: "Sergei Trofimovich" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sergei Trofimovich" Message-ID: <1626947128.0cdc682feddc97fd8a1a306e47268ad85c4110da.slyfox@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-plugins/pidgin-window_merge/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-plugins/pidgin-window_merge/pidgin-window_merge-0.3.ebuild X-VCS-Directories: x11-plugins/pidgin-window_merge/ X-VCS-Committer: slyfox X-VCS-Committer-Name: Sergei Trofimovich X-VCS-Revision: 0cdc682feddc97fd8a1a306e47268ad85c4110da X-VCS-Branch: master Date: Thu, 22 Jul 2021 09:45:30 +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: d0983f9b-6728-43ee-ab1a-43e000d088de X-Archives-Hash: 19e001afed36cb2858ae852fb5abe597 commit: 0cdc682feddc97fd8a1a306e47268ad85c4110da Author: Sergei Trofimovich gentoo org> AuthorDate: Thu Jul 22 09:45:22 2021 +0000 Commit: Sergei Trofimovich gentoo org> CommitDate: Thu Jul 22 09:45:28 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0cdc682f x11-plugins/pidgin-window_merge: drop old Package-Manager: Portage-3.0.20, Repoman-3.0.3 Signed-off-by: Sergei Trofimovich gentoo.org> .../pidgin-window_merge-0.3.ebuild | 26 ---------------------- 1 file changed, 26 deletions(-) diff --git a/x11-plugins/pidgin-window_merge/pidgin-window_merge-0.3.ebuild b/x11-plugins/pidgin-window_merge/pidgin-window_merge-0.3.ebuild deleted file mode 100644 index 9927a83926b..00000000000 --- a/x11-plugins/pidgin-window_merge/pidgin-window_merge-0.3.ebuild +++ /dev/null @@ -1,26 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -DESCRIPTION="A Pidgin plugin that merges the Buddy List window with a conversation window" -HOMEPAGE="https://github.com/dm0-/window_merge" -SRC_URI="https://github.com/downloads/dm0-/${PN#pidgin-}/${P#pidgin-}.tar.gz" - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="~amd64" -IUSE="" - -RDEPEND="dev-libs/glib:2= - net-im/pidgin:0=[gtk]" -DEPEND="${RDEPEND} - virtual/pkgconfig" - -S=${WORKDIR}/${P#pidgin-} - -pkg_postinst() { - ewarn "This plugin and infopane plugin (purple-plugin_pack) activated" - ewarn "at the same time cause a segfault in pidgin" - ewarn "see https://github.com/dm0-/window_merge/issues/4" -}