From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id B20A01384B8 for ; Tue, 15 Jan 2013 15:27:27 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E1D9921C027; Tue, 15 Jan 2013 15:27:26 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id DC8E721C02E for ; Tue, 15 Jan 2013 15:27:25 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id C4EC033DADD for ; Tue, 15 Jan 2013 15:27:24 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 647D3E407D for ; Tue, 15 Jan 2013 15:27:23 +0000 (UTC) From: "Justin Lecher" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Justin Lecher" Message-ID: <1358168930.504ac0700b4a8a5830c30d4a3675d360e1a5b429.jlec@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: sci-mathematics/pulp/ X-VCS-Repository: proj/sci X-VCS-Files: sci-mathematics/pulp/ChangeLog sci-mathematics/pulp/metadata.xml sci-mathematics/pulp/pulp-1.4.9.ebuild sci-mathematics/pulp/pulp-1.5.3.ebuild X-VCS-Directories: sci-mathematics/pulp/ X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: 504ac0700b4a8a5830c30d4a3675d360e1a5b429 X-VCS-Branch: master Date: Tue, 15 Jan 2013 15:27:23 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 285af160-124a-4e83-9487-964fb54312e3 X-Archives-Hash: cc5054ff26437a1750f7b7b80f02061f commit: 504ac0700b4a8a5830c30d4a3675d360e1a5b429 Author: Justin Lecher gentoo org> AuthorDate: Mon Jan 14 13:08:50 2013 +0000 Commit: Justin Lecher gentoo org> CommitDate: Mon Jan 14 13:08:50 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=504ac070 sci-mathematics/pulp: Move to EAPI=5, distutils-r1.eclass and virtual/pyparsing, #449564; unbundle sci-libs/coinor-cbc Package-Manager: portage-2.2.0_alpha151 --- sci-mathematics/pulp/ChangeLog | 9 ++++++- sci-mathematics/pulp/metadata.xml | 3 +- sci-mathematics/pulp/pulp-1.4.9.ebuild | 41 ------------------------------ sci-mathematics/pulp/pulp-1.5.3.ebuild | 43 ++++++++++++++++++++++++++++++++ 4 files changed, 52 insertions(+), 44 deletions(-) diff --git a/sci-mathematics/pulp/ChangeLog b/sci-mathematics/pulp/ChangeLog index 306cf7d..7f207db 100644 --- a/sci-mathematics/pulp/ChangeLog +++ b/sci-mathematics/pulp/ChangeLog @@ -1,7 +1,14 @@ # ChangeLog for sci-mathematics/pulp -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 # $Header: $ +*pulp-1.5.3 (14 Jan 2013) + + 14 Jan 2013; Justin Lecher -pulp-1.4.9.ebuild, + +pulp-1.5.3.ebuild, metadata.xml: + Move to EAPI=5, distutils-r1.eclass and virtual/pyparsing, #449564; unbundle + sci-libs/coinor-cbc + *pulp-1.4.9 (02 Dec 2011) 02 Dec 2011; Tim Cera +pulp-1.4.9.ebuild, +metadata.xml: diff --git a/sci-mathematics/pulp/metadata.xml b/sci-mathematics/pulp/metadata.xml index 0923903..897aa2e 100644 --- a/sci-mathematics/pulp/metadata.xml +++ b/sci-mathematics/pulp/metadata.xml @@ -1,6 +1,5 @@ - no-herd - + sci diff --git a/sci-mathematics/pulp/pulp-1.4.9.ebuild b/sci-mathematics/pulp/pulp-1.4.9.ebuild deleted file mode 100644 index 1d21097..0000000 --- a/sci-mathematics/pulp/pulp-1.4.9.ebuild +++ /dev/null @@ -1,41 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ -# Ebuild generated by g-pypi 0.1 - -EAPI="3" -PYTHON_DEPEND="2:2.5" -SUPPORT_PYTHON_ABIS="1" - -inherit distutils - -MY_PN="PuLP" -MY_P="${MY_PN}-${PV}" - -DESCRIPTION="A Python linear programming wrapper that creates MPS/LP files, -calls solvers, and presents results." - -HOMEPAGE="http://pulp-or.googlecode.com/" -SRC_URI="mirror://pypi/packages/source/P/PuLP/${MY_P}.tar.gz" - -LICENSE="BSD-2" -KEYWORDS="~amd64" -SLOT="0" -IUSE="examples" - -DEPEND="dev-python/setuptools" -RDEPEND=">=dev-python/pyparsing-1.5.2 - >=sci-mathematics/glpk-4.35 - dev-python/setuptools" - -RESTRICT_PYTHON_ABIS="2.4 3.*" - -S="${WORKDIR}/${MY_P}" - -src_install() { - distutils_src_install - if use examples; then - insinto /usr/share/doc/"${PF}"/ - doins -r examples - fi -} diff --git a/sci-mathematics/pulp/pulp-1.5.3.ebuild b/sci-mathematics/pulp/pulp-1.5.3.ebuild new file mode 100644 index 0000000..6788d05 --- /dev/null +++ b/sci-mathematics/pulp/pulp-1.5.3.ebuild @@ -0,0 +1,43 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=5 + +PYTHON_COMPAT=( python{2_6,2_7} pypy{1_9,2_0} ) + +inherit distutils-r1 + +MY_PN="PuLP" +MY_P="${MY_PN}-${PV}" + +DESCRIPTION="Create MPS/LP files, call solvers, and present results" +HOMEPAGE="http://pulp-or.googlecode.com/" +SRC_URI="mirror://pypi/P/PuLP/${MY_P}.tar.gz" + +LICENSE="BSD-2" +KEYWORDS="~amd64" +SLOT="0" +IUSE="examples" + +DEPEND="dev-python/setuptools" +RDEPEND=" + dev-python/setuptools + sci-libs/coinor-cbc + >=sci-mathematics/glpk-4.35 + virtual/pyparsing" + +S="${WORKDIR}/${MY_P}" + +src_prepare() { + rm -rf ./src/pulp/solverdir/cbc* || die + distutils-r1_src_prepare +} + +src_install() { + distutils-r1_src_install + if use examples; then + insinto /usr/share/doc/"${PF}"/ + doins -r examples + fi +}