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 glpk-4.22.ebuild glpk-4.9.ebuild glpk-4.15.ebuild glpk-4.7.ebuild glpk-4.10.ebuild
Date: Wed, 03 Oct 2007 13:21:30
Message-Id: E1Id3lu-0005Oo-QH@stork.gentoo.org
1 bicatali 07/10/03 12:56:14
2
3 Modified: ChangeLog
4 Added: glpk-4.22.ebuild
5 Removed: glpk-4.9.ebuild glpk-4.15.ebuild glpk-4.7.ebuild
6 glpk-4.10.ebuild
7 Log:
8 Version bump
9 (Portage version: 2.1.3.9)
10
11 Revision Changes Path
12 1.14 sci-mathematics/glpk/ChangeLog
13
14 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-mathematics/glpk/ChangeLog?rev=1.14&view=markup
15 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-mathematics/glpk/ChangeLog?rev=1.14&content-type=text/plain
16 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-mathematics/glpk/ChangeLog?r1=1.13&r2=1.14
17
18 Index: ChangeLog
19 ===================================================================
20 RCS file: /var/cvsroot/gentoo-x86/sci-mathematics/glpk/ChangeLog,v
21 retrieving revision 1.13
22 retrieving revision 1.14
23 diff -u -r1.13 -r1.14
24 --- ChangeLog 14 Jul 2007 23:03:39 -0000 1.13
25 +++ ChangeLog 3 Oct 2007 12:56:14 -0000 1.14
26 @@ -1,6 +1,12 @@
27 # ChangeLog for sci-mathematics/glpk
28 # Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
29 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/glpk/ChangeLog,v 1.13 2007/07/14 23:03:39 robbat2 Exp $
30 +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/glpk/ChangeLog,v 1.14 2007/10/03 12:56:14 bicatali Exp $
31 +
32 +*glpk-4.22 (03 Oct 2007)
33 +
34 + 03 Oct 2007; Sébastien Fabbro <bicatali@g.o> -glpk-4.7.ebuild,
35 + -glpk-4.9.ebuild, -glpk-4.10.ebuild, -glpk-4.15.ebuild, +glpk-4.22.ebuild:
36 + Version bump
37
38 *glpk-4.19 (14 Jul 2007)
39
40
41
42
43 1.1 sci-mathematics/glpk/glpk-4.22.ebuild
44
45 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-mathematics/glpk/glpk-4.22.ebuild?rev=1.1&view=markup
46 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-mathematics/glpk/glpk-4.22.ebuild?rev=1.1&content-type=text/plain
47
48 Index: glpk-4.22.ebuild
49 ===================================================================
50 # Copyright 1999-2007 Gentoo Foundation
51 # Distributed under the terms of the GNU General Public License v2
52 # $Header: /var/cvsroot/gentoo-x86/sci-mathematics/glpk/glpk-4.22.ebuild,v 1.1 2007/10/03 12:56:14 bicatali Exp $
53
54 DESCRIPTION="GNU Linear Programming Kit"
55 LICENSE="GPL-2"
56 HOMEPAGE="http://www.gnu.org/software/glpk/"
57 SRC_URI="mirror://gnu/${PN}/${P}.tar.gz"
58
59 SLOT="0"
60 IUSE="doc"
61 KEYWORDS="~x86 ~amd64 ~ppc"
62
63 DEPEND=">=sys-devel/gcc-3.2
64 virtual/libc
65 doc? ( virtual/ghostscript )"
66 RDEPEND="virtual/libc"
67
68 src_install() {
69 emake DESTDIR="${D}" install || die "emake install failed"
70
71 # INSTALL include some usage docs
72 dodoc AUTHORS ChangeLog INSTALL NEWS README || \
73 die "failed to install docs"
74
75 # 385Kb
76 insinto /usr/share/doc/${PF}/examples
77 doins examples/*.{c,mod,lp,mps,dat} || \
78 die "failed to install examples"
79
80 # manual/ is 2.5Mb in size
81 if use doc; then
82 cd "${S}"/doc
83 dvipdf refman.dvi
84 dvipdf lang.dvi
85 insinto /usr/share/doc/${PF}/manual
86 doins *.pdf || die "failed to install manual files"
87 docinto manual
88 dodoc *.txt || die "failed to install manual txt"
89 fi
90 }
91
92
93
94 --
95 gentoo-commits@g.o mailing list