From 8b143ddb579e4874cb9ca2c8672eef727964bd4f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karel=20Ko=C4=8D=C3=AD?= Date: Sat, 27 Jan 2018 00:26:01 +0100 Subject: Even more fixes --- dev-python/ruamel_yaml/ruamel_yaml-0.15.35.ebuild | 26 ----------------------- 1 file changed, 26 deletions(-) delete mode 100644 dev-python/ruamel_yaml/ruamel_yaml-0.15.35.ebuild (limited to 'dev-python/ruamel_yaml/ruamel_yaml-0.15.35.ebuild') diff --git a/dev-python/ruamel_yaml/ruamel_yaml-0.15.35.ebuild b/dev-python/ruamel_yaml/ruamel_yaml-0.15.35.ebuild deleted file mode 100644 index 7a1ecd6..0000000 --- a/dev-python/ruamel_yaml/ruamel_yaml-0.15.35.ebuild +++ /dev/null @@ -1,26 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 -PYTHON_COMPAT=( python3_{4,5,6} ) -inherit distutils-r1 -DESCRIPTION="YAML parser/emitter" -HOMEPAGE="https://bitbucket.org/ruamel/yaml" -LICENSE="MIT" -SLOT="0" -KEYWORDS="amd64 ~x86" -IUSE="" - -if [ "${PV}" == "9999" ]; then - inherit git-r3 - EGIT_REPO_URI="https://bitbucket.org/ruamel/yaml" -else - SRC_URI="https://bitbucket.org/ruamel/yaml/get/${PV}.tar.gz" -fi - -DEPEND="" -RDEPEND="" - -src_install() { - distutils-r1_src_install -} -- cgit v1.2.3