From 5ba605ad5d30b69dd3e5084dfb0ef24db034ce4a Mon Sep 17 00:00:00 2001 From: Michał Górny Date: Sat, 20 Oct 2018 23:08:54 +0200 Subject: dev-python/logilab-constraint: Remove last-rited pkg MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Closes: https://bugs.gentoo.org/666152 Signed-off-by: Michał Górny --- dev-python/logilab-constraint/Manifest | 1 - .../logilab-constraint-0.5.0-r1.ebuild | 34 -------------------- .../logilab-constraint-0.5.0-r2.ebuild | 36 ---------------------- dev-python/logilab-constraint/metadata.xml | 8 ----- 4 files changed, 79 deletions(-) delete mode 100644 dev-python/logilab-constraint/Manifest delete mode 100644 dev-python/logilab-constraint/logilab-constraint-0.5.0-r1.ebuild delete mode 100644 dev-python/logilab-constraint/logilab-constraint-0.5.0-r2.ebuild delete mode 100644 dev-python/logilab-constraint/metadata.xml (limited to 'dev-python/logilab-constraint') diff --git a/dev-python/logilab-constraint/Manifest b/dev-python/logilab-constraint/Manifest deleted file mode 100644 index fa7a26073e7e..000000000000 --- a/dev-python/logilab-constraint/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST logilab-constraint-0.5.0.tar.gz 48395 BLAKE2B d08759f5f329f1d155e449e16cb20896ebad9b5f1c946485dd5e66bd8e931608467511b2d2ecbbc8c1d165b3773c95630233b79d96945235ce7c22e7c863a48a SHA512 b1ccc6e7400eacb7c446c1904f5e2b0129104482e312929292c6ca7c9c18bf4e1fa0d0e78fce61527a97e00d85c4e2a5c1bb8cce7c18792cd5d2a295449e435c diff --git a/dev-python/logilab-constraint/logilab-constraint-0.5.0-r1.ebuild b/dev-python/logilab-constraint/logilab-constraint-0.5.0-r1.ebuild deleted file mode 100644 index 500b9772df7f..000000000000 --- a/dev-python/logilab-constraint/logilab-constraint-0.5.0-r1.ebuild +++ /dev/null @@ -1,34 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 -PYTHON_COMPAT=( python2_7 ) - -inherit distutils-r1 - -DESCRIPTION="A finite domain constraints solver written in 100% pure Python" -HOMEPAGE="https://www.logilab.org/project/logilab-constraint" -SRC_URI="ftp://ftp.logilab.org/pub/constraint/${P}.tar.gz" - -LICENSE="LGPL-2.1" -SLOT="0" -KEYWORDS="amd64 sparc x86" -IUSE="doc examples" - -DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]" -RDEPEND="dev-python/logilab-common[${PYTHON_USEDEP}]" - -DOCS=( doc/CONTRIBUTORS ) - -python_install() { - # Avoid collisions with dev-python/logilab-common. - distutils-r1_python_install - rm -f "${D}$(python_get_sitedir)/logilab/__init__.py" || die -} - -python_install_all() { - use doc && dohtml doc/documentation.html - use examples && local EXAMPLES=( examples/. ) - - distutils-r1_python_install_all -} diff --git a/dev-python/logilab-constraint/logilab-constraint-0.5.0-r2.ebuild b/dev-python/logilab-constraint/logilab-constraint-0.5.0-r2.ebuild deleted file mode 100644 index 45fdab0c6cfd..000000000000 --- a/dev-python/logilab-constraint/logilab-constraint-0.5.0-r2.ebuild +++ /dev/null @@ -1,36 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 -PYTHON_COMPAT=( python2_7 ) - -inherit distutils-r1 - -DESCRIPTION="A finite domain constraints solver written in 100% pure Python" -HOMEPAGE="https://www.logilab.org/project/logilab-constraint" -SRC_URI="ftp://ftp.logilab.org/pub/constraint/${P}.tar.gz" - -LICENSE="LGPL-2.1" -SLOT="0" -KEYWORDS="~amd64 ~sparc ~x86" -IUSE="doc examples" - -DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]" -RDEPEND=">=dev-python/logilab-common-1.2.2-r1[${PYTHON_USEDEP}]" - -DOCS=( doc/CONTRIBUTORS ) - -python_install() { - # Avoid collisions with dev-python/logilab-common. - distutils-r1_python_install - rm -f "${D}$(python_get_sitedir)/logilab/__init__.py" || die -} - -python_install_all() { - use doc && dohtml doc/documentation.html - use examples && local EXAMPLES=( examples/. ) - - distutils-r1_python_install_all - - find "${D}" -name '*.pth' -delete || die -} diff --git a/dev-python/logilab-constraint/metadata.xml b/dev-python/logilab-constraint/metadata.xml deleted file mode 100644 index 7f4f33c6dbc9..000000000000 --- a/dev-python/logilab-constraint/metadata.xml +++ /dev/null @@ -1,8 +0,0 @@ - - - - - python@gentoo.org - Python - - -- cgit v1.2.3-65-gdbad