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/faillib: faillib-111.17.00.ebuild ChangeLog
Date: Thu, 30 Oct 2014 17:20:23
Message-Id: 20141030172017.51A729152@oystercatcher.gentoo.org
1 aballier 14/10/30 17:20:17
2
3 Modified: ChangeLog
4 Added: faillib-111.17.00.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.2 dev-ml/faillib/ChangeLog
13
14 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/faillib/ChangeLog?rev=1.2&view=markup
15 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/faillib/ChangeLog?rev=1.2&content-type=text/plain
16 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/faillib/ChangeLog?r1=1.1&r2=1.2
17
18 Index: ChangeLog
19 ===================================================================
20 RCS file: /var/cvsroot/gentoo-x86/dev-ml/faillib/ChangeLog,v
21 retrieving revision 1.1
22 retrieving revision 1.2
23 diff -u -r1.1 -r1.2
24 --- ChangeLog 19 Jan 2014 16:29:46 -0000 1.1
25 +++ ChangeLog 30 Oct 2014 17:20:17 -0000 1.2
26 @@ -1,6 +1,11 @@
27 # ChangeLog for dev-ml/faillib
28 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
29 -# $Header: /var/cvsroot/gentoo-x86/dev-ml/faillib/ChangeLog,v 1.1 2014/01/19 16:29:46 aballier Exp $
30 +# $Header: /var/cvsroot/gentoo-x86/dev-ml/faillib/ChangeLog,v 1.2 2014/10/30 17:20:17 aballier Exp $
31 +
32 +*faillib-111.17.00 (30 Oct 2014)
33 +
34 + 30 Oct 2014; Alexis Ballier <aballier@g.o> +faillib-111.17.00.ebuild:
35 + version bump
36
37 *faillib-109.60.00 (19 Jan 2014)
38
39
40
41
42 1.1 dev-ml/faillib/faillib-111.17.00.ebuild
43
44 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/faillib/faillib-111.17.00.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/faillib/faillib-111.17.00.ebuild?rev=1.1&content-type=text/plain
46
47 Index: faillib-111.17.00.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/faillib/faillib-111.17.00.ebuild,v 1.1 2014/10/30 17:20:17 aballier Exp $
52
53 EAPI="5"
54
55 inherit oasis
56
57 MY_P=${PN/-/_}-${PV}
58 DESCRIPTION="Syntax extension for inserting the current location"
59 HOMEPAGE="http://www.janestreet.com/ocaml"
60 SRC_URI="http://ocaml.janestreet.com/ocaml-core/${PV%.*}.00/individual/${MY_P}.tar.gz"
61
62 LICENSE="LGPL-2.1-with-linking-exception"
63 SLOT="0/${PV}"
64 KEYWORDS="~amd64"
65 IUSE=""
66
67 DEPEND="
68 dev-ml/herelib:=
69 "
70 RDEPEND="${DEPEND}"
71
72 S="${WORKDIR}/${MY_P}"