=== removed directory 'dev-python/corotwine' === removed file 'dev-python/corotwine/Manifest' --- dev-python/corotwine/Manifest 2015-02-17 14:06:46 +0000 +++ dev-python/corotwine/Manifest 1970-01-01 00:00:00 +0000 @@ -1,2 +0,0 @@ -DIST Corotwine-0.2.tar.gz 10218 SHA256 0ec9f0987442fdd87fd4c54312a1c4f23bacaf1e5aa8098742504fc747c34a76 SHA512 73a09a38604f729ef5298e6ee54740bb5c418e4905bf7adb0ba173cee2fb9678d887366c31e5236cba8c7fca4f3d1f7147f6b9ab52e1b919a56e210cb4990d69 WHIRLPOOL 3738da713c2f2a859b9e12b427824a24783f023c36d9740dcebead234c5c3704711ebdb6e78911f811f519733e47a8b90be4242a2a25a0b46541b5d1e8d19bbc -EBUILD corotwine-0.2.ebuild 591 SHA256 2c10333e45b115bc1885c5303a554eba157b6138dc66975a035e5289ed9e6171 SHA512 b63d670db97920133cbab03e2d6b191296e980227520479052a312392bb69b4f33b9fd18d652e4394ff44461d7bd87b1d53ff1c8ee7e30984240df80d7011e6e WHIRLPOOL 06b11dad6c21031261995e1e114c0f2284506eb3c099258ae969bbf7d88ba85c580bb241104c0acc4afea3e1405e4be9bb85c6a4d2994a7a94602f42ae35f425 === removed file 'dev-python/corotwine/corotwine-0.2.ebuild' --- dev-python/corotwine/corotwine-0.2.ebuild 2015-02-17 14:06:46 +0000 +++ dev-python/corotwine/corotwine-0.2.ebuild 1970-01-01 00:00:00 +0000 @@ -1,28 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ -# Ebuild generated by g-pypi 0.3 - -EAPI="3" -SUPPORT_PYTHON_ABIS="1" -PYTHON_DEPEND="2" -RESTRICT_PYTHON_ABIS="3.*" - -inherit distutils - -MY_PN="Corotwine" -MY_P="${MY_PN}-${PV}" - -DESCRIPTION="Coroutines for Twisted" -HOMEPAGE="https://github.com/radix/corotwine" -SRC_URI="https://launchpad.net/corotwine/trunk/$PV/+download/${MY_P}.tar.gz" - -LICENSE="MIT" -KEYWORDS="~amd64" -SLOT="0" -IUSE="" - -RDEPEND=">=dev-python/twisted-core-8.1.0 - dev-python/greenlet" - -S="${WORKDIR}/${MY_P}"