From ed40676841e317a2aafa04c4c804bb6043864740 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Fri, 26 Feb 2016 23:50:05 +0000 Subject: repo cleanup...drop old ebuilds, drop ebuilds already in portage tree --- dev-python/pytox/pytox-9999.ebuild | 28 ---------------------------- 1 file changed, 28 deletions(-) delete mode 100644 dev-python/pytox/pytox-9999.ebuild (limited to 'dev-python/pytox/pytox-9999.ebuild') diff --git a/dev-python/pytox/pytox-9999.ebuild b/dev-python/pytox/pytox-9999.ebuild deleted file mode 100644 index bd756139..00000000 --- a/dev-python/pytox/pytox-9999.ebuild +++ /dev/null @@ -1,28 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -EAPI="5" -PYTHON_COMPAT=( python{2_7,3_3} ) - -inherit distutils-r1 eutils - -if [[ ${PV} == "9999" ]] ; then - inherit git-2 - EGIT_REPO_URI="https://github.com/aitjcize/PyTox.git" -else - SRC_URI="https://github.com/aitjcize/PyTox/archive/${PV}.tar.gz" - KEYWORDS="~amd64 ~x86" -fi - -DESCRIPTION="Python bindings for the Tox library" -HOMEPAGE="https://github.com/aitjcize/PyTox" -LICENSE="GPL-2" -SLOT="0" - -RDEPEND="net-libs/tox" -DEPEND="${RDEPEND}" - -src_prepare() { - epatch_user -} -- cgit v1.2.3