Gentoo Archives: gentoo-commits

From: "Alexis Ballier (aballier)" <aballier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-ml/optcomp: ChangeLog optcomp-1.6.ebuild
Date: Wed, 29 Oct 2014 14:33:39
Message-Id: 20141029143334.9223D9018@oystercatcher.gentoo.org
1 aballier 14/10/29 14:33:34
2
3 Modified: ChangeLog
4 Added: optcomp-1.6.ebuild
5 Log:
6 version bump
7
8 Signed-off-by: aballier@g.o
9 (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 160F534A)
10
11 Revision Changes Path
12 1.3 dev-ml/optcomp/ChangeLog
13
14 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/optcomp/ChangeLog?rev=1.3&view=markup
15 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/optcomp/ChangeLog?rev=1.3&content-type=text/plain
16 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/optcomp/ChangeLog?r1=1.2&r2=1.3
17
18 Index: ChangeLog
19 ===================================================================
20 RCS file: /var/cvsroot/gentoo-x86/dev-ml/optcomp/ChangeLog,v
21 retrieving revision 1.2
22 retrieving revision 1.3
23 diff -u -r1.2 -r1.3
24 --- ChangeLog 14 Mar 2014 07:45:31 -0000 1.2
25 +++ ChangeLog 29 Oct 2014 14:33:34 -0000 1.3
26 @@ -1,6 +1,11 @@
27 # ChangeLog for dev-ml/optcomp
28 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
29 -# $Header: /var/cvsroot/gentoo-x86/dev-ml/optcomp/ChangeLog,v 1.2 2014/03/14 07:45:31 jlec Exp $
30 +# $Header: /var/cvsroot/gentoo-x86/dev-ml/optcomp/ChangeLog,v 1.3 2014/10/29 14:33:34 aballier Exp $
31 +
32 +*optcomp-1.6 (29 Oct 2014)
33 +
34 + 29 Oct 2014; Alexis Ballier <aballier@g.o> +optcomp-1.6.ebuild:
35 + version bump
36
37 14 Mar 2014; Justin Lecher <jlec@g.o> optcomp-1.5.ebuild:
38 Enhance Description
39
40
41
42 1.1 dev-ml/optcomp/optcomp-1.6.ebuild
43
44 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/optcomp/optcomp-1.6.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/optcomp/optcomp-1.6.ebuild?rev=1.1&content-type=text/plain
46
47 Index: optcomp-1.6.ebuild
48 ===================================================================
49 # Copyright 1999-2014 Gentoo Foundation
50 # Distributed under the terms of the GNU General Public License v2
51 # $Header: /var/cvsroot/gentoo-x86/dev-ml/optcomp/optcomp-1.6.ebuild,v 1.1 2014/10/29 14:33:34 aballier Exp $
52
53 EAPI=5
54
55 OASIS_BUILD_DOCS=1
56
57 inherit oasis
58
59 DESCRIPTION="Optional compilation for OCaml with cpp-like directives"
60 HOMEPAGE="http://github.com/diml/optcomp"
61 SRC_URI="http://github.com/diml/optcomp/archive/${PV}.tar.gz -> ${P}.tar.gz"
62
63 LICENSE="BSD"
64 SLOT="0/${PV}"
65 KEYWORDS="~amd64"
66 IUSE=""
67
68 DEPEND=""
69 RDEPEND="${DEPEND}"
70
71 DOCS=( CHANGES.md README.md )