summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2021-04-27 20:27:16 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2021-04-27 20:27:29 +0200
commit9622e505ea0304d4ee9a2e5a562d2162656c0459 (patch)
treebcbaebc3bc106b31afd76949ae5b34aa4c67957f /x11-plugins
parentapp-forensics/aflplusplus: fix minor comment typo (diff)
downloadgentoo-9622e505ea0304d4ee9a2e5a562d2162656c0459.tar.gz
gentoo-9622e505ea0304d4ee9a2e5a562d2162656c0459.tar.bz2
gentoo-9622e505ea0304d4ee9a2e5a562d2162656c0459.zip
x11-plugins/pidgin-skypeweb: Drop broken 1.5
Bug: https://bugs.gentoo.org/738180 Package-Manager: Portage-3.0.18, Repoman-3.0.3 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'x11-plugins')
-rw-r--r--x11-plugins/pidgin-skypeweb/Manifest1
-rw-r--r--x11-plugins/pidgin-skypeweb/pidgin-skypeweb-1.5.ebuild24
2 files changed, 0 insertions, 25 deletions
diff --git a/x11-plugins/pidgin-skypeweb/Manifest b/x11-plugins/pidgin-skypeweb/Manifest
index 5197220502ec..8e837e0def46 100644
--- a/x11-plugins/pidgin-skypeweb/Manifest
+++ b/x11-plugins/pidgin-skypeweb/Manifest
@@ -1,2 +1 @@
-DIST pidgin-skypeweb-1.5.tar.gz 295956 BLAKE2B 0a45c709570c9093df9f0e674e5556a21b832b5e73ab2f32d439aa4fe3ce224df0bab05e054ef352ed337113e6800020cf0da60a7b37a6f39a22fc95ad40d28b SHA512 93043b83132654144f333e90bdff88dec5efe2495412a0b40f0ab64ec96d9427acea553ff73dee054de87e77121cbfd1a7bcaddeb17ab4d91baef55d658b6478
DIST pidgin-skypeweb-1.7.tar.gz 297565 BLAKE2B 94d4fe7b6408fe054bdb79729493929551aabce03c9157992c7cab283c360adfa20c0b9775d82ec7017d762e208259fbf365e6311df566eda033f5a8c71ce20a SHA512 0981aefe23a7bce423fbc447ae22f79077742ac5cc1fd235611acc34175b4a6d9fd4a4af38f7fc3aa7ff7442be71a70c68ca8c271adbe39c085d6ae599cb0871
diff --git a/x11-plugins/pidgin-skypeweb/pidgin-skypeweb-1.5.ebuild b/x11-plugins/pidgin-skypeweb/pidgin-skypeweb-1.5.ebuild
deleted file mode 100644
index dec5c377b3ea..000000000000
--- a/x11-plugins/pidgin-skypeweb/pidgin-skypeweb-1.5.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-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 ~x86"
-SLOT="0"
-
-RDEPEND="net-im/pidgin
- dev-libs/json-glib"
-DEPEND="${RDEPEND}
- virtual/pkgconfig"
-
-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!"
-}