public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-python/lp_solve: lp_solve-5.5.2.0-r1.ebuild ChangeLog
@ 2013-02-27 19:00 Sebastien Fabbro (bicatali)
  0 siblings, 0 replies; 5+ messages in thread
From: Sebastien Fabbro (bicatali) @ 2013-02-27 19:00 UTC (permalink / raw
  To: gentoo-commits

bicatali    13/02/27 19:00:41

  Modified:             ChangeLog
  Added:                lp_solve-5.5.2.0-r1.ebuild
  Log:
  Switch to python-r1
  
  (Portage version: 2.2.01.21688-prefix/cvs/Linux x86_64, signed Manifest commit with key 0x13CB1360)

Revision  Changes    Path
1.4                  dev-python/lp_solve/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/lp_solve/ChangeLog?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/lp_solve/ChangeLog?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/lp_solve/ChangeLog?r1=1.3&r2=1.4

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/lp_solve/ChangeLog,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- ChangeLog	9 Jul 2012 17:20:49 -0000	1.3
+++ ChangeLog	27 Feb 2013 19:00:40 -0000	1.4
@@ -1,6 +1,12 @@
 # ChangeLog for dev-python/lp_solve
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/lp_solve/ChangeLog,v 1.3 2012/07/09 17:20:49 bicatali Exp $
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-python/lp_solve/ChangeLog,v 1.4 2013/02/27 19:00:40 bicatali Exp $
+
+*lp_solve-5.5.2.0-r1 (27 Feb 2013)
+
+  27 Feb 2013; Sébastien Fabbro <bicatali@gentoo.org>
+  +lp_solve-5.5.2.0-r1.ebuild:
+  Switch to python-r1
 
   09 Jul 2012; Sébastien Fabbro <bicatali@gentoo.org> lp_solve-5.5.2.0.ebuild:
   keyword amd64-linux and x86-linux



1.1                  dev-python/lp_solve/lp_solve-5.5.2.0-r1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/lp_solve/lp_solve-5.5.2.0-r1.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/lp_solve/lp_solve-5.5.2.0-r1.ebuild?rev=1.1&content-type=text/plain

Index: lp_solve-5.5.2.0-r1.ebuild
===================================================================
# Copyright 1999-2013 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-r1.ebuild,v 1.1 2013/02/27 19:00:40 bicatali Exp $

EAPI=5

PYTHON_COMPAT=( python{2_5,2_6,2_7} )

inherit distutils-r1 eutils

DESCRIPTION="Python wrappers for lpsolve linear programming library"
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[${PYTHON_USEDEP}]
	sci-mathematics/lpsolve"
DEPEND="${RDEPEND}
	dev-python/setuptools[${PYTHON_USEDEP}]"

S="${WORKDIR}/${PN}_5.5/extra/Python/"

PATCHES=( "${FILESDIR}"/${P}-setup.patch )

python_test() {
	PYTHONPATH="$(ls -d ${BUILD_DIR}/lib.*)" "${EPYTHON}" lpdemo.py || die
}

src_install() {
	distutils-r1_src_install
	dodoc changes
	use doc && dohtml Python.htm
	insinto /usr/share/doc/${PF}/examples
	use examples && doins ex*py
}





^ permalink raw reply	[flat|nested] 5+ messages in thread

* [gentoo-commits] gentoo-x86 commit in dev-python/lp_solve: lp_solve-5.5.2.0-r1.ebuild ChangeLog
@ 2013-07-15  9:04 Ian Delaney (idella4)
  0 siblings, 0 replies; 5+ messages in thread
From: Ian Delaney (idella4) @ 2013-07-15  9:04 UTC (permalink / raw
  To: gentoo-commits

idella4     13/07/15 09:04:44

  Modified:             lp_solve-5.5.2.0-r1.ebuild ChangeLog
  Log:
  Minor refinements
  
  (Portage version: 2.1.11.63/cvs/Linux x86_64, signed Manifest commit with key 0xB8072B0D)

Revision  Changes    Path
1.2                  dev-python/lp_solve/lp_solve-5.5.2.0-r1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/lp_solve/lp_solve-5.5.2.0-r1.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/lp_solve/lp_solve-5.5.2.0-r1.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/lp_solve/lp_solve-5.5.2.0-r1.ebuild?r1=1.1&r2=1.2

Index: lp_solve-5.5.2.0-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/lp_solve/lp_solve-5.5.2.0-r1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- lp_solve-5.5.2.0-r1.ebuild	27 Feb 2013 19:00:40 -0000	1.1
+++ lp_solve-5.5.2.0-r1.ebuild	15 Jul 2013 09:04:44 -0000	1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2013 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-r1.ebuild,v 1.1 2013/02/27 19:00:40 bicatali Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/lp_solve/lp_solve-5.5.2.0-r1.ebuild,v 1.2 2013/07/15 09:04:44 idella4 Exp $
 
 EAPI=5
 
@@ -27,14 +27,22 @@
 
 PATCHES=( "${FILESDIR}"/${P}-setup.patch )
 
+python_prepare_all() {
+	if use examples; then
+		mkdir examples || die
+		mv ex*py examples || die
+	fi
+	distutils-r1_python_prepare_all	
+}
+
 python_test() {
-	PYTHONPATH="$(ls -d ${BUILD_DIR}/lib.*)" "${EPYTHON}" lpdemo.py || die
+	"${PYTHON}" lpdemo.py || die
 }
 
-src_install() {
-	distutils-r1_src_install
+python_install_all() {
 	dodoc changes
 	use doc && dohtml Python.htm
-	insinto /usr/share/doc/${PF}/examples
-	use examples && doins ex*py
+	use examples && local EXAMPLES=( examples/. )
+
+	distutils-r1_python_install_all
 }



1.5                  dev-python/lp_solve/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/lp_solve/ChangeLog?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/lp_solve/ChangeLog?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/lp_solve/ChangeLog?r1=1.4&r2=1.5

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/lp_solve/ChangeLog,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- ChangeLog	27 Feb 2013 19:00:40 -0000	1.4
+++ ChangeLog	15 Jul 2013 09:04:44 -0000	1.5
@@ -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.4 2013/02/27 19:00:40 bicatali Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/lp_solve/ChangeLog,v 1.5 2013/07/15 09:04:44 idella4 Exp $
+
+  15 Jul 2013; Ian Delaney <idella4@gentoo.org> lp_solve-5.5.2.0-r1.ebuild:
+  Minor refinements
 
 *lp_solve-5.5.2.0-r1 (27 Feb 2013)
 





^ permalink raw reply	[flat|nested] 5+ messages in thread

* [gentoo-commits] gentoo-x86 commit in dev-python/lp_solve: lp_solve-5.5.2.0-r1.ebuild ChangeLog
@ 2013-08-14 11:21 Patrick Lauer (patrick)
  0 siblings, 0 replies; 5+ messages in thread
From: Patrick Lauer (patrick) @ 2013-08-14 11:21 UTC (permalink / raw
  To: gentoo-commits

patrick     13/08/14 11:21:02

  Modified:             lp_solve-5.5.2.0-r1.ebuild ChangeLog
  Log:
  Whitespace
  
  (Portage version: 2.2.0_alpha196/cvs/Linux x86_64, unsigned Manifest commit)

Revision  Changes    Path
1.3                  dev-python/lp_solve/lp_solve-5.5.2.0-r1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/lp_solve/lp_solve-5.5.2.0-r1.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/lp_solve/lp_solve-5.5.2.0-r1.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/lp_solve/lp_solve-5.5.2.0-r1.ebuild?r1=1.2&r2=1.3

Index: lp_solve-5.5.2.0-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/lp_solve/lp_solve-5.5.2.0-r1.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- lp_solve-5.5.2.0-r1.ebuild	15 Jul 2013 09:04:44 -0000	1.2
+++ lp_solve-5.5.2.0-r1.ebuild	14 Aug 2013 11:21:02 -0000	1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2013 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-r1.ebuild,v 1.2 2013/07/15 09:04:44 idella4 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/lp_solve/lp_solve-5.5.2.0-r1.ebuild,v 1.3 2013/08/14 11:21:02 patrick Exp $
 
 EAPI=5
 
@@ -32,7 +32,7 @@
 		mkdir examples || die
 		mv ex*py examples || die
 	fi
-	distutils-r1_python_prepare_all	
+	distutils-r1_python_prepare_all
 }
 
 python_test() {



1.6                  dev-python/lp_solve/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/lp_solve/ChangeLog?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/lp_solve/ChangeLog?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/lp_solve/ChangeLog?r1=1.5&r2=1.6

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/lp_solve/ChangeLog,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- ChangeLog	15 Jul 2013 09:04:44 -0000	1.5
+++ ChangeLog	14 Aug 2013 11:21:02 -0000	1.6
@@ -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.5 2013/07/15 09:04:44 idella4 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/lp_solve/ChangeLog,v 1.6 2013/08/14 11:21:02 patrick Exp $
+
+  14 Aug 2013; Patrick Lauer <patrick@gentoo.org> lp_solve-5.5.2.0-r1.ebuild:
+  Whitespace
 
   15 Jul 2013; Ian Delaney <idella4@gentoo.org> lp_solve-5.5.2.0-r1.ebuild:
   Minor refinements





^ permalink raw reply	[flat|nested] 5+ messages in thread

* [gentoo-commits] gentoo-x86 commit in dev-python/lp_solve: lp_solve-5.5.2.0-r1.ebuild ChangeLog
@ 2013-09-05 18:46 Michal Gorny (mgorny)
  0 siblings, 0 replies; 5+ messages in thread
From: Michal Gorny (mgorny) @ 2013-09-05 18:46 UTC (permalink / raw
  To: gentoo-commits

mgorny      13/09/05 18:46:42

  Modified:             lp_solve-5.5.2.0-r1.ebuild ChangeLog
  Log:
  Clean up PYTHON_COMPAT from old implementations.
  
  (Portage version: 2.2.1/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)

Revision  Changes    Path
1.4                  dev-python/lp_solve/lp_solve-5.5.2.0-r1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/lp_solve/lp_solve-5.5.2.0-r1.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/lp_solve/lp_solve-5.5.2.0-r1.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/lp_solve/lp_solve-5.5.2.0-r1.ebuild?r1=1.3&r2=1.4

Index: lp_solve-5.5.2.0-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/lp_solve/lp_solve-5.5.2.0-r1.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- lp_solve-5.5.2.0-r1.ebuild	14 Aug 2013 11:21:02 -0000	1.3
+++ lp_solve-5.5.2.0-r1.ebuild	5 Sep 2013 18:46:42 -0000	1.4
@@ -1,10 +1,10 @@
 # Copyright 1999-2013 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-r1.ebuild,v 1.3 2013/08/14 11:21:02 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/lp_solve/lp_solve-5.5.2.0-r1.ebuild,v 1.4 2013/09/05 18:46:42 mgorny Exp $
 
 EAPI=5
 
-PYTHON_COMPAT=( python{2_5,2_6,2_7} )
+PYTHON_COMPAT=( python{2_6,2_7} )
 
 inherit distutils-r1 eutils
 



1.7                  dev-python/lp_solve/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/lp_solve/ChangeLog?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/lp_solve/ChangeLog?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/lp_solve/ChangeLog?r1=1.6&r2=1.7

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/lp_solve/ChangeLog,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- ChangeLog	14 Aug 2013 11:21:02 -0000	1.6
+++ ChangeLog	5 Sep 2013 18:46:42 -0000	1.7
@@ -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.6 2013/08/14 11:21:02 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/lp_solve/ChangeLog,v 1.7 2013/09/05 18:46:42 mgorny Exp $
+
+  05 Sep 2013; Michał Górny <mgorny@gentoo.org> lp_solve-5.5.2.0-r1.ebuild:
+  Clean up PYTHON_COMPAT from old implementations.
 
   14 Aug 2013; Patrick Lauer <patrick@gentoo.org> lp_solve-5.5.2.0-r1.ebuild:
   Whitespace





^ permalink raw reply	[flat|nested] 5+ messages in thread

* [gentoo-commits] gentoo-x86 commit in dev-python/lp_solve: lp_solve-5.5.2.0-r1.ebuild ChangeLog
@ 2015-04-08  8:05 Michal Gorny (mgorny)
  0 siblings, 0 replies; 5+ messages in thread
From: Michal Gorny (mgorny) @ 2015-04-08  8:05 UTC (permalink / raw
  To: gentoo-commits

mgorny      15/04/08 08:05:00

  Modified:             lp_solve-5.5.2.0-r1.ebuild ChangeLog
  Log:
  Drop old Python implementations
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)

Revision  Changes    Path
1.5                  dev-python/lp_solve/lp_solve-5.5.2.0-r1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/lp_solve/lp_solve-5.5.2.0-r1.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/lp_solve/lp_solve-5.5.2.0-r1.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/lp_solve/lp_solve-5.5.2.0-r1.ebuild?r1=1.4&r2=1.5

Index: lp_solve-5.5.2.0-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/lp_solve/lp_solve-5.5.2.0-r1.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- lp_solve-5.5.2.0-r1.ebuild	5 Sep 2013 18:46:42 -0000	1.4
+++ lp_solve-5.5.2.0-r1.ebuild	8 Apr 2015 08:05:00 -0000	1.5
@@ -1,10 +1,10 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2015 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-r1.ebuild,v 1.4 2013/09/05 18:46:42 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/lp_solve/lp_solve-5.5.2.0-r1.ebuild,v 1.5 2015/04/08 08:05:00 mgorny Exp $
 
 EAPI=5
 
-PYTHON_COMPAT=( python{2_6,2_7} )
+PYTHON_COMPAT=( python2_7 )
 
 inherit distutils-r1 eutils
 



1.9                  dev-python/lp_solve/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/lp_solve/ChangeLog?rev=1.9&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/lp_solve/ChangeLog?rev=1.9&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/lp_solve/ChangeLog?r1=1.8&r2=1.9

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/lp_solve/ChangeLog,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- ChangeLog	8 Mar 2015 13:49:28 -0000	1.8
+++ ChangeLog	8 Apr 2015 08:05:00 -0000	1.9
@@ -1,6 +1,9 @@
 # ChangeLog for dev-python/lp_solve
 # 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 $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/lp_solve/ChangeLog,v 1.9 2015/04/08 08:05:00 mgorny Exp $
+
+  08 Apr 2015; Michał Górny <mgorny@gentoo.org> lp_solve-5.5.2.0-r1.ebuild:
+  Drop old Python implementations
 
   08 Mar 2015; Manuel Rüger <mrueg@gentoo.org> -lp_solve-5.5.2.0.ebuild:
   Remove old.





^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2015-04-08  8:06 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-08-14 11:21 [gentoo-commits] gentoo-x86 commit in dev-python/lp_solve: lp_solve-5.5.2.0-r1.ebuild ChangeLog Patrick Lauer (patrick)
  -- strict thread matches above, loose matches on Subject: below --
2015-04-08  8:05 Michal Gorny (mgorny)
2013-09-05 18:46 Michal Gorny (mgorny)
2013-07-15  9:04 Ian Delaney (idella4)
2013-02-27 19:00 Sebastien Fabbro (bicatali)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox