Gentoo Archives: gentoo-commits

From: Sergei Trofimovich <slyfox@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-plugins/pidgin-window_merge/
Date: Thu, 22 Jul 2021 09:45:34
Message-Id: 1626947128.0cdc682feddc97fd8a1a306e47268ad85c4110da.slyfox@gentoo
1 commit: 0cdc682feddc97fd8a1a306e47268ad85c4110da
2 Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
3 AuthorDate: Thu Jul 22 09:45:22 2021 +0000
4 Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
5 CommitDate: Thu Jul 22 09:45:28 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0cdc682f
7
8 x11-plugins/pidgin-window_merge: drop old
9
10 Package-Manager: Portage-3.0.20, Repoman-3.0.3
11 Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>
12
13 .../pidgin-window_merge-0.3.ebuild | 26 ----------------------
14 1 file changed, 26 deletions(-)
15
16 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
17 deleted file mode 100644
18 index 9927a83926b..00000000000
19 --- a/x11-plugins/pidgin-window_merge/pidgin-window_merge-0.3.ebuild
20 +++ /dev/null
21 @@ -1,26 +0,0 @@
22 -# Copyright 1999-2019 Gentoo Authors
23 -# Distributed under the terms of the GNU General Public License v2
24 -
25 -EAPI=6
26 -
27 -DESCRIPTION="A Pidgin plugin that merges the Buddy List window with a conversation window"
28 -HOMEPAGE="https://github.com/dm0-/window_merge"
29 -SRC_URI="https://github.com/downloads/dm0-/${PN#pidgin-}/${P#pidgin-}.tar.gz"
30 -
31 -LICENSE="GPL-3"
32 -SLOT="0"
33 -KEYWORDS="~amd64"
34 -IUSE=""
35 -
36 -RDEPEND="dev-libs/glib:2=
37 - net-im/pidgin:0=[gtk]"
38 -DEPEND="${RDEPEND}
39 - virtual/pkgconfig"
40 -
41 -S=${WORKDIR}/${P#pidgin-}
42 -
43 -pkg_postinst() {
44 - ewarn "This plugin and infopane plugin (purple-plugin_pack) activated"
45 - ewarn "at the same time cause a segfault in pidgin"
46 - ewarn "see https://github.com/dm0-/window_merge/issues/4"
47 -}