Gentoo Archives: gentoo-commits

From: Patrice Clement <monsieurp@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-im/yowsup/
Date: Fri, 28 Dec 2018 23:01:45
Message-Id: 1546038077.c8be4c8020b21d25e95d53f786bcd5160e6ee2b8.monsieurp@gentoo
1 commit: c8be4c8020b21d25e95d53f786bcd5160e6ee2b8
2 Author: Conrad Kostecki <conrad <AT> kostecki <DOT> com>
3 AuthorDate: Mon Dec 17 19:04:21 2018 +0000
4 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
5 CommitDate: Fri Dec 28 23:01:17 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c8be4c80
7
8 net-im/yowsup: drop old version.
9
10 Package-Manager: Portage-2.3.52, Repoman-2.3.12
11 Signed-off-by: Conrad Kostecki <conrad <AT> kostecki.com>
12 Signed-off-by: Patrice Clement <monsieurp <AT> gentoo.org>
13
14 net-im/yowsup/yowsup-2.5.7-r1.ebuild | 31 -------------------------------
15 1 file changed, 31 deletions(-)
16
17 diff --git a/net-im/yowsup/yowsup-2.5.7-r1.ebuild b/net-im/yowsup/yowsup-2.5.7-r1.ebuild
18 deleted file mode 100644
19 index b3435a6d6ed..00000000000
20 --- a/net-im/yowsup/yowsup-2.5.7-r1.ebuild
21 +++ /dev/null
22 @@ -1,31 +0,0 @@
23 -# Copyright 1999-2018 Gentoo Authors
24 -# Distributed under the terms of the GNU General Public License v2
25 -
26 -EAPI=7
27 -
28 -PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
29 -PYTHON_REQ_USE="readline"
30 -
31 -inherit distutils-r1
32 -
33 -DESCRIPTION="A library that enables you to build applications which use the WhatsApp service"
34 -HOMEPAGE="https://github.com/tgalal/yowsup"
35 -SRC_URI="https://github.com/tgalal/yowsup/archive/v${PV}.tar.gz -> ${P}.tar.gz"
36 -
37 -LICENSE="GPL-3"
38 -SLOT="0"
39 -KEYWORDS="~amd64 ~x86"
40 -
41 -RDEPEND="
42 - dev-python/configargparse[${PYTHON_USEDEP}]
43 - dev-python/pillow[${PYTHON_USEDEP}]
44 - dev-python/protobuf-python[${PYTHON_USEDEP}]
45 - dev-python/pycrypto[${PYTHON_USEDEP}]
46 - dev-python/python-axolotl-curve25519[${PYTHON_USEDEP}]
47 - dev-python/python-dateutil[${PYTHON_USEDEP}]
48 -"
49 -
50 -DEPEND="${RDEPEND}"
51 -BDEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
52 -
53 -PATCHES=( "${FILESDIR}/${P}-fix-newer-six.patch" )