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/deriving: deriving-0.7.ebuild ChangeLog
Date: Wed, 29 Oct 2014 14:22:40
Message-Id: 20141029142234.74D229016@oystercatcher.gentoo.org
1 aballier 14/10/29 14:22:34
2
3 Modified: ChangeLog
4 Added: deriving-0.7.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.5 dev-ml/deriving/ChangeLog
13
14 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/deriving/ChangeLog?rev=1.5&view=markup
15 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/deriving/ChangeLog?rev=1.5&content-type=text/plain
16 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/deriving/ChangeLog?r1=1.4&r2=1.5
17
18 Index: ChangeLog
19 ===================================================================
20 RCS file: /var/cvsroot/gentoo-x86/dev-ml/deriving/ChangeLog,v
21 retrieving revision 1.4
22 retrieving revision 1.5
23 diff -u -r1.4 -r1.5
24 --- ChangeLog 23 Oct 2014 10:51:37 -0000 1.4
25 +++ ChangeLog 29 Oct 2014 14:22:34 -0000 1.5
26 @@ -1,6 +1,11 @@
27 # ChangeLog for dev-ml/deriving
28 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
29 -# $Header: /var/cvsroot/gentoo-x86/dev-ml/deriving/ChangeLog,v 1.4 2014/10/23 10:51:37 aballier Exp $
30 +# $Header: /var/cvsroot/gentoo-x86/dev-ml/deriving/ChangeLog,v 1.5 2014/10/29 14:22:34 aballier Exp $
31 +
32 +*deriving-0.7 (29 Oct 2014)
33 +
34 + 29 Oct 2014; Alexis Ballier <aballier@g.o> +deriving-0.7.ebuild:
35 + version bump
36
37 23 Oct 2014; Alexis Ballier <aballier@g.o> deriving-0.6.2.ebuild:
38 add missing oasis dep
39
40
41
42 1.1 dev-ml/deriving/deriving-0.7.ebuild
43
44 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/deriving/deriving-0.7.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/deriving/deriving-0.7.ebuild?rev=1.1&content-type=text/plain
46
47 Index: deriving-0.7.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/deriving/deriving-0.7.ebuild,v 1.1 2014/10/29 14:22:34 aballier Exp $
52
53 EAPI=5
54
55 OASIS_BUILD_TESTS=1
56
57 inherit oasis
58
59 DESCRIPTION="A deriving library for Ocsigen"
60 HOMEPAGE="http://github.com/ocsigen/deriving"
61 SRC_URI="http://github.com/ocsigen/deriving/archive/${PV}.tar.gz -> ${P}.tar.gz"
62
63 LICENSE="MIT"
64 SLOT="0/${PV}"
65 KEYWORDS="~amd64"
66 IUSE=""
67
68 RDEPEND="
69 >=dev-ml/type-conv-108:=
70 dev-ml/optcomp:=
71 dev-ml/findlib:=
72 "
73 DEPEND="${RDEPEND}
74 dev-ml/oasis"
75
76 DOCS=( CHANGES README.md )
77 oasis_configure_opts="--enable-tc"
78 OASIS_SETUP_COMMAND="./setup.exe"
79
80 src_configure() {
81 emake setup.exe
82 oasis_src_configure
83 }