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/res: ChangeLog res-4.0.6.ebuild
Date: Wed, 29 Oct 2014 09:48:23
Message-Id: 20141029094819.1C49A8FDE@oystercatcher.gentoo.org
1 aballier 14/10/29 09:48:19
2
3 Modified: ChangeLog
4 Added: res-4.0.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.29 dev-ml/res/ChangeLog
13
14 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/res/ChangeLog?rev=1.29&view=markup
15 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/res/ChangeLog?rev=1.29&content-type=text/plain
16 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/res/ChangeLog?r1=1.28&r2=1.29
17
18 Index: ChangeLog
19 ===================================================================
20 RCS file: /var/cvsroot/gentoo-x86/dev-ml/res/ChangeLog,v
21 retrieving revision 1.28
22 retrieving revision 1.29
23 diff -u -r1.28 -r1.29
24 --- ChangeLog 13 Apr 2014 16:21:19 -0000 1.28
25 +++ ChangeLog 29 Oct 2014 09:48:19 -0000 1.29
26 @@ -1,6 +1,11 @@
27 # ChangeLog for dev-ml/res
28 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
29 -# $Header: /var/cvsroot/gentoo-x86/dev-ml/res/ChangeLog,v 1.28 2014/04/13 16:21:19 ago Exp $
30 +# $Header: /var/cvsroot/gentoo-x86/dev-ml/res/ChangeLog,v 1.29 2014/10/29 09:48:19 aballier Exp $
31 +
32 +*res-4.0.6 (29 Oct 2014)
33 +
34 + 29 Oct 2014; Alexis Ballier <aballier@g.o> +res-4.0.6.ebuild:
35 + version bump
36
37 13 Apr 2014; Agostino Sarubbo <ago@g.o> res-4.0.4.ebuild:
38 Stable for ppc, wrt bug #502736
39
40
41
42 1.1 dev-ml/res/res-4.0.6.ebuild
43
44 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/res/res-4.0.6.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/res/res-4.0.6.ebuild?rev=1.1&content-type=text/plain
46
47 Index: res-4.0.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/res/res-4.0.6.ebuild,v 1.1 2014/10/29 09:48:19 aballier Exp $
52
53 EAPI=5
54
55 OASIS_BUILD_DOCS=1
56
57 inherit oasis
58
59 DESCRIPTION="Resizable Array and Buffer modules for O'Caml"
60 HOMEPAGE="http://mmottl.github.io/res/"
61 SRC_URI="https://github.com/mmottl/res/releases/download/v${PV}/${P}.tar.gz"
62 LICENSE="LGPL-2.1-with-linking-exception"
63
64 RDEPEND=""
65 DEPEND="${RDEPEND}
66 >=dev-ml/findlib-1.5"
67 SLOT="0/${PV}"
68 KEYWORDS="~amd64 ~ppc ~x86"
69 IUSE="examples"
70
71 DOCS=( "AUTHORS.txt" "CHANGES.txt" "README.md" )
72
73 src_install() {
74 oasis_src_install
75 if use examples ; then
76 insinto /usr/share/doc/${PF}
77 doins -r examples
78 fi
79 }