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: ChangeLog metadata.xml glpk-4.27.ebuild glpk-4.22.ebuild glpk-4.19.ebuild
Date: Mon, 24 Mar 2008 23:05:52
Message-Id: E1Jdvjg-0005yI-Pr@stork.gentoo.org
1 bicatali 08/03/24 23:05:48
2
3 Modified: ChangeLog metadata.xml
4 Added: glpk-4.27.ebuild
5 Removed: glpk-4.22.ebuild glpk-4.19.ebuild
6 Log:
7 Version bump
8 (Portage version: 2.1.4.4)
9
10 Revision Changes Path
11 1.16 sci-mathematics/glpk/ChangeLog
12
13 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-mathematics/glpk/ChangeLog?rev=1.16&view=markup
14 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-mathematics/glpk/ChangeLog?rev=1.16&content-type=text/plain
15 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-mathematics/glpk/ChangeLog?r1=1.15&r2=1.16
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/sci-mathematics/glpk/ChangeLog,v
20 retrieving revision 1.15
21 retrieving revision 1.16
22 diff -u -r1.15 -r1.16
23 --- ChangeLog 4 Dec 2007 11:34:42 -0000 1.15
24 +++ ChangeLog 24 Mar 2008 23:05:48 -0000 1.16
25 @@ -1,6 +1,12 @@
26 # ChangeLog for sci-mathematics/glpk
27 -# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/glpk/ChangeLog,v 1.15 2007/12/04 11:34:42 bicatali Exp $
29 +# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
30 +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/glpk/ChangeLog,v 1.16 2008/03/24 23:05:48 bicatali Exp $
31 +
32 +*glpk-4.27 (24 Mar 2008)
33 +
34 + 24 Mar 2008; Sébastien Fabbro <bicatali@g.o> metadata.xml,
35 + -glpk-4.19.ebuild, -glpk-4.22.ebuild, +glpk-4.27.ebuild:
36 + Version bump
37
38 *glpk-4.24 (04 Dec 2007)
39
40
41
42
43 1.3 sci-mathematics/glpk/metadata.xml
44
45 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-mathematics/glpk/metadata.xml?rev=1.3&view=markup
46 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-mathematics/glpk/metadata.xml?rev=1.3&content-type=text/plain
47 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-mathematics/glpk/metadata.xml?r1=1.2&r2=1.3
48
49 Index: metadata.xml
50 ===================================================================
51 RCS file: /var/cvsroot/gentoo-x86/sci-mathematics/glpk/metadata.xml,v
52 retrieving revision 1.2
53 retrieving revision 1.3
54 diff -u -r1.2 -r1.3
55 --- metadata.xml 31 Jul 2006 04:01:20 -0000 1.2
56 +++ metadata.xml 24 Mar 2008 23:05:48 -0000 1.3
57 @@ -5,4 +5,19 @@
58 <maintainer>
59 <email>robbat2@g.o</email>
60 </maintainer>
61 +<longdescription lang="en">
62 + The GNU Linear Programming Kit package is intended for solving
63 + large-scale linear programming (LP), mixed integer programming
64 + (MIP), and other related problems. It is a set of routines written
65 + in ANSI C and organized in the form of a callable library.
66 + GLPK supports the GNU MathProg language, which is a subset of the
67 + AMPL language. The GLPK package includes the following main
68 + components:
69 + * Revised simplex method.
70 + * Primal-dual interior point method.
71 + * Branch-and-bound method.
72 + * Translator for GNU MathProg.
73 + * Application program interface (API).
74 + * Stand-alone LP/MIP solver.
75 +</longdescription>
76 </pkgmetadata>
77
78
79
80 1.1 sci-mathematics/glpk/glpk-4.27.ebuild
81
82 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-mathematics/glpk/glpk-4.27.ebuild?rev=1.1&view=markup
83 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-mathematics/glpk/glpk-4.27.ebuild?rev=1.1&content-type=text/plain
84
85 Index: glpk-4.27.ebuild
86 ===================================================================
87 # Copyright 1999-2008 Gentoo Foundation
88 # Distributed under the terms of the GNU General Public License v2
89 # $Header: /var/cvsroot/gentoo-x86/sci-mathematics/glpk/glpk-4.27.ebuild,v 1.1 2008/03/24 23:05:48 bicatali Exp $
90
91 DESCRIPTION="GNU Linear Programming Kit"
92 LICENSE="GPL-2"
93 HOMEPAGE="http://www.gnu.org/software/glpk/"
94 SRC_URI="mirror://gnu/${PN}/${P}.tar.gz"
95
96 SLOT="0"
97 IUSE="doc"
98 KEYWORDS="~x86 ~amd64 ~ppc"
99
100 DEPEND=">=sys-devel/gcc-3.2
101 virtual/libc
102 doc? ( virtual/ghostscript )"
103 RDEPEND="virtual/libc"
104
105 src_install() {
106 emake DESTDIR="${D}" install || die "emake install failed"
107
108 # INSTALL include some usage docs
109 dodoc AUTHORS ChangeLog INSTALL NEWS README || \
110 die "failed to install docs"
111
112 # 385Kb
113 insinto /usr/share/doc/${PF}/examples
114 doins examples/*.{c,mod,lp,mps,dat} || \
115 die "failed to install examples"
116
117 # manual/ is 2.5Mb in size
118 if use doc; then
119 cd "${S}"/doc
120 dvipdf refman.dvi
121 dvipdf lang.dvi
122 insinto /usr/share/doc/${PF}/manual
123 doins *.pdf || die "failed to install manual files"
124 docinto manual
125 dodoc *.txt || die "failed to install manual txt"
126 fi
127 }
128
129
130
131 --
132 gentoo-commits@l.g.o mailing list