* [gentoo-commits] gentoo-x86 commit in sci-mathematics/lpsolve: lpsolve-5.5.2.0.ebuild ChangeLog
@ 2011-07-26 20:23 Tomas Chvatal (scarabeus)
0 siblings, 0 replies; 6+ messages in thread
From: Tomas Chvatal (scarabeus) @ 2011-07-26 20:23 UTC (permalink / raw
To: gentoo-commits
scarabeus 11/07/26 20:23:42
Modified: lpsolve-5.5.2.0.ebuild ChangeLog
Log:
Fix duplication of the README per bug #376513. Add switch for static libs. Punt .la file for shared lib.
(Portage version: 2.2.0_alpha47/cvs/Linux x86_64)
Revision Changes Path
1.2 sci-mathematics/lpsolve/lpsolve-5.5.2.0.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/lpsolve/lpsolve-5.5.2.0.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/lpsolve/lpsolve-5.5.2.0.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/lpsolve/lpsolve-5.5.2.0.ebuild?r1=1.1&r2=1.2
Index: lpsolve-5.5.2.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-mathematics/lpsolve/lpsolve-5.5.2.0.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- lpsolve-5.5.2.0.ebuild 24 Jul 2011 11:43:57 -0000 1.1
+++ lpsolve-5.5.2.0.ebuild 26 Jul 2011 20:23:42 -0000 1.2
@@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/lpsolve/lpsolve-5.5.2.0.ebuild,v 1.1 2011/07/24 11:43:57 scarabeus Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/lpsolve/lpsolve-5.5.2.0.ebuild,v 1.2 2011/07/26 20:23:42 scarabeus Exp $
EAPI=4
@@ -11,7 +11,19 @@
LICENSE="LGPL-2.1"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux"
-IUSE=""
+IUSE="static-libs"
DEPEND="sci-libs/colamd"
RDEPEND="${DEPEND}"
+
+src_configure() {
+ econf \
+ $(use_enable static-libs static) \
+ --docdir="${EPREFIX}/usr/share/doc/${PF}"
+}
+
+src_install() {
+ default
+ # required because it does not provide .pc file
+ use static-libs || find "${ED}" -name '*.la' -exec rm -f {} +
+}
1.2 sci-mathematics/lpsolve/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/lpsolve/ChangeLog?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/lpsolve/ChangeLog?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/lpsolve/ChangeLog?r1=1.1&r2=1.2
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-mathematics/lpsolve/ChangeLog,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ChangeLog 24 Jul 2011 11:43:57 -0000 1.1
+++ ChangeLog 26 Jul 2011 20:23:42 -0000 1.2
@@ -1,6 +1,10 @@
# ChangeLog for sci-mathematics/lpsolve
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/lpsolve/ChangeLog,v 1.1 2011/07/24 11:43:57 scarabeus Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/lpsolve/ChangeLog,v 1.2 2011/07/26 20:23:42 scarabeus Exp $
+
+ 26 Jul 2011; Tomáš Chvátal <scarabeus@gentoo.org> lpsolve-5.5.2.0.ebuild:
+ Fix duplication of the README per bug #376513. Add switch for static libs.
+ Punt .la file for shared lib.
*lpsolve-5.5.2.0 (24 Jul 2011)
^ permalink raw reply [flat|nested] 6+ messages in thread
* [gentoo-commits] gentoo-x86 commit in sci-mathematics/lpsolve: lpsolve-5.5.2.0.ebuild ChangeLog
@ 2011-10-26 15:42 Tony Vroon (chainsaw)
0 siblings, 0 replies; 6+ messages in thread
From: Tony Vroon (chainsaw) @ 2011-10-26 15:42 UTC (permalink / raw
To: gentoo-commits
chainsaw 11/10/26 15:42:05
Modified: lpsolve-5.5.2.0.ebuild ChangeLog
Log:
Marked stable on AMD64 based on arch testing by Ian "idella4" Delaney & Agostino "ago" Sarubbo in bug #387187.
(Portage version: 2.1.10.31/cvs/Linux x86_64)
Revision Changes Path
1.3 sci-mathematics/lpsolve/lpsolve-5.5.2.0.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/lpsolve/lpsolve-5.5.2.0.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/lpsolve/lpsolve-5.5.2.0.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/lpsolve/lpsolve-5.5.2.0.ebuild?r1=1.2&r2=1.3
Index: lpsolve-5.5.2.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-mathematics/lpsolve/lpsolve-5.5.2.0.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- lpsolve-5.5.2.0.ebuild 26 Jul 2011 20:23:42 -0000 1.2
+++ lpsolve-5.5.2.0.ebuild 26 Oct 2011 15:42:05 -0000 1.3
@@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/lpsolve/lpsolve-5.5.2.0.ebuild,v 1.2 2011/07/26 20:23:42 scarabeus Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/lpsolve/lpsolve-5.5.2.0.ebuild,v 1.3 2011/10/26 15:42:05 chainsaw Exp $
EAPI=4
@@ -10,7 +10,7 @@
LICENSE="LGPL-2.1"
SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 ~ppc ~x86 ~amd64-linux ~x86-linux"
IUSE="static-libs"
DEPEND="sci-libs/colamd"
1.3 sci-mathematics/lpsolve/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/lpsolve/ChangeLog?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/lpsolve/ChangeLog?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/lpsolve/ChangeLog?r1=1.2&r2=1.3
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-mathematics/lpsolve/ChangeLog,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ChangeLog 26 Jul 2011 20:23:42 -0000 1.2
+++ ChangeLog 26 Oct 2011 15:42:05 -0000 1.3
@@ -1,6 +1,10 @@
# ChangeLog for sci-mathematics/lpsolve
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/lpsolve/ChangeLog,v 1.2 2011/07/26 20:23:42 scarabeus Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/lpsolve/ChangeLog,v 1.3 2011/10/26 15:42:05 chainsaw Exp $
+
+ 26 Oct 2011; Tony Vroon <chainsaw@gentoo.org> lpsolve-5.5.2.0.ebuild:
+ Marked stable on AMD64 based on arch testing by Ian "idella4" Delaney &
+ Agostino "ago" Sarubbo in bug #387187.
26 Jul 2011; Tomáš Chvátal <scarabeus@gentoo.org> lpsolve-5.5.2.0.ebuild:
Fix duplication of the README per bug #376513. Add switch for static libs.
^ permalink raw reply [flat|nested] 6+ messages in thread
* [gentoo-commits] gentoo-x86 commit in sci-mathematics/lpsolve: lpsolve-5.5.2.0.ebuild ChangeLog
@ 2011-12-11 21:52 Markus Meier (maekke)
0 siblings, 0 replies; 6+ messages in thread
From: Markus Meier (maekke) @ 2011-12-11 21:52 UTC (permalink / raw
To: gentoo-commits
maekke 11/12/11 21:52:57
Modified: lpsolve-5.5.2.0.ebuild ChangeLog
Log:
x86 stable, bug #387187
(Portage version: 2.1.10.40/cvs/Linux x86_64)
Revision Changes Path
1.4 sci-mathematics/lpsolve/lpsolve-5.5.2.0.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/lpsolve/lpsolve-5.5.2.0.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/lpsolve/lpsolve-5.5.2.0.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/lpsolve/lpsolve-5.5.2.0.ebuild?r1=1.3&r2=1.4
Index: lpsolve-5.5.2.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-mathematics/lpsolve/lpsolve-5.5.2.0.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- lpsolve-5.5.2.0.ebuild 26 Oct 2011 15:42:05 -0000 1.3
+++ lpsolve-5.5.2.0.ebuild 11 Dec 2011 21:52:57 -0000 1.4
@@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/lpsolve/lpsolve-5.5.2.0.ebuild,v 1.3 2011/10/26 15:42:05 chainsaw Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/lpsolve/lpsolve-5.5.2.0.ebuild,v 1.4 2011/12/11 21:52:57 maekke Exp $
EAPI=4
@@ -10,7 +10,7 @@
LICENSE="LGPL-2.1"
SLOT="0"
-KEYWORDS="amd64 ~ppc ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 ~ppc x86 ~amd64-linux ~x86-linux"
IUSE="static-libs"
DEPEND="sci-libs/colamd"
1.4 sci-mathematics/lpsolve/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/lpsolve/ChangeLog?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/lpsolve/ChangeLog?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/lpsolve/ChangeLog?r1=1.3&r2=1.4
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-mathematics/lpsolve/ChangeLog,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- ChangeLog 26 Oct 2011 15:42:05 -0000 1.3
+++ ChangeLog 11 Dec 2011 21:52:57 -0000 1.4
@@ -1,6 +1,9 @@
# ChangeLog for sci-mathematics/lpsolve
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/lpsolve/ChangeLog,v 1.3 2011/10/26 15:42:05 chainsaw Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/lpsolve/ChangeLog,v 1.4 2011/12/11 21:52:57 maekke Exp $
+
+ 11 Dec 2011; Markus Meier <maekke@gentoo.org> lpsolve-5.5.2.0.ebuild:
+ x86 stable, bug #387187
26 Oct 2011; Tony Vroon <chainsaw@gentoo.org> lpsolve-5.5.2.0.ebuild:
Marked stable on AMD64 based on arch testing by Ian "idella4" Delaney &
^ permalink raw reply [flat|nested] 6+ messages in thread
* [gentoo-commits] gentoo-x86 commit in sci-mathematics/lpsolve: lpsolve-5.5.2.0.ebuild ChangeLog
@ 2011-12-18 20:40 Mark Loeser (halcy0n)
0 siblings, 0 replies; 6+ messages in thread
From: Mark Loeser (halcy0n) @ 2011-12-18 20:40 UTC (permalink / raw
To: gentoo-commits
halcy0n 11/12/18 20:40:56
Modified: lpsolve-5.5.2.0.ebuild ChangeLog
Log:
Stable for ppc; bug #387187
(Portage version: 2.1.10.11/cvs/Linux ppc)
Revision Changes Path
1.5 sci-mathematics/lpsolve/lpsolve-5.5.2.0.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/lpsolve/lpsolve-5.5.2.0.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/lpsolve/lpsolve-5.5.2.0.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/lpsolve/lpsolve-5.5.2.0.ebuild?r1=1.4&r2=1.5
Index: lpsolve-5.5.2.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-mathematics/lpsolve/lpsolve-5.5.2.0.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- lpsolve-5.5.2.0.ebuild 11 Dec 2011 21:52:57 -0000 1.4
+++ lpsolve-5.5.2.0.ebuild 18 Dec 2011 20:40:56 -0000 1.5
@@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/lpsolve/lpsolve-5.5.2.0.ebuild,v 1.4 2011/12/11 21:52:57 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/lpsolve/lpsolve-5.5.2.0.ebuild,v 1.5 2011/12/18 20:40:56 halcy0n Exp $
EAPI=4
@@ -10,7 +10,7 @@
LICENSE="LGPL-2.1"
SLOT="0"
-KEYWORDS="amd64 ~ppc x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 ppc x86 ~amd64-linux ~x86-linux"
IUSE="static-libs"
DEPEND="sci-libs/colamd"
1.5 sci-mathematics/lpsolve/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/lpsolve/ChangeLog?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/lpsolve/ChangeLog?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/lpsolve/ChangeLog?r1=1.4&r2=1.5
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-mathematics/lpsolve/ChangeLog,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- ChangeLog 11 Dec 2011 21:52:57 -0000 1.4
+++ ChangeLog 18 Dec 2011 20:40:56 -0000 1.5
@@ -1,6 +1,9 @@
# ChangeLog for sci-mathematics/lpsolve
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/lpsolve/ChangeLog,v 1.4 2011/12/11 21:52:57 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/lpsolve/ChangeLog,v 1.5 2011/12/18 20:40:56 halcy0n Exp $
+
+ 18 Dec 2011; Mark Loeser <halcy0n@gentoo.org> lpsolve-5.5.2.0.ebuild:
+ Stable for ppc; bug #387187
11 Dec 2011; Markus Meier <maekke@gentoo.org> lpsolve-5.5.2.0.ebuild:
x86 stable, bug #387187
^ permalink raw reply [flat|nested] 6+ messages in thread
* [gentoo-commits] gentoo-x86 commit in sci-mathematics/lpsolve: lpsolve-5.5.2.0.ebuild ChangeLog
@ 2012-03-26 15:49 Brent Baude (ranger)
0 siblings, 0 replies; 6+ messages in thread
From: Brent Baude (ranger) @ 2012-03-26 15:49 UTC (permalink / raw
To: gentoo-commits
ranger 12/03/26 15:49:31
Modified: lpsolve-5.5.2.0.ebuild ChangeLog
Log:
Marking lpsolve-5.5.2.0 ~ppc64 for bug 398521
(Portage version: 2.1.10.11/cvs/Linux ppc64)
Revision Changes Path
1.6 sci-mathematics/lpsolve/lpsolve-5.5.2.0.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/lpsolve/lpsolve-5.5.2.0.ebuild?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/lpsolve/lpsolve-5.5.2.0.ebuild?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/lpsolve/lpsolve-5.5.2.0.ebuild?r1=1.5&r2=1.6
Index: lpsolve-5.5.2.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-mathematics/lpsolve/lpsolve-5.5.2.0.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- lpsolve-5.5.2.0.ebuild 18 Dec 2011 20:40:56 -0000 1.5
+++ lpsolve-5.5.2.0.ebuild 26 Mar 2012 15:49:31 -0000 1.6
@@ -1,6 +1,6 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/lpsolve/lpsolve-5.5.2.0.ebuild,v 1.5 2011/12/18 20:40:56 halcy0n Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/lpsolve/lpsolve-5.5.2.0.ebuild,v 1.6 2012/03/26 15:49:31 ranger Exp $
EAPI=4
@@ -10,7 +10,7 @@
LICENSE="LGPL-2.1"
SLOT="0"
-KEYWORDS="amd64 ppc x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 ppc ~ppc64 x86 ~amd64-linux ~x86-linux"
IUSE="static-libs"
DEPEND="sci-libs/colamd"
1.6 sci-mathematics/lpsolve/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/lpsolve/ChangeLog?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/lpsolve/ChangeLog?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/lpsolve/ChangeLog?r1=1.5&r2=1.6
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-mathematics/lpsolve/ChangeLog,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- ChangeLog 18 Dec 2011 20:40:56 -0000 1.5
+++ ChangeLog 26 Mar 2012 15:49:31 -0000 1.6
@@ -1,6 +1,9 @@
# ChangeLog for sci-mathematics/lpsolve
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/lpsolve/ChangeLog,v 1.5 2011/12/18 20:40:56 halcy0n Exp $
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/lpsolve/ChangeLog,v 1.6 2012/03/26 15:49:31 ranger Exp $
+
+ 26 Mar 2012; Brent Baude <ranger@gentoo.org> lpsolve-5.5.2.0.ebuild:
+ Marking lpsolve-5.5.2.0 ~ppc64 for bug 398521
18 Dec 2011; Mark Loeser <halcy0n@gentoo.org> lpsolve-5.5.2.0.ebuild:
Stable for ppc; bug #387187
^ permalink raw reply [flat|nested] 6+ messages in thread
* [gentoo-commits] gentoo-x86 commit in sci-mathematics/lpsolve: lpsolve-5.5.2.0.ebuild ChangeLog
@ 2012-12-08 12:24 Markus Meier (maekke)
0 siblings, 0 replies; 6+ messages in thread
From: Markus Meier (maekke) @ 2012-12-08 12:24 UTC (permalink / raw
To: gentoo-commits
maekke 12/12/08 12:24:38
Modified: lpsolve-5.5.2.0.ebuild ChangeLog
Log:
add ~arm, bug #440908
(Portage version: 2.1.11.33/cvs/Linux x86_64, signed Manifest commit with key 072AD062)
Revision Changes Path
1.7 sci-mathematics/lpsolve/lpsolve-5.5.2.0.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/lpsolve/lpsolve-5.5.2.0.ebuild?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/lpsolve/lpsolve-5.5.2.0.ebuild?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/lpsolve/lpsolve-5.5.2.0.ebuild?r1=1.6&r2=1.7
Index: lpsolve-5.5.2.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-mathematics/lpsolve/lpsolve-5.5.2.0.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- lpsolve-5.5.2.0.ebuild 26 Mar 2012 15:49:31 -0000 1.6
+++ lpsolve-5.5.2.0.ebuild 8 Dec 2012 12:24:38 -0000 1.7
@@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/lpsolve/lpsolve-5.5.2.0.ebuild,v 1.6 2012/03/26 15:49:31 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/lpsolve/lpsolve-5.5.2.0.ebuild,v 1.7 2012/12/08 12:24:38 maekke Exp $
EAPI=4
@@ -10,7 +10,7 @@
LICENSE="LGPL-2.1"
SLOT="0"
-KEYWORDS="amd64 ppc ~ppc64 x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 ~arm ppc ~ppc64 x86 ~amd64-linux ~x86-linux"
IUSE="static-libs"
DEPEND="sci-libs/colamd"
1.7 sci-mathematics/lpsolve/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/lpsolve/ChangeLog?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/lpsolve/ChangeLog?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/lpsolve/ChangeLog?r1=1.6&r2=1.7
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-mathematics/lpsolve/ChangeLog,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- ChangeLog 26 Mar 2012 15:49:31 -0000 1.6
+++ ChangeLog 8 Dec 2012 12:24:38 -0000 1.7
@@ -1,6 +1,9 @@
# ChangeLog for sci-mathematics/lpsolve
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/lpsolve/ChangeLog,v 1.6 2012/03/26 15:49:31 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/lpsolve/ChangeLog,v 1.7 2012/12/08 12:24:38 maekke Exp $
+
+ 08 Dec 2012; Markus Meier <maekke@gentoo.org> lpsolve-5.5.2.0.ebuild:
+ add ~arm, bug #440908
26 Mar 2012; Brent Baude <ranger@gentoo.org> lpsolve-5.5.2.0.ebuild:
Marking lpsolve-5.5.2.0 ~ppc64 for bug 398521
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2012-12-08 12:24 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-07-26 20:23 [gentoo-commits] gentoo-x86 commit in sci-mathematics/lpsolve: lpsolve-5.5.2.0.ebuild ChangeLog Tomas Chvatal (scarabeus)
-- strict thread matches above, loose matches on Subject: below --
2011-10-26 15:42 Tony Vroon (chainsaw)
2011-12-11 21:52 Markus Meier (maekke)
2011-12-18 20:40 Mark Loeser (halcy0n)
2012-03-26 15:49 Brent Baude (ranger)
2012-12-08 12:24 Markus Meier (maekke)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox