diff options
author | Manuel Rüger <mrueg@gentoo.org> | 2015-03-08 13:49:28 +0000 |
---|---|---|
committer | Manuel Rüger <mrueg@gentoo.org> | 2015-03-08 13:49:28 +0000 |
commit | 679835df9248331443db0dd57a332c0c2fd94de4 (patch) | |
tree | cfbb322346fadcc1da2d6463dfeb9841cb5c5f97 /dev-python/lp_solve | |
parent | Remove old. (diff) | |
download | gentoo-2-679835df9248331443db0dd57a332c0c2fd94de4.tar.gz gentoo-2-679835df9248331443db0dd57a332c0c2fd94de4.tar.bz2 gentoo-2-679835df9248331443db0dd57a332c0c2fd94de4.zip |
Remove old.
(Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key )
Diffstat (limited to 'dev-python/lp_solve')
-rw-r--r-- | dev-python/lp_solve/ChangeLog | 7 | ||||
-rw-r--r-- | dev-python/lp_solve/lp_solve-5.5.2.0.ebuild | 46 |
2 files changed, 5 insertions, 48 deletions
diff --git a/dev-python/lp_solve/ChangeLog b/dev-python/lp_solve/ChangeLog index 454b6fe7168f..1e42426799b2 100644 --- a/dev-python/lp_solve/ChangeLog +++ b/dev-python/lp_solve/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/lp_solve -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/lp_solve/ChangeLog,v 1.7 2013/09/05 18:46:42 mgorny Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-python/lp_solve/ChangeLog,v 1.8 2015/03/08 13:49:28 mrueg Exp $ + + 08 Mar 2015; Manuel Rüger <mrueg@gentoo.org> -lp_solve-5.5.2.0.ebuild: + Remove old. 05 Sep 2013; Michał Górny <mgorny@gentoo.org> lp_solve-5.5.2.0-r1.ebuild: Clean up PYTHON_COMPAT from old implementations. diff --git a/dev-python/lp_solve/lp_solve-5.5.2.0.ebuild b/dev-python/lp_solve/lp_solve-5.5.2.0.ebuild deleted file mode 100644 index 90a889f69ed7..000000000000 --- a/dev-python/lp_solve/lp_solve-5.5.2.0.ebuild +++ /dev/null @@ -1,46 +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/lp_solve/lp_solve-5.5.2.0.ebuild,v 1.3 2012/07/09 17:20:49 bicatali Exp $ - -EAPI=4 - -SUPPORT_PYTHON_ABIS=1 -RESTRICT_PYTHON_ABIS="2.4 3* 2.7-pypy-* *-jython" - -inherit distutils eutils - -DESCRIPTION="Python wrappers for lpsolve" -HOMEPAGE="http://lpsolve.sourceforge.net/5.5/Python.htm" -SRC_URI="mirror://sourceforge/lpsolve/${PN}_${PV}_Python_source.tar.gz" - -LICENSE="LGPL-2.1" -SLOT="0" -KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" -IUSE="doc examples" - -RDEPEND="dev-python/numpy - sci-mathematics/lpsolve" -DEPEND="${RDEPEND} - dev-python/setuptools" - -S="${WORKDIR}/${PN}_5.5/extra/Python/" - -src_prepare(){ - epatch "${FILESDIR}"/${P}-setup.patch -} - -src_test() { - testing() { - PYTHONPATH="$(ls -d build-${PYTHON_ABI}/lib.*)" \ - "$(PYTHON)" lpdemo.py - } - python_execute_function testing -} - -src_install() { - distutils_src_install - dodoc changes - use doc && dohtml Python.htm - insinto /usr/share/doc/${PF}/examples - use examples && doins ex*py -} |