Gentoo Archives: gentoo-commits

From: gerion <gerion.entrup@×××××.de>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/user/gerislay:master commit in: x11-plugins/pidgin-whatsapp/
Date: Mon, 22 Oct 2018 08:27:27
Message-Id: 1540196251.699cb9b9f4fd0c10f1ee83bee953ca8b9f98e5c8.gerion@gentoo
1 commit: 699cb9b9f4fd0c10f1ee83bee953ca8b9f98e5c8
2 Author: Gerion Entrup <gerion.entrup <AT> flump <DOT> de>
3 AuthorDate: Mon Oct 22 08:17:31 2018 +0000
4 Commit: gerion <gerion.entrup <AT> flump <DOT> de>
5 CommitDate: Mon Oct 22 08:17:31 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/user/gerislay.git/commit/?id=699cb9b9
7
8 x11-plugins/pidgin-whatsapp: drop, not needed anymore
9
10 x11-plugins/pidgin-whatsapp/Manifest | 1 -
11 .../pidgin-whatsapp/pidgin-whatsapp-9999.ebuild | 22 ----------------------
12 2 files changed, 23 deletions(-)
13
14 diff --git a/x11-plugins/pidgin-whatsapp/Manifest b/x11-plugins/pidgin-whatsapp/Manifest
15 deleted file mode 100644
16 index c711cae..0000000
17 --- a/x11-plugins/pidgin-whatsapp/Manifest
18 +++ /dev/null
19 @@ -1 +0,0 @@
20 -EBUILD pidgin-whatsapp-9999.ebuild 455 SHA256 4b96501fc047cd918ceefad1adf27d33e3b7c192ee058a8cf60352e04e6c52dd SHA512 c582a56ea76e094fcb3b4d7cca707b72b76f9612dd3f030217be427cdc24c17ca8808f6a73acf0a3d1844fe79dd89ae12f944e878f8f4d0da0412980e5d56973 WHIRLPOOL a9440947d8d829b278a9bf891aea6446b4b2d165abc1985eda92c4a4fc04da9abba21317cf924eb0ab96568c53cc53bf7ac7d61ddf62195d5cb65314ba907ea3
21
22 diff --git a/x11-plugins/pidgin-whatsapp/pidgin-whatsapp-9999.ebuild b/x11-plugins/pidgin-whatsapp/pidgin-whatsapp-9999.ebuild
23 deleted file mode 100644
24 index 2161911..0000000
25 --- a/x11-plugins/pidgin-whatsapp/pidgin-whatsapp-9999.ebuild
26 +++ /dev/null
27 @@ -1,22 +0,0 @@
28 -# Copyright 1999-2013 Gentoo Foundation
29 -# Distributed under the terms of the GNU General Public License v2
30 -# $Header: $
31 -
32 -EAPI=5
33 -
34 -EGIT_REPO_URI="https://github.com/davidgfnet/whatsapp-purple.git"
35 -
36 -inherit eutils git-2
37 -
38 -DESCRIPTION="Adds Whatsapp protocol support for Pidgin"
39 -HOMEPAGE="http://davidgf.net/page/39/whatsapp-on-your-computer:-pidgin-plugin"
40 -SRC_URI=""
41 -
42 -LICENSE="GPLv2"
43 -SLOT="0"
44 -KEYWORDS=""
45 -IUSE=""
46 -
47 -DEPEND="net-im/pidgin"
48 -RDEPEND="${DEPEND}"
49 -