Gentoo Archives: gentoo-commits

From: Jonathan-Christofer Demay <jcdemay@×××××.com>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/sci:master commit in: dev-ml/ocamlgraph/
Date: Mon, 06 Feb 2012 14:05:14
Message-Id: a9b51b875b10f813e55ef4e679c71f76034c8856.jcdemay@gentoo
1 commit: a9b51b875b10f813e55ef4e679c71f76034c8856
2 Author: Jonathan-Christofer Demay <jcdemay <AT> gmail <DOT> com>
3 AuthorDate: Mon Feb 6 14:04:26 2012 +0000
4 Commit: Jonathan-Christofer Demay <jcdemay <AT> gmail <DOT> com>
5 CommitDate: Mon Feb 6 14:04:26 2012 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=a9b51b87
7
8 dev-ml/ocamlgraph: version bump
9
10 ---
11 dev-ml/ocamlgraph/ChangeLog | 5 +++--
12 ...amlgraph-1.7.ebuild => ocamlgraph-1.8.1.ebuild} | 4 ++--
13 2 files changed, 5 insertions(+), 4 deletions(-)
14
15 diff --git a/dev-ml/ocamlgraph/ChangeLog b/dev-ml/ocamlgraph/ChangeLog
16 index 666d4fd..77af5a4 100644
17 --- a/dev-ml/ocamlgraph/ChangeLog
18 +++ b/dev-ml/ocamlgraph/ChangeLog
19 @@ -2,8 +2,9 @@
20 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
21 # $Header: $
22
23 - 24 Jun 2011; Justin Lecher <jlec@g.o> ocamlgraph-1.7.ebuild:
24 - Sort inherit and/or USE
25 + 21 Dec 2011; J.-C. Demay <jcdemay@×××××.com>
26 + -ocamlgraph-1.7.ebuild, +ocamlgraph-1.8.1.ebuild:
27 + version bump
28
29 06 May 2011; J.-C. Demay <jcdemay@×××××.com>
30 -ocamlgraph-1.6.ebuild, +ocamlgraph-1.7.ebuild:
31
32 diff --git a/dev-ml/ocamlgraph/ocamlgraph-1.7.ebuild b/dev-ml/ocamlgraph/ocamlgraph-1.8.1.ebuild
33 similarity index 93%
34 rename from dev-ml/ocamlgraph/ocamlgraph-1.7.ebuild
35 rename to dev-ml/ocamlgraph/ocamlgraph-1.8.1.ebuild
36 index b880e94..344e23a 100644
37 --- a/dev-ml/ocamlgraph/ocamlgraph-1.7.ebuild
38 +++ b/dev-ml/ocamlgraph/ocamlgraph-1.8.1.ebuild
39 @@ -1,10 +1,10 @@
40 -# Copyright 1999-2011 Gentoo Foundation
41 +# Copyright 1999-2010 Gentoo Foundation
42 # Distributed under the terms of the GNU General Public License v2
43 # $Header: $
44
45 EAPI="2"
46
47 -inherit autotools eutils
48 +inherit eutils autotools
49
50 DESCRIPTION="A graph library for Objective Caml"
51 HOMEPAGE="http://ocamlgraph.lri.fr/"