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/xstr: ChangeLog xstr-0.2.1.ebuild
Date: Sun, 03 Mar 2013 14:57:52
Message-Id: 20130303145749.C68972171D@flycatcher.gentoo.org
1 aballier 13/03/03 14:57:49
2
3 Modified: ChangeLog xstr-0.2.1.ebuild
4 Log:
5 eapi5: define subslot and use slot deps.
6
7 (Portage version: 2.2.0_alpha164/cvs/Linux x86_64, signed Manifest commit with key 160F534A)
8
9 Revision Changes Path
10 1.5 dev-ml/xstr/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/xstr/ChangeLog?rev=1.5&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/xstr/ChangeLog?rev=1.5&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/xstr/ChangeLog?r1=1.4&r2=1.5
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-ml/xstr/ChangeLog,v
19 retrieving revision 1.4
20 retrieving revision 1.5
21 diff -u -r1.4 -r1.5
22 --- ChangeLog 14 Dec 2012 11:17:18 -0000 1.4
23 +++ ChangeLog 3 Mar 2013 14:57:49 -0000 1.5
24 @@ -1,6 +1,9 @@
25 # ChangeLog for dev-ml/xstr
26 -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-ml/xstr/ChangeLog,v 1.4 2012/12/14 11:17:18 ulm Exp $
28 +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
29 +# $Header: /var/cvsroot/gentoo-x86/dev-ml/xstr/ChangeLog,v 1.5 2013/03/03 14:57:49 aballier Exp $
30 +
31 + 03 Mar 2013; Alexis Ballier <aballier@g.o> xstr-0.2.1.ebuild:
32 + eapi5: define subslot and use slot deps.
33
34 14 Dec 2012; Ulrich Müller <ulm@g.o> xstr-0.2.1.ebuild:
35 Fix LICENSE, MIT (Expat) according to LICENSE file, bug 445046. Do not
36
37
38
39 1.5 dev-ml/xstr/xstr-0.2.1.ebuild
40
41 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/xstr/xstr-0.2.1.ebuild?rev=1.5&view=markup
42 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/xstr/xstr-0.2.1.ebuild?rev=1.5&content-type=text/plain
43 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/xstr/xstr-0.2.1.ebuild?r1=1.4&r2=1.5
44
45 Index: xstr-0.2.1.ebuild
46 ===================================================================
47 RCS file: /var/cvsroot/gentoo-x86/dev-ml/xstr/xstr-0.2.1.ebuild,v
48 retrieving revision 1.4
49 retrieving revision 1.5
50 diff -u -r1.4 -r1.5
51 --- xstr-0.2.1.ebuild 14 Dec 2012 11:17:18 -0000 1.4
52 +++ xstr-0.2.1.ebuild 3 Mar 2013 14:57:49 -0000 1.5
53 @@ -1,6 +1,8 @@
54 -# Copyright 1999-2012 Gentoo Foundation
55 +# Copyright 1999-2013 Gentoo Foundation
56 # Distributed under the terms of the GNU General Public License v2
57 -# $Header: /var/cvsroot/gentoo-x86/dev-ml/xstr/xstr-0.2.1.ebuild,v 1.4 2012/12/14 11:17:18 ulm Exp $
58 +# $Header: /var/cvsroot/gentoo-x86/dev-ml/xstr/xstr-0.2.1.ebuild,v 1.5 2013/03/03 14:57:49 aballier Exp $
59 +
60 +EAPI=5
61
62 inherit findlib
63
64 @@ -9,12 +11,12 @@
65 SRC_URI="http://www.ocaml-programming.de/packages/${P}.tar.gz"
66
67 LICENSE="MIT"
68 -SLOT="0"
69 +SLOT="0/${PV}"
70 KEYWORDS="~amd64 ppc x86"
71 IUSE=""
72
73 -DEPEND=""
74 -RDEPEND="$DEPEND"
75 +DEPEND=">=dev-lang/ocaml-3.10:=[ocamlopt]"
76 +RDEPEND="${DEPEND}"
77
78 S="${WORKDIR}/${PN}"