Gentoo Archives: gentoo-commits

From: "Hans de Graaff (graaff)" <graaff@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in www-client/phantomjs: ChangeLog phantomjs-2.0.0.ebuild
Date: Sun, 31 May 2015 06:15:58
Message-Id: 20150531061554.071E4A11@oystercatcher.gentoo.org
1 graaff 15/05/31 06:15:54
2
3 Modified: ChangeLog phantomjs-2.0.0.ebuild
4 Log:
5 Add dependency on ruby interpreter via the new ruby-single.eclass, fixing bug 522744.
6
7 (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 0x8883FA56A308A8D7!)
8
9 Revision Changes Path
10 1.21 www-client/phantomjs/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/phantomjs/ChangeLog?rev=1.21&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/phantomjs/ChangeLog?rev=1.21&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/phantomjs/ChangeLog?r1=1.20&r2=1.21
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/www-client/phantomjs/ChangeLog,v
19 retrieving revision 1.20
20 retrieving revision 1.21
21 diff -u -r1.20 -r1.21
22 --- ChangeLog 18 Mar 2015 20:17:45 -0000 1.20
23 +++ ChangeLog 31 May 2015 06:15:53 -0000 1.21
24 @@ -1,6 +1,10 @@
25 # ChangeLog for www-client/phantomjs
26 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/www-client/phantomjs/ChangeLog,v 1.20 2015/03/18 20:17:45 graaff Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/www-client/phantomjs/ChangeLog,v 1.21 2015/05/31 06:15:53 graaff Exp $
29 +
30 + 31 May 2015; Hans de Graaff <graaff@g.o> phantomjs-2.0.0.ebuild:
31 + Add dependency on ruby interpreter via the new ruby-single.eclass, fixing bug
32 + 522744.
33
34 18 Mar 2015; Hans de Graaff <graaff@g.o> phantomjs-2.0.0.ebuild,
35 +files/phantomjs-python3-udis86-itab.patch:
36
37
38
39 1.3 www-client/phantomjs/phantomjs-2.0.0.ebuild
40
41 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/phantomjs/phantomjs-2.0.0.ebuild?rev=1.3&view=markup
42 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/phantomjs/phantomjs-2.0.0.ebuild?rev=1.3&content-type=text/plain
43 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/phantomjs/phantomjs-2.0.0.ebuild?r1=1.2&r2=1.3
44
45 Index: phantomjs-2.0.0.ebuild
46 ===================================================================
47 RCS file: /var/cvsroot/gentoo-x86/www-client/phantomjs/phantomjs-2.0.0.ebuild,v
48 retrieving revision 1.2
49 retrieving revision 1.3
50 diff -u -r1.2 -r1.3
51 --- phantomjs-2.0.0.ebuild 18 Mar 2015 20:17:45 -0000 1.2
52 +++ phantomjs-2.0.0.ebuild 31 May 2015 06:15:53 -0000 1.3
53 @@ -1,10 +1,12 @@
54 # Copyright 1999-2015 Gentoo Foundation
55 # Distributed under the terms of the GNU General Public License v2
56 -# $Header: /var/cvsroot/gentoo-x86/www-client/phantomjs/phantomjs-2.0.0.ebuild,v 1.2 2015/03/18 20:17:45 graaff Exp $
57 +# $Header: /var/cvsroot/gentoo-x86/www-client/phantomjs/phantomjs-2.0.0.ebuild,v 1.3 2015/05/31 06:15:53 graaff Exp $
58
59 EAPI=5
60
61 -inherit eutils toolchain-funcs pax-utils multiprocessing
62 +USE_RUBY="ruby19 ruby20 ruby21 ruby22"
63 +
64 +inherit eutils toolchain-funcs pax-utils multiprocessing ruby-single
65
66 DESCRIPTION="A headless WebKit scriptable with a JavaScript API"
67 HOMEPAGE="http://phantomjs.org/"
68 @@ -24,6 +26,7 @@
69 media-libs/libpng:0=
70 virtual/jpeg:0"
71 DEPEND="${RDEPEND}
72 + ${RUBY_DEPS}
73 app-arch/unzip
74 virtual/pkgconfig"