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 75CC6138334 for ; Wed, 11 Jul 2018 10:50:46 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 64226E0858; Wed, 11 Jul 2018 10:50:45 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 1E81FE0858 for ; Wed, 11 Jul 2018 10:50:45 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 6BCE7335CA9 for ; Wed, 11 Jul 2018 10:50:43 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CDF7535A for ; Wed, 11 Jul 2018 10:50:41 +0000 (UTC) From: "Tony Vroon" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Tony Vroon" Message-ID: <1531306232.dbe7e24fee5886d445886732a4e70e826ab7d5d0.chainsaw@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-im/transwhat/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-im/transwhat/Manifest net-im/transwhat/metadata.xml net-im/transwhat/transwhat-0.2.2.ebuild X-VCS-Directories: net-im/transwhat/ X-VCS-Committer: chainsaw X-VCS-Committer-Name: Tony Vroon X-VCS-Revision: dbe7e24fee5886d445886732a4e70e826ab7d5d0 X-VCS-Branch: master Date: Wed, 11 Jul 2018 10:50:41 +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-Archives-Salt: ea342a9b-2fa4-4f99-9fcf-d3e5cabf9a4f X-Archives-Hash: 9ed89fd6102fc7fa8d0c8502c9ec876a commit: dbe7e24fee5886d445886732a4e70e826ab7d5d0 Author: Conrad Kostecki kostecki com> AuthorDate: Wed Jul 11 08:42:55 2018 +0000 Commit: Tony Vroon gentoo org> CommitDate: Wed Jul 11 10:50:32 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dbe7e24f net-im/transwhat: New package Closes: https://bugs.gentoo.org/652264 Package-Manager: Portage-2.3.41, Repoman-2.3.9 Closes: https://github.com/gentoo/gentoo/pull/9101 Closes: https://bugs.gentoo.org/652264 net-im/transwhat/Manifest | 1 + net-im/transwhat/metadata.xml | 15 +++++++++++++++ net-im/transwhat/transwhat-0.2.2.ebuild | 34 +++++++++++++++++++++++++++++++++ 3 files changed, 50 insertions(+) diff --git a/net-im/transwhat/Manifest b/net-im/transwhat/Manifest new file mode 100644 index 00000000000..b70861dc49e --- /dev/null +++ b/net-im/transwhat/Manifest @@ -0,0 +1 @@ +DIST transwhat-0.2.2.tar.gz 49494 BLAKE2B 2d34a697df74d010aa030cd0162d6b1523d3e6eb1935251efb3c76a6259c8111f8644f244141c9724018f6617fef67bbd503be22d29a42bee3ffd619932cc3fb SHA512 4a292ba7dd064214e1f7e90f3a0da4f9fbd42e1227fe648ab2269b35c345eb7feda4d47d90b3ab95a31c356e6c0ad19aa6ffbea6641947810835ab06fbda4b75 diff --git a/net-im/transwhat/metadata.xml b/net-im/transwhat/metadata.xml new file mode 100644 index 00000000000..91277090fe3 --- /dev/null +++ b/net-im/transwhat/metadata.xml @@ -0,0 +1,15 @@ + + + + + ck+gentoo@bl4ckb0x.de + Conrad Kostecki + + + proxy-maint@gentoo.org + Proxy Maintainers + + + transWhat is a WhatsApp XMPP Gateway based on Spectrum 2 and Yowsup 2. + + diff --git a/net-im/transwhat/transwhat-0.2.2.ebuild b/net-im/transwhat/transwhat-0.2.2.ebuild new file mode 100644 index 00000000000..6b03897d8fc --- /dev/null +++ b/net-im/transwhat/transwhat-0.2.2.ebuild @@ -0,0 +1,34 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +PYTHON_COMPAT=( python2_7 ) + +inherit distutils-r1 + +DESCRIPTION="A WhatsApp XMPP Gateway based on Spectrum 2 and Yowsup 2" +HOMEPAGE="https://github.com/stv0g/transwhat" +SRC_URI="https://github.com/stv0g/transwhat/archive/v${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="GPL-3" +SLOT="0" +KEYWORDS="~amd64 ~x86" + +RDEPEND="dev-python/e4u[${PYTHON_USEDEP}] + dev-python/protobuf-python[${PYTHON_USEDEP}] + dev-python/python-dateutil[${PYTHON_USEDEP}] + dev-python/setuptools[${PYTHON_USEDEP}] + net-im/yowsup[${PYTHON_USEDEP}]" + +DEPEND="${RDEPEND}" + +DOCS=( "INSTALL.rst" "README.rst" "USAGE.rst" ) + +src_prepare() { + default + + # Fixes for Spectrum2 + mv config.py Spectrum2/config.py || die + sed -i -e 's/config import SpectrumConfig/Spectrum2.&/' transWhat/transwhat.py || die +}