From bba87abc57c3e5c0b4011f41105b4eaaf4ee0175 Mon Sep 17 00:00:00 2001 From: Arthur Zamarin Date: Sun, 27 Jul 2025 20:44:30 +0300 Subject: [PATCH] x11-plugins/pidgin-skypeweb: treeclean Closes: https://bugs.gentoo.org/942322 (pkgremoved) Signed-off-by: Arthur Zamarin --- profiles/package.mask | 1 - x11-plugins/pidgin-skypeweb/Manifest | 1 - x11-plugins/pidgin-skypeweb/metadata.xml | 15 ------------ .../pidgin-skypeweb-1.7.ebuild | 24 ------------------- 4 files changed, 41 deletions(-) delete mode 100644 x11-plugins/pidgin-skypeweb/Manifest delete mode 100644 x11-plugins/pidgin-skypeweb/metadata.xml delete mode 100644 x11-plugins/pidgin-skypeweb/pidgin-skypeweb-1.7.ebuild diff --git a/profiles/package.mask b/profiles/package.mask index 06db446efb92d..9e0fb88a05f8c 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -144,7 +144,6 @@ kde-apps/cervisia # Removal on 2025-07-25. Bug #942322. net-im/skypeforlinux sec-policy/selinux-skype -x11-plugins/pidgin-skypeweb # Sam James (2025-06-12) # Breaks several applications (bug #957943) diff --git a/x11-plugins/pidgin-skypeweb/Manifest b/x11-plugins/pidgin-skypeweb/Manifest deleted file mode 100644 index 8e837e0def467..0000000000000 --- a/x11-plugins/pidgin-skypeweb/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST pidgin-skypeweb-1.7.tar.gz 297565 BLAKE2B 94d4fe7b6408fe054bdb79729493929551aabce03c9157992c7cab283c360adfa20c0b9775d82ec7017d762e208259fbf365e6311df566eda033f5a8c71ce20a SHA512 0981aefe23a7bce423fbc447ae22f79077742ac5cc1fd235611acc34175b4a6d9fd4a4af38f7fc3aa7ff7442be71a70c68ca8c271adbe39c085d6ae599cb0871 diff --git a/x11-plugins/pidgin-skypeweb/metadata.xml b/x11-plugins/pidgin-skypeweb/metadata.xml deleted file mode 100644 index ff72784f4cdf7..0000000000000 --- a/x11-plugins/pidgin-skypeweb/metadata.xml +++ /dev/null @@ -1,15 +0,0 @@ - - - - - hoax@list.ru - Igor Mikeshin - - - proxy-maint@gentoo.org - Proxy Maintainers - - - EionRobb/skype4pidgin - - diff --git a/x11-plugins/pidgin-skypeweb/pidgin-skypeweb-1.7.ebuild b/x11-plugins/pidgin-skypeweb/pidgin-skypeweb-1.7.ebuild deleted file mode 100644 index d7118ef84b331..0000000000000 --- a/x11-plugins/pidgin-skypeweb/pidgin-skypeweb-1.7.ebuild +++ /dev/null @@ -1,24 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -DESCRIPTION="SkypeWeb Plugin for Pidgin" -HOMEPAGE="https://github.com/EionRobb/skype4pidgin" -SRC_URI="https://github.com/EionRobb/skype4pidgin/archive/${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="GPL-3+" -KEYWORDS="~amd64 ~riscv ~x86" -SLOT="0" - -BDEPEND="virtual/pkgconfig" -RDEPEND="dev-libs/json-glib - net-im/pidgin" -DEPEND="${RDEPEND}" - -S="${WORKDIR}/skype4pidgin-${PV}/skypeweb" - -pkg_postinst() { - elog "If you get error message like 'Failed getting Magic T value':" - elog "Go to https://web.skype.com ; Log In and follow the instructions to enable your account!" -}