diff options
author | Sergei Trofimovich <slyfox@gentoo.org> | 2021-07-22 10:45:22 +0100 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2021-07-22 10:45:28 +0100 |
commit | 0cdc682feddc97fd8a1a306e47268ad85c4110da (patch) | |
tree | a59c7ce4ff9fbd4357df04fd7ff6cf67d0c20626 /x11-plugins/pidgin-window_merge | |
parent | dev-qt/qtwebengine: 5.15.2_p20210421 security cleanup (diff) | |
download | gentoo-0cdc682feddc97fd8a1a306e47268ad85c4110da.tar.gz gentoo-0cdc682feddc97fd8a1a306e47268ad85c4110da.tar.bz2 gentoo-0cdc682feddc97fd8a1a306e47268ad85c4110da.zip |
x11-plugins/pidgin-window_merge: drop old
Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
Diffstat (limited to 'x11-plugins/pidgin-window_merge')
-rw-r--r-- | x11-plugins/pidgin-window_merge/pidgin-window_merge-0.3.ebuild | 26 |
1 files changed, 0 insertions, 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 9927a83926b6..000000000000 --- 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" -} |