Gentoo Archives: gentoo-commits

From: Jonathan-Christofer Demay <jcdemay@×××××.com>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/sci:master commit in: sci-mathematics/frama-c/
Date: Mon, 06 Feb 2012 14:29:42
Message-Id: 6134e8d257ce1af87000c88d149ba0eccd72430a.jcdemay@gentoo
1 commit: 6134e8d257ce1af87000c88d149ba0eccd72430a
2 Author: Jonathan-Christofer Demay <jcdemay <AT> gmail <DOT> com>
3 AuthorDate: Mon Feb 6 14:29:11 2012 +0000
4 Commit: Jonathan-Christofer Demay <jcdemay <AT> gmail <DOT> com>
5 CommitDate: Mon Feb 6 14:29:11 2012 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=6134e8d2
7
8 sci-mathematics/frama-c: version bump
9
10 ---
11 sci-mathematics/frama-c/ChangeLog | 4 ++++
12 ...a-c-20110201.ebuild => frama-c-20111001.ebuild} | 8 +++++---
13 sci-mathematics/frama-c/metadata.xml | 2 +-
14 3 files changed, 10 insertions(+), 4 deletions(-)
15
16 diff --git a/sci-mathematics/frama-c/ChangeLog b/sci-mathematics/frama-c/ChangeLog
17 index ef202c5..2bd15d0 100644
18 --- a/sci-mathematics/frama-c/ChangeLog
19 +++ b/sci-mathematics/frama-c/ChangeLog
20 @@ -2,6 +2,10 @@
21 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
22 # $Header: $
23
24 + 21 Dec 2011; J.-C. Demay <jcdemay@×××××.com>
25 + +frama-c-20111001.ebuild, -frama-c-20110201.ebuild:
26 + version bump
27 +
28 06 may 2011; J.-C. Demay <jcdemay@×××××.com>
29 +frama-c-20110201.ebuild, -frama-c-20101202_beta2.ebuild:
30 version bump
31
32 diff --git a/sci-mathematics/frama-c/frama-c-20110201.ebuild b/sci-mathematics/frama-c/frama-c-20111001.ebuild
33 similarity index 90%
34 rename from sci-mathematics/frama-c/frama-c-20110201.ebuild
35 rename to sci-mathematics/frama-c/frama-c-20111001.ebuild
36 index 81793c7..92beca0 100644
37 --- a/sci-mathematics/frama-c/frama-c-20110201.ebuild
38 +++ b/sci-mathematics/frama-c/frama-c-20111001.ebuild
39 @@ -8,7 +8,7 @@ inherit autotools eutils
40
41 DESCRIPTION="Framework for analysis of source codes written in C"
42 HOMEPAGE="http://frama-c.com"
43 -NAME="Carbon"
44 +NAME="Nitrogen"
45 SRC_URI="http://frama-c.com/download/${PN/-c/-c-$NAME}-${PV/_/-}.tar.gz"
46
47 LICENSE="LGPL-2"
48 @@ -18,14 +18,14 @@ IUSE="apron doc gtk +ocamlopt +why"
49 RESTRICT="strip"
50
51 DEPEND=">=dev-lang/ocaml-3.10.2[ocamlopt?]
52 - >=dev-ml/ocamlgraph-1.7[gtk?,ocamlopt?]
53 + >=dev-ml/ocamlgraph-1.8.1[gtk?,ocamlopt?]
54 gtk? ( >=x11-libs/gtksourceview-2.8
55 >=gnome-base/libgnomecanvas-2.26
56 >=dev-ml/lablgtk-2.14[sourceview,gnomecanvas,ocamlopt?] )
57 sci-mathematics/ltl2ba
58 apron? ( sci-mathematics/apron )"
59 RDEPEND="${DEPEND}"
60 -PDEPEND="why? ( >=sci-mathematics/why-2.29 )"
61 +PDEPEND="why? ( >=sci-mathematics/why-2.30 )"
62
63 S="${WORKDIR}/${PN/-c/-c-$NAME}-${PV/_/-}"
64
65 @@ -38,6 +38,8 @@ src_prepare(){
66 mv cil/doc cil/html
67 mv doc/manuals doc/pdf
68
69 + sed -e "s:1\.8):1\.8\.1):g" -i configure.in
70 +
71 touch config_file
72 eautoreconf
73 }
74
75 diff --git a/sci-mathematics/frama-c/metadata.xml b/sci-mathematics/frama-c/metadata.xml
76 index c5ea578..bcd42f6 100644
77 --- a/sci-mathematics/frama-c/metadata.xml
78 +++ b/sci-mathematics/frama-c/metadata.xml
79 @@ -1,7 +1,7 @@
80 <?xml version="1.0" encoding="UTF-8"?>
81 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
82 <pkgmetadata>
83 - <herd>sci-mathematics</herd>
84 + <herd>sci</herd>
85 <longdescription>
86 Frama-C is a suite of tools dedicated to the analysis of the source code
87 of software written in C. It gathers several static analysis techniques