diff options
author | Manuel Rüger <mrueg@gentoo.org> | 2015-03-27 22:51:26 +0000 |
---|---|---|
committer | Manuel Rüger <mrueg@gentoo.org> | 2015-03-27 22:51:26 +0000 |
commit | b3c315ec00cd9346388cfe05b6de625f50ad542b (patch) | |
tree | 09480ee605d6cd54f9f0102571959409983b11d9 /dev-python/logilab-constraint | |
parent | Remove old. (diff) | |
download | gentoo-2-b3c315ec00cd9346388cfe05b6de625f50ad542b.tar.gz gentoo-2-b3c315ec00cd9346388cfe05b6de625f50ad542b.tar.bz2 gentoo-2-b3c315ec00cd9346388cfe05b6de625f50ad542b.zip |
Remove old.
(Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key )
Diffstat (limited to 'dev-python/logilab-constraint')
-rw-r--r-- | dev-python/logilab-constraint/ChangeLog | 5 | ||||
-rw-r--r-- | dev-python/logilab-constraint/logilab-constraint-0.4.0.ebuild | 42 |
2 files changed, 4 insertions, 43 deletions
diff --git a/dev-python/logilab-constraint/ChangeLog b/dev-python/logilab-constraint/ChangeLog index 81ea91b1aed6..228cb2d8785f 100644 --- a/dev-python/logilab-constraint/ChangeLog +++ b/dev-python/logilab-constraint/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/logilab-constraint # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/logilab-constraint/ChangeLog,v 1.15 2015/03/08 23:53:03 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/logilab-constraint/ChangeLog,v 1.16 2015/03/27 22:51:26 mrueg Exp $ + + 27 Mar 2015; Manuel Rüger <mrueg@gentoo.org> -logilab-constraint-0.4.0.ebuild: + Remove old. 08 Mar 2015; Pacho Ramos <pacho@gentoo.org> logilab-constraint-0.5.0-r1.ebuild: diff --git a/dev-python/logilab-constraint/logilab-constraint-0.4.0.ebuild b/dev-python/logilab-constraint/logilab-constraint-0.4.0.ebuild deleted file mode 100644 index 13eb4abd491d..000000000000 --- a/dev-python/logilab-constraint/logilab-constraint-0.4.0.ebuild +++ /dev/null @@ -1,42 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/logilab-constraint/logilab-constraint-0.4.0.ebuild,v 1.9 2012/08/27 15:23:30 floppym Exp $ - -EAPI="3" -PYTHON_DEPEND="2" -SUPPORT_PYTHON_ABIS="1" -RESTRICT_PYTHON_ABIS="3.*" - -inherit distutils - -MY_P="${P#logilab-}" -DESCRIPTION="A finite domain constraints solver written in 100% pure Python" -HOMEPAGE="http://www.logilab.org/project/logilab-constraint" -SRC_URI="ftp://ftp.logilab.org/pub/constraint/${MY_P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~sparc ~x86" -IUSE="doc" - -DEPEND="" -RDEPEND=">=dev-python/logilab-common-0.12.0" - -DOCS="doc/CONTRIBUTORS" -PYTHON_MODNAME="logilab/constraint" - -src_install() { - distutils_src_install - - delete_unneeded_files() { - # Avoid collisions with dev-python/logilab-common. - rm -f "${ED}$(python_get_sitedir)/logilab/__init__.py" - } - python_execute_function -q delete_unneeded_files - - if use doc; then - dohtml doc/documentation.html - insinto /usr/share/doc/${PF} - doins -r examples - fi -} |