Gentoo Archives: gentoo-commits

From: "Alistair Bush (ali_bush)" <ali_bush@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-lang/scala: ChangeLog scala-2.8.1.ebuild
Date: Fri, 06 May 2011 16:13:48
Message-Id: 20110506161338.3F82720054@flycatcher.gentoo.org
1 ali_bush 11/05/06 16:13:38
2
3 Modified: ChangeLog scala-2.8.1.ebuild
4 Log:
5 Cleanup deprecated functions.
6
7 (Portage version: 2.1.9.46/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.23 dev-lang/scala/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/scala/ChangeLog?rev=1.23&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/scala/ChangeLog?rev=1.23&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/scala/ChangeLog?r1=1.22&r2=1.23
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-lang/scala/ChangeLog,v
19 retrieving revision 1.22
20 retrieving revision 1.23
21 diff -u -r1.22 -r1.23
22 --- ChangeLog 29 Apr 2011 10:35:26 -0000 1.22
23 +++ ChangeLog 6 May 2011 16:13:38 -0000 1.23
24 @@ -1,6 +1,9 @@
25 # ChangeLog for dev-lang/scala
26 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/scala/ChangeLog,v 1.22 2011/04/29 10:35:26 ali_bush Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-lang/scala/ChangeLog,v 1.23 2011/05/06 16:13:38 ali_bush Exp $
29 +
30 + 06 May 2011; Alistair Bush <ali_bush@g.o> scala-2.8.1.ebuild:
31 + Remove deprecated ebeep and epause.
32
33 *scala-2.8.1 (29 Apr 2011)
34
35
36
37
38 1.3 dev-lang/scala/scala-2.8.1.ebuild
39
40 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/scala/scala-2.8.1.ebuild?rev=1.3&view=markup
41 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/scala/scala-2.8.1.ebuild?rev=1.3&content-type=text/plain
42 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/scala/scala-2.8.1.ebuild?r1=1.2&r2=1.3
43
44 Index: scala-2.8.1.ebuild
45 ===================================================================
46 RCS file: /var/cvsroot/gentoo-x86/dev-lang/scala/scala-2.8.1.ebuild,v
47 retrieving revision 1.2
48 retrieving revision 1.3
49 diff -u -r1.2 -r1.3
50 --- scala-2.8.1.ebuild 29 Apr 2011 12:02:49 -0000 1.2
51 +++ scala-2.8.1.ebuild 6 May 2011 16:13:38 -0000 1.3
52 @@ -1,6 +1,6 @@
53 # Copyright 1999-2011 Gentoo Foundation
54 # Distributed under the terms of the GNU General Public License v2
55 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/scala/scala-2.8.1.ebuild,v 1.2 2011/04/29 12:02:49 ali_bush Exp $
56 +# $Header: /var/cvsroot/gentoo-x86/dev-lang/scala/scala-2.8.1.ebuild,v 1.3 2011/05/06 16:13:38 ali_bush Exp $
57
58 EAPI="3"
59 JAVA_PKG_IUSE="doc examples source"
60 @@ -43,8 +43,6 @@
61 ewarn "This package can fail to build with memory allocation errors in some cases."
62 ewarn "If you are unable to build from sources, please try USE=binary"
63 ewarn "for this package. See bug #181390 for more information."
64 - ebeep 3
65 - epause 5
66
67 if use amd64; then
68 CHECKREQS_MEMORY="1024"