commit: 7b1acdd0f32f6a37741fc32175f4de48e3df61d1 Author: Conrad Kostecki <conikost <AT> gentoo <DOT> org> AuthorDate: Tue Nov 3 07:55:46 2020 +0000 Commit: Conrad Kostecki <conikost <AT> gentoo <DOT> org> CommitDate: Tue Nov 3 08:20:56 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7b1acdd0
net-im/transwhat: drop old version Package-Manager: Portage-3.0.8, Repoman-3.0.2 Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org> net-im/transwhat/transwhat-0.2.2_p20190426.ebuild | 38 ----------------------- 1 file changed, 38 deletions(-) diff --git a/net-im/transwhat/transwhat-0.2.2_p20190426.ebuild b/net-im/transwhat/transwhat-0.2.2_p20190426.ebuild deleted file mode 100644 index 52606932153..00000000000 --- a/net-im/transwhat/transwhat-0.2.2_p20190426.ebuild +++ /dev/null @@ -1,38 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -DISTUTILS_USE_SETUPTOOLS="bdepend" -EGIT_COMMIT="d022243f6c7b23674d3c87a09819f00b10df1165" -PYTHON_COMPAT=( python3_{6..9} ) - -inherit distutils-r1 - -DESCRIPTION="A WhatsApp XMPP Gateway based on Spectrum 2 and Yowsup 3" -HOMEPAGE="https://github.com/stv0g/transwhat" -SRC_URI="https://github.com/stv0g/transwhat/archive/${EGIT_COMMIT}.tar.gz -> ${P}.tar.gz" - -LICENSE="GPL-3+" -SLOT="0" -KEYWORDS="amd64 x86" - -RDEPEND=" - dev-python/protobuf-python[${PYTHON_USEDEP}] - dev-python/pyspectrum2[${PYTHON_USEDEP}] - dev-python/python-dateutil[${PYTHON_USEDEP}] - net-im/yowsup[${PYTHON_USEDEP}] -" - -DEPEND="${RDEPEND}" - -S="${WORKDIR}/${PN}-${EGIT_COMMIT}" - -DOCS=( "INSTALL.rst" "README.rst" "USAGE.rst" ) - -src_prepare() { - default - - # Spectrum2 must be lower case - sed -e 's/Spectrum2/spectrum2/g' -i transWhat/{buddy,group,registersession,session,transwhat,whatsappbackend}.py || die -}