commit:     5ba605ad5d30b69dd3e5084dfb0ef24db034ce4a
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Oct 20 21:08:54 2018 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Oct 20 21:12:02 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5ba605ad

dev-python/logilab-constraint: Remove last-rited pkg

Closes: https://bugs.gentoo.org/666152
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 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 -----
 profiles/package.mask                              |  1 -
 5 files changed, 80 deletions(-)

diff --git a/dev-python/logilab-constraint/Manifest 
b/dev-python/logilab-constraint/Manifest
deleted file mode 100644
index fa7a26073e7..00000000000
--- 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 500b9772df7..00000000000
--- 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 45fdab0c6cf..00000000000
--- 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 7f4f33c6dbc..00000000000
--- a/dev-python/logilab-constraint/metadata.xml
+++ /dev/null
@@ -1,8 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd";>
-<pkgmetadata>
-       <maintainer type="project">
-               <email>pyt...@gentoo.org</email>
-               <name>Python</name>
-       </maintainer>
-</pkgmetadata>

diff --git a/profiles/package.mask b/profiles/package.mask
index a58cd84adc0..a3e6527733e 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -161,7 +161,6 @@ dev-python/tinydb
 # the dep looks completely mistaken.  Bug #666152.
 app-vim/python-mode
 dev-python/astng
-dev-python/logilab-constraint
 
 # Mike Gilbert <flop...@gentoo.org> (16 Sep 2018)
 # Dev channel releases are only for people who are developers or want more

Reply via email to