net-im/yowsup: Drop ebuild as it is now inside the main tree.
This commit is contained in:
parent
da95b08131
commit
f18cda339c
@ -1,20 +0,0 @@
|
|||||||
-----BEGIN PGP SIGNED MESSAGE-----
|
|
||||||
Hash: SHA256
|
|
||||||
|
|
||||||
DIST yowsup-2.5.7.tar.gz 125732 BLAKE2B 31896cfef601bfe4b65df3518ce6812ad66a98902ec7c8ca5b2ffda15c48c9390010fce58e1158f6ddc325911fd78d1be2bc708d499ab11b725835c5cd5ea246 SHA512 e64e119e8301d6cd9244a24ce960fdd00a5372a7766cf2f52dfd7610828358086e6c4f77fba6f962c1b84f6b28fa6b6d4d708bbb50c281e5a6563b99634b9495
|
|
||||||
-----BEGIN PGP SIGNATURE-----
|
|
||||||
|
|
||||||
iQIzBAEBCAAdFiEEuys8HR2OLKbSzUtJHR6eQo71h0YFAlqEnSYACgkQHR6eQo71
|
|
||||||
h0arMw/+PrTE8ZQ/W6fx+zBOWAi1r1s69ymNelzSUZ4ZrnoXrPi/79ss1maR83sx
|
|
||||||
Eeo5N/jxEnnYaU1tD2awMPs+/eYrYbqvYhtqO8EGq1U01W8QxhZWnKDzpeYUcETj
|
|
||||||
HgswcAnjck3BDDW8Yupm8WSz5hYoyIF+Sxg2OkiH58HyU4F7N/QpTx+wFMgehHAz
|
|
||||||
o0CyMbibE/kOSDPx+RgoYWa6C4fOrhs8zjdYEQAGodH/LkLrw5aruspByL+BObSX
|
|
||||||
ImP1rJ84/iTqPC1XYtkGZGB4aFykpEkUvLACp9/DauliliXYXfM1dtoAEBhOG7zC
|
|
||||||
4KOlyVQrlc8PnC4H3YVdijsefZXm33J+ADFk5fO/IM9g3m+tsImchykvkKAQSImt
|
|
||||||
wgj2Bx4jgcRTnkKkx1di/fwTGEuca1g9uHOuEaJjG1rC+af3SubODe0Rhu0gK31C
|
|
||||||
gLgEIYCTpVwXN5QAXww1ioLp3OyNet80NhYeYzbiesZyw9txroJKqrfslumPR4KQ
|
|
||||||
cHZO2Pvlu+QxZAIzgqaodkLLknDonTseA95lf9fctMNHchsVMdzJiOJ67GFQrMGj
|
|
||||||
VVxMWlFUug440PtFchu2LiALrj0EFETh24q44hJtNeOMM0mOjwrGga2O3J6YK3Bm
|
|
||||||
KcKziiyEO6nUwlVrDM0Cf6S2fOStouwNuxSF24ajIjFKPTBjN5w=
|
|
||||||
=lT0P
|
|
||||||
-----END PGP SIGNATURE-----
|
|
@ -1,11 +0,0 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8"?>
|
|
||||||
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
|
||||||
<pkgmetadata>
|
|
||||||
<maintainer type="person">
|
|
||||||
<email>holgersson@posteo.de</email>
|
|
||||||
<name>Nils Freydank</name>
|
|
||||||
</maintainer>
|
|
||||||
<upstream>
|
|
||||||
<remote-id type="github">tgalal/yowsup</remote-id>
|
|
||||||
</upstream>
|
|
||||||
</pkgmetadata>
|
|
@ -1,38 +0,0 @@
|
|||||||
# Copyright 1999-2018 Gentoo Foundation
|
|
||||||
# Distributed under the terms of the GNU General Public License v2
|
|
||||||
|
|
||||||
EAPI=7
|
|
||||||
PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
|
|
||||||
PYTHON_REQ_USE="readline"
|
|
||||||
|
|
||||||
inherit distutils-r1
|
|
||||||
|
|
||||||
DESCRIPTION="Python WhatsApp library and CLI client"
|
|
||||||
HOMEPAGE="https://github.com/tgalal/yowsup"
|
|
||||||
|
|
||||||
if [[ "${PV}" == *9999 ]]
|
|
||||||
then
|
|
||||||
inherit git-r3
|
|
||||||
EGIT_REPO_URI="https://github.com/tgalal/${PN}.git"
|
|
||||||
KEYWORDS=""
|
|
||||||
else
|
|
||||||
SRC_URI="https://github.com/tgalal/yowsup/archive/v${PV}.tar.gz -> ${P}.tar.gz"
|
|
||||||
KEYWORDS="~amd64 ~x86"
|
|
||||||
fi
|
|
||||||
|
|
||||||
LICENSE="GPL-3"
|
|
||||||
SLOT="0"
|
|
||||||
IUSE=""
|
|
||||||
|
|
||||||
RDEPEND=">=dev-python/python-axolotl-0.1.39[${PYTHON_USEDEP}]
|
|
||||||
dev-python/python-dateutil[${PYTHON_USEDEP}]
|
|
||||||
dev-python/pillow[${PYTHON_USEDEP}]
|
|
||||||
dev-python/configargparse[${PYTHON_USEDEP}]
|
|
||||||
dev-libs/protobuf
|
|
||||||
dev-python/pycryptodome[${PYTHON_USEDEP}]
|
|
||||||
dev-python/python-axolotl-curve25519[${PYTHON_USEDEP}]
|
|
||||||
dev-python/six[${PYTHON_USEDEP}]"
|
|
||||||
DEPEND="${RDEPEND}
|
|
||||||
dev-python/setuptools[${PYTHON_USEDEP}]"
|
|
||||||
|
|
||||||
DOCS=( README.md )
|
|
@ -1,38 +0,0 @@
|
|||||||
# Copyright 1999-2018 Gentoo Foundation
|
|
||||||
# Distributed under the terms of the GNU General Public License v2
|
|
||||||
|
|
||||||
EAPI=7
|
|
||||||
PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
|
|
||||||
PYTHON_REQ_USE="readline"
|
|
||||||
|
|
||||||
inherit distutils-r1
|
|
||||||
|
|
||||||
DESCRIPTION="Python WhatsApp library and CLI client"
|
|
||||||
HOMEPAGE="https://github.com/tgalal/yowsup"
|
|
||||||
|
|
||||||
if [[ "${PV}" == *9999 ]]
|
|
||||||
then
|
|
||||||
inherit git-r3
|
|
||||||
EGIT_REPO_URI="https://github.com/tgalal/${PN}.git"
|
|
||||||
KEYWORDS=""
|
|
||||||
else
|
|
||||||
SRC_URI="https://github.com/tgalal/yowsup/archive/v${PV}.tar.gz -> ${P}.tar.gz"
|
|
||||||
KEYWORDS="~amd64 ~x86"
|
|
||||||
fi
|
|
||||||
|
|
||||||
LICENSE="GPL-3"
|
|
||||||
SLOT="0"
|
|
||||||
IUSE=""
|
|
||||||
|
|
||||||
RDEPEND=">=dev-python/python-axolotl-0.1.39[${PYTHON_USEDEP}]
|
|
||||||
dev-python/python-dateutil[${PYTHON_USEDEP}]
|
|
||||||
dev-python/pillow[${PYTHON_USEDEP}]
|
|
||||||
dev-python/configargparse[${PYTHON_USEDEP}]
|
|
||||||
dev-libs/protobuf
|
|
||||||
dev-python/pycryptodome[${PYTHON_USEDEP}]
|
|
||||||
dev-python/python-axolotl-curve25519[${PYTHON_USEDEP}]
|
|
||||||
dev-python/six[${PYTHON_USEDEP}]"
|
|
||||||
DEPEND="${RDEPEND}
|
|
||||||
dev-python/setuptools[${PYTHON_USEDEP}]"
|
|
||||||
|
|
||||||
DOCS=( README.md )
|
|
Loading…
Reference in New Issue
Block a user