commit:     5d49ebf7fe9cef8e5a66927ab5f7a574c91208ef
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Tue May  2 17:20:42 2017 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Tue May  2 17:43:44 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5d49ebf7

dev-python/txgithub: Clean old versions up

 dev-python/txgithub/txgithub-15.0.0.ebuild | 23 -----------------------
 1 file changed, 23 deletions(-)

diff --git a/dev-python/txgithub/txgithub-15.0.0.ebuild 
b/dev-python/txgithub/txgithub-15.0.0.ebuild
deleted file mode 100644
index 31253517719..00000000000
--- a/dev-python/txgithub/txgithub-15.0.0.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-PYTHON_COMPAT=( python2_7 )
-
-inherit eutils distutils-r1
-
-DESCRIPTION="GitHub API client implemented using Twisted"
-HOMEPAGE="https://github.com/tomprince/txgithub 
https://pypi.python.org/pypi/txgithub";
-SRC_URI="https://github.com/tomprince/${PN}/archive/${PV}.tar.gz -> 
${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE="test"
-
-RDEPEND="
-       >=dev-python/twisted-core-12.3.0[${PYTHON_USEDEP}]
-       >=dev-python/twisted-web-12.3.0[${PYTHON_USEDEP}]
-       dev-python/pyopenssl[${PYTHON_USEDEP}]
-"
-DEPEND="${RDEPEND}"

Reply via email to