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/iTeML: ChangeLog iTeML-2.0.1.ebuild
Date: Thu, 30 Oct 2014 16:45:00
Message-Id: 20141030164455.B77199142@oystercatcher.gentoo.org
1 aballier 14/10/30 16:44:55
2
3 Modified: ChangeLog iTeML-2.0.1.ebuild
4 Log:
5 add missing ounit dep, bug #514410 and define subslot
6
7 Signed-off-by: aballier@g.o
8 (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 160F534A)
9
10 Revision Changes Path
11 1.2 dev-ml/iTeML/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/iTeML/ChangeLog?rev=1.2&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/iTeML/ChangeLog?rev=1.2&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/iTeML/ChangeLog?r1=1.1&r2=1.2
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-ml/iTeML/ChangeLog,v
20 retrieving revision 1.1
21 retrieving revision 1.2
22 diff -u -r1.1 -r1.2
23 --- ChangeLog 22 Jul 2013 00:52:55 -0000 1.1
24 +++ ChangeLog 30 Oct 2014 16:44:55 -0000 1.2
25 @@ -1,6 +1,9 @@
26 # ChangeLog for dev-ml/iTeML
27 -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-ml/iTeML/ChangeLog,v 1.1 2013/07/22 00:52:55 aballier Exp $
29 +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
30 +# $Header: /var/cvsroot/gentoo-x86/dev-ml/iTeML/ChangeLog,v 1.2 2014/10/30 16:44:55 aballier Exp $
31 +
32 + 30 Oct 2014; Alexis Ballier <aballier@g.o> iTeML-2.0.1.ebuild:
33 + add missing ounit dep, bug #514410 and define subslot
34
35 *iTeML-2.0.1 (22 Jul 2013)
36
37
38
39
40 1.2 dev-ml/iTeML/iTeML-2.0.1.ebuild
41
42 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/iTeML/iTeML-2.0.1.ebuild?rev=1.2&view=markup
43 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/iTeML/iTeML-2.0.1.ebuild?rev=1.2&content-type=text/plain
44 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/iTeML/iTeML-2.0.1.ebuild?r1=1.1&r2=1.2
45
46 Index: iTeML-2.0.1.ebuild
47 ===================================================================
48 RCS file: /var/cvsroot/gentoo-x86/dev-ml/iTeML/iTeML-2.0.1.ebuild,v
49 retrieving revision 1.1
50 retrieving revision 1.2
51 diff -u -r1.1 -r1.2
52 --- iTeML-2.0.1.ebuild 22 Jul 2013 00:52:55 -0000 1.1
53 +++ iTeML-2.0.1.ebuild 30 Oct 2014 16:44:55 -0000 1.2
54 @@ -1,6 +1,6 @@
55 -# Copyright 1999-2013 Gentoo Foundation
56 +# Copyright 1999-2014 Gentoo Foundation
57 # Distributed under the terms of the GNU General Public License v2
58 -# $Header: /var/cvsroot/gentoo-x86/dev-ml/iTeML/iTeML-2.0.1.ebuild,v 1.1 2013/07/22 00:52:55 aballier Exp $
59 +# $Header: /var/cvsroot/gentoo-x86/dev-ml/iTeML/iTeML-2.0.1.ebuild,v 1.2 2014/10/30 16:44:55 aballier Exp $
60
61 EAPI=5
62
63 @@ -11,12 +11,13 @@
64 SRC_URI="https://github.com/vincent-hugot/iTeML/archive/v${PV}.tar.gz -> ${P}.tar.gz"
65
66 LICENSE="GPL-3"
67 -SLOT="0"
68 +SLOT="0/${PV}"
69 KEYWORDS="~amd64"
70 IUSE=""
71
72 -DEPEND="dev-ml/oasis"
73 -RDEPEND="${DEPEND}"
74 +RDEPEND="dev-ml/ounit:="
75 +DEPEND="${RDEPEND}
76 + dev-ml/oasis"
77
78 DOCS=( "${WORKDIR}/${P}/README.md" )