From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id A20D5138334 for ; Sun, 16 Dec 2018 19:30:39 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AF1AFE0CBA; Sun, 16 Dec 2018 19:30:36 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 80529E0CB9 for ; Sun, 16 Dec 2018 19:30:36 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 10E3F335C8D for ; Sun, 16 Dec 2018 19:30:35 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7132A4F0 for ; Sun, 16 Dec 2018 19:30:31 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1544988553.2d4544ec3f6595e23eb570be15729af748e5ed7f.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-im/yowsup/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-im/yowsup/yowsup-2.5.7.ebuild X-VCS-Directories: net-im/yowsup/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 2d4544ec3f6595e23eb570be15729af748e5ed7f X-VCS-Branch: master Date: Sun, 16 Dec 2018 19:30:31 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 53490c5e-09fa-4875-b02c-ffb0c1c001cf X-Archives-Hash: 20dea842e8b1e3f7b2ca5f4b37ed6366 commit: 2d4544ec3f6595e23eb570be15729af748e5ed7f Author: Conrad Kostecki kostecki com> AuthorDate: Sun Oct 28 13:22:25 2018 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sun Dec 16 19:29:13 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2d4544ec net-im/yowsup: drop old version Signed-off-by: Conrad Kostecki kostecki.com> Package-Manager: Portage-2.3.51, Repoman-2.3.11 Signed-off-by: Andreas Sturmlechner gentoo.org> net-im/yowsup/yowsup-2.5.7.ebuild | 29 ----------------------------- 1 file changed, 29 deletions(-) diff --git a/net-im/yowsup/yowsup-2.5.7.ebuild b/net-im/yowsup/yowsup-2.5.7.ebuild deleted file mode 100644 index 862206fd28d..00000000000 --- a/net-im/yowsup/yowsup-2.5.7.ebuild +++ /dev/null @@ -1,29 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -PYTHON_COMPAT=( python2_7 python3_{4,5,6} ) -PYTHON_REQ_USE="readline" - -inherit distutils-r1 - -DESCRIPTION="A library that enables you to build applications which use the WhatsApp service" -HOMEPAGE="https://github.com/tgalal/yowsup" -SRC_URI="https://github.com/tgalal/yowsup/archive/v${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="~amd64 ~x86" - -RDEPEND="dev-python/configargparse[${PYTHON_USEDEP}] - dev-python/pillow[${PYTHON_USEDEP}] - dev-python/protobuf-python[${PYTHON_USEDEP}] - dev-python/pycrypto[${PYTHON_USEDEP}] - dev-python/python-axolotl-curve25519[${PYTHON_USEDEP}] - dev-python/python-dateutil[${PYTHON_USEDEP}]" - -DEPEND="dev-python/setuptools[${PYTHON_USEDEP}] - ${RDEPEND}" - -PATCHES=( "${FILESDIR}/fix_newer_six_version.patch" )