Gentoo Archives: gentoo-commits

From: "Sebastien Fabbro (bicatali)" <bicatali@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sci-mathematics/glpk: glpk-4.52.1-r1.ebuild glpk-4.48.ebuild glpk-4.45.ebuild ChangeLog
Date: Wed, 05 Feb 2014 21:54:37
Message-Id: 20140205215433.92B762004C@flycatcher.gentoo.org
1 bicatali 14/02/05 21:54:33
2
3 Modified: glpk-4.52.1-r1.ebuild glpk-4.48.ebuild
4 glpk-4.45.ebuild ChangeLog
5 Log:
6 Fixed bug #420095 when mariadb is selected, thanks Dennis Schridde for his patch
7
8 (Portage version: 2.2.8-prefix/cvs/Linux x86_64, signed Manifest commit with key 0x13CB1360)
9
10 Revision Changes Path
11 1.2 sci-mathematics/glpk/glpk-4.52.1-r1.ebuild
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/glpk/glpk-4.52.1-r1.ebuild?rev=1.2&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/glpk/glpk-4.52.1-r1.ebuild?rev=1.2&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/glpk/glpk-4.52.1-r1.ebuild?r1=1.1&r2=1.2
16
17 Index: glpk-4.52.1-r1.ebuild
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/sci-mathematics/glpk/glpk-4.52.1-r1.ebuild,v
20 retrieving revision 1.1
21 retrieving revision 1.2
22 diff -u -r1.1 -r1.2
23 --- glpk-4.52.1-r1.ebuild 16 Jan 2014 17:31:01 -0000 1.1
24 +++ glpk-4.52.1-r1.ebuild 5 Feb 2014 21:54:33 -0000 1.2
25 @@ -1,6 +1,6 @@
26 # Copyright 1999-2014 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/glpk/glpk-4.52.1-r1.ebuild,v 1.1 2014/01/16 17:31:01 bicatali Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/glpk/glpk-4.52.1-r1.ebuild,v 1.2 2014/02/05 21:54:33 bicatali Exp $
30
31 EAPI=5
32
33 @@ -30,6 +30,7 @@
34 PATCHES=(
35 "${FILESDIR}"/${PN}-4.52.1-debundle-amd.patch
36 "${FILESDIR}"/${PN}-4.52.1-debundle-zlib.patch
37 + "${FILESDIR}"/${PN}-4.52.1-mariadb-5.5.patch
38 )
39
40 src_configure() {
41
42
43
44 1.3 sci-mathematics/glpk/glpk-4.48.ebuild
45
46 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/glpk/glpk-4.48.ebuild?rev=1.3&view=markup
47 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/glpk/glpk-4.48.ebuild?rev=1.3&content-type=text/plain
48 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/glpk/glpk-4.48.ebuild?r1=1.2&r2=1.3
49
50 Index: glpk-4.48.ebuild
51 ===================================================================
52 RCS file: /var/cvsroot/gentoo-x86/sci-mathematics/glpk/glpk-4.48.ebuild,v
53 retrieving revision 1.2
54 retrieving revision 1.3
55 diff -u -r1.2 -r1.3
56 --- glpk-4.48.ebuild 18 Jul 2013 12:34:51 -0000 1.2
57 +++ glpk-4.48.ebuild 5 Feb 2014 21:54:33 -0000 1.3
58 @@ -1,6 +1,6 @@
59 -# Copyright 1999-2013 Gentoo Foundation
60 +# Copyright 1999-2014 Gentoo Foundation
61 # Distributed under the terms of the GNU General Public License v2
62 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/glpk/glpk-4.48.ebuild,v 1.2 2013/07/18 12:34:51 chithanh Exp $
63 +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/glpk/glpk-4.48.ebuild,v 1.3 2014/02/05 21:54:33 bicatali Exp $
64
65 EAPI=5
66
67 @@ -22,6 +22,10 @@
68 DEPEND="${RDEPEND}
69 virtual/pkgconfig"
70
71 +PATCHES=(
72 + "${FILESDIR}"/${PN}-4.52.1-mariadb-5.5.patch
73 +)
74 +
75 src_configure() {
76 local myeconfargs=(
77 $(use_enable mysql)
78
79
80
81 1.11 sci-mathematics/glpk/glpk-4.45.ebuild
82
83 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/glpk/glpk-4.45.ebuild?rev=1.11&view=markup
84 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/glpk/glpk-4.45.ebuild?rev=1.11&content-type=text/plain
85 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/glpk/glpk-4.45.ebuild?r1=1.10&r2=1.11
86
87 Index: glpk-4.45.ebuild
88 ===================================================================
89 RCS file: /var/cvsroot/gentoo-x86/sci-mathematics/glpk/glpk-4.45.ebuild,v
90 retrieving revision 1.10
91 retrieving revision 1.11
92 diff -u -r1.10 -r1.11
93 --- glpk-4.45.ebuild 4 May 2012 07:46:50 -0000 1.10
94 +++ glpk-4.45.ebuild 5 Feb 2014 21:54:33 -0000 1.11
95 @@ -1,6 +1,6 @@
96 -# Copyright 1999-2012 Gentoo Foundation
97 +# Copyright 1999-2014 Gentoo Foundation
98 # Distributed under the terms of the GNU General Public License v2
99 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/glpk/glpk-4.45.ebuild,v 1.10 2012/05/04 07:46:50 jdhore Exp $
100 +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/glpk/glpk-4.45.ebuild,v 1.11 2014/02/05 21:54:33 bicatali Exp $
101
102 EAPI=2
103 inherit flag-o-matic
104 @@ -22,6 +22,10 @@
105 DEPEND="${RDEPEND}
106 virtual/pkgconfig"
107
108 +src_prepare() {
109 + epatch "${FILESDIR}"/${PN}-4.52.1-mariadb-5.5.patch
110 +}
111 +
112 src_configure() {
113 local myconf="--disable-dl"
114 if use mysql || use odbc; then
115
116
117
118 1.67 sci-mathematics/glpk/ChangeLog
119
120 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/glpk/ChangeLog?rev=1.67&view=markup
121 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/glpk/ChangeLog?rev=1.67&content-type=text/plain
122 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/glpk/ChangeLog?r1=1.66&r2=1.67
123
124 Index: ChangeLog
125 ===================================================================
126 RCS file: /var/cvsroot/gentoo-x86/sci-mathematics/glpk/ChangeLog,v
127 retrieving revision 1.66
128 retrieving revision 1.67
129 diff -u -r1.66 -r1.67
130 --- ChangeLog 16 Jan 2014 17:31:01 -0000 1.66
131 +++ ChangeLog 5 Feb 2014 21:54:33 -0000 1.67
132 @@ -1,6 +1,12 @@
133 # ChangeLog for sci-mathematics/glpk
134 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
135 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/glpk/ChangeLog,v 1.66 2014/01/16 17:31:01 bicatali Exp $
136 +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/glpk/ChangeLog,v 1.67 2014/02/05 21:54:33 bicatali Exp $
137 +
138 + 05 Feb 2014; Sébastien Fabbro <bicatali@g.o>
139 + +files/glpk-4.52.1-mariadb-5.5.patch, glpk-4.45.ebuild, glpk-4.48.ebuild,
140 + glpk-4.52.1-r1.ebuild:
141 + Fixed bug #420095 when mariadb is selected, thanks Dennis Schridde for his
142 + patch
143
144 *glpk-4.52.1-r1 (16 Jan 2014)