Gentoo Archives: gentoo-commits

From: "Pacho Ramos (pacho)" <pacho@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-lang/erlang: erlang-17.5.ebuild ChangeLog
Date: Thu, 23 Jul 2015 20:59:50
Message-Id: 20150723205947.AADECB7@oystercatcher.gentoo.org
1 pacho 15/07/23 20:59:47
2
3 Modified: erlang-17.5.ebuild ChangeLog
4 Log:
5 ppc stable wrt bug #552444
6
7 (Portage version: 2.2.20/cvs/Linux x86_64, RepoMan options: --include-arches="ppc", signed Manifest commit with key A188FBD4)
8
9 Revision Changes Path
10 1.3 dev-lang/erlang/erlang-17.5.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/erlang/erlang-17.5.ebuild?rev=1.3&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/erlang/erlang-17.5.ebuild?rev=1.3&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/erlang/erlang-17.5.ebuild?r1=1.2&r2=1.3
15
16 Index: erlang-17.5.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-lang/erlang/erlang-17.5.ebuild,v
19 retrieving revision 1.2
20 retrieving revision 1.3
21 diff -u -r1.2 -r1.3
22 --- erlang-17.5.ebuild 16 Jul 2015 17:32:28 -0000 1.2
23 +++ erlang-17.5.ebuild 23 Jul 2015 20:59:47 -0000 1.3
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2015 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/erlang/erlang-17.5.ebuild,v 1.2 2015/07/16 17:32:28 klausman Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-lang/erlang/erlang-17.5.ebuild,v 1.3 2015/07/23 20:59:47 pacho Exp $
29
30 EAPI=4
31 WX_GTK_VER="2.8"
32 @@ -18,7 +18,7 @@
33
34 LICENSE="ErlPL-1.1"
35 SLOT="0"
36 -KEYWORDS="alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris"
37 +KEYWORDS="alpha ~amd64 ~arm ~ia64 ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris"
38 IUSE="compat-ethread doc emacs halfword hipe java kpoll odbc smp sctp ssl systemd tk wxwidgets"
39
40 RDEPEND=">=dev-lang/perl-5.6.1
41
42
43
44 1.271 dev-lang/erlang/ChangeLog
45
46 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/erlang/ChangeLog?rev=1.271&view=markup
47 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/erlang/ChangeLog?rev=1.271&content-type=text/plain
48 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/erlang/ChangeLog?r1=1.270&r2=1.271
49
50 Index: ChangeLog
51 ===================================================================
52 RCS file: /var/cvsroot/gentoo-x86/dev-lang/erlang/ChangeLog,v
53 retrieving revision 1.270
54 retrieving revision 1.271
55 diff -u -r1.270 -r1.271
56 --- ChangeLog 19 Jul 2015 10:57:36 -0000 1.270
57 +++ ChangeLog 23 Jul 2015 20:59:47 -0000 1.271
58 @@ -1,6 +1,9 @@
59 # ChangeLog for dev-lang/erlang
60 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
61 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/erlang/ChangeLog,v 1.270 2015/07/19 10:57:36 djc Exp $
62 +# $Header: /var/cvsroot/gentoo-x86/dev-lang/erlang/ChangeLog,v 1.271 2015/07/23 20:59:47 pacho Exp $
63 +
64 + 23 Jul 2015; Pacho Ramos <pacho@g.o> erlang-17.5.ebuild:
65 + ppc stable wrt bug #552444
66
67 19 Jul 2015; Dirkjan Ochtman <djc@g.o> erlang-18.0.ebuild:
68 Remove dependency on perl (bug 551796)