Gentoo Archives: gentoo-commits

From: "Thomas Kahle (tomka)" <tomka@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sci-misc/flashdot: flashdot-1.1.4.ebuild ChangeLog
Date: Fri, 25 Feb 2011 09:59:41
Message-Id: 20110225095931.70A912004F@flycatcher.gentoo.org
1 tomka 11/02/25 09:59:31
2
3 Modified: flashdot-1.1.4.ebuild ChangeLog
4 Log:
5 Adding missing dependency per bug 356017. Thanks to Diego Elio Pettenò for reporting.
6
7 (Portage version: 2.1.9.40/cvs/Linux i686)
8
9 Revision Changes Path
10 1.2 sci-misc/flashdot/flashdot-1.1.4.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-misc/flashdot/flashdot-1.1.4.ebuild?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-misc/flashdot/flashdot-1.1.4.ebuild?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-misc/flashdot/flashdot-1.1.4.ebuild?r1=1.1&r2=1.2
15
16 Index: flashdot-1.1.4.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/sci-misc/flashdot/flashdot-1.1.4.ebuild,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- flashdot-1.1.4.ebuild 8 Nov 2010 00:35:17 -0000 1.1
23 +++ flashdot-1.1.4.ebuild 25 Feb 2011 09:59:31 -0000 1.2
24 @@ -1,6 +1,6 @@
25 -# Copyright 1999-2010 Gentoo Foundation
26 +# Copyright 1999-2011 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/sci-misc/flashdot/flashdot-1.1.4.ebuild,v 1.1 2010/11/08 00:35:17 tomka Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/sci-misc/flashdot/flashdot-1.1.4.ebuild,v 1.2 2011/02/25 09:59:31 tomka Exp $
30
31 EAPI=2
32
33 @@ -18,6 +18,7 @@
34 DEPEND=">=dev-lang/ocaml-3.10[ocamlopt?]
35 dev-ml/ocamlsdl
36 dev-ml/ocamlgsl
37 + dev-ml/lablgl[glut]
38 x11-apps/xdpyinfo"
39 RDEPEND="${DEPEND}"
40
41
42
43
44 1.2 sci-misc/flashdot/ChangeLog
45
46 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-misc/flashdot/ChangeLog?rev=1.2&view=markup
47 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-misc/flashdot/ChangeLog?rev=1.2&content-type=text/plain
48 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-misc/flashdot/ChangeLog?r1=1.1&r2=1.2
49
50 Index: ChangeLog
51 ===================================================================
52 RCS file: /var/cvsroot/gentoo-x86/sci-misc/flashdot/ChangeLog,v
53 retrieving revision 1.1
54 retrieving revision 1.2
55 diff -u -r1.1 -r1.2
56 --- ChangeLog 8 Nov 2010 00:35:17 -0000 1.1
57 +++ ChangeLog 25 Feb 2011 09:59:31 -0000 1.2
58 @@ -1,6 +1,10 @@
59 # ChangeLog for sci-misc/flashdot
60 -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
61 -# $Header: /var/cvsroot/gentoo-x86/sci-misc/flashdot/ChangeLog,v 1.1 2010/11/08 00:35:17 tomka Exp $
62 +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
63 +# $Header: /var/cvsroot/gentoo-x86/sci-misc/flashdot/ChangeLog,v 1.2 2011/02/25 09:59:31 tomka Exp $
64 +
65 + 25 Feb 2011; Thomas Kahle <tomka@g.o> flashdot-1.1.4.ebuild:
66 + Adding missing dependency per bug 356017. Thanks to Diego Elio Pettenò for
67 + reporting.
68
69 *flashdot-1.1.4 (08 Nov 2010)