Gentoo Archives: gentoo-commits

From: "Patrice Clement (monsieurp)" <monsieurp@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sci-chemistry/scala: scala-3.3.20.ebuild ChangeLog
Date: Sat, 04 Jul 2015 13:20:48
Message-Id: 20150704132040.1297B74B@oystercatcher.gentoo.org
1 monsieurp 15/07/04 13:20:40
2
3 Modified: scala-3.3.20.ebuild ChangeLog
4 Log:
5 Update blocker on scala-bin (package has moved to dev-lang/). Fix bug 553912.
6
7 Signed-off-by: Patrice Clement <monsieurp@g.o>
8 (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 93491BB8)
9
10 Revision Changes Path
11 1.8 sci-chemistry/scala/scala-3.3.20.ebuild
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/scala/scala-3.3.20.ebuild?rev=1.8&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/scala/scala-3.3.20.ebuild?rev=1.8&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/scala/scala-3.3.20.ebuild?r1=1.7&r2=1.8
16
17 Index: scala-3.3.20.ebuild
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/sci-chemistry/scala/scala-3.3.20.ebuild,v
20 retrieving revision 1.7
21 retrieving revision 1.8
22 diff -u -r1.7 -r1.8
23 --- scala-3.3.20.ebuild 28 Feb 2015 19:15:33 -0000 1.7
24 +++ scala-3.3.20.ebuild 4 Jul 2015 13:20:40 -0000 1.8
25 @@ -1,6 +1,6 @@
26 # Copyright 1999-2015 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/scala/scala-3.3.20.ebuild,v 1.7 2015/02/28 19:15:33 monsieurp Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/scala/scala-3.3.20.ebuild,v 1.8 2015/07/04 13:20:40 monsieurp Exp $
30
31 EAPI=4
32
33 @@ -17,7 +17,7 @@
34
35 RDEPEND="
36 !<sci-chemistry/ccp4-6.1.2
37 - !dev-java/scala-bin
38 + !dev-lang/scala-bin
39 !dev-lang/scala
40 sci-libs/ccp4-libs
41 virtual/lapack"
42
43
44
45 1.22 sci-chemistry/scala/ChangeLog
46
47 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/scala/ChangeLog?rev=1.22&view=markup
48 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/scala/ChangeLog?rev=1.22&content-type=text/plain
49 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/scala/ChangeLog?r1=1.21&r2=1.22
50
51 Index: ChangeLog
52 ===================================================================
53 RCS file: /var/cvsroot/gentoo-x86/sci-chemistry/scala/ChangeLog,v
54 retrieving revision 1.21
55 retrieving revision 1.22
56 diff -u -r1.21 -r1.22
57 --- ChangeLog 28 Feb 2015 19:15:33 -0000 1.21
58 +++ ChangeLog 4 Jul 2015 13:20:40 -0000 1.22
59 @@ -1,6 +1,9 @@
60 # ChangeLog for sci-chemistry/scala
61 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
62 -# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/scala/ChangeLog,v 1.21 2015/02/28 19:15:33 monsieurp Exp $
63 +# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/scala/ChangeLog,v 1.22 2015/07/04 13:20:40 monsieurp Exp $
64 +
65 + 04 Jul 2015; Patrice Clement <monsieurp@g.o> scala-3.3.20.ebuild:
66 + Update blocker on scala-bin (package has moved to dev-lang/). Fix bug 553912.
67
68 28 Feb 2015; Patrice Clement <monsieurp@g.o> scala-3.3.20.ebuild:
69 Add two blockers against scala ebuilds and fix bug 541440. Signed off by jlec.