graaff 15/05/31 06:15:54 Modified: ChangeLog phantomjs-2.0.0.ebuild Log: Add dependency on ruby interpreter via the new ruby-single.eclass, fixing bug 522744. (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 0x8883FA56A308A8D7!)
Revision Changes Path 1.21 www-client/phantomjs/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/phantomjs/ChangeLog?rev=1.21&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/phantomjs/ChangeLog?rev=1.21&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/phantomjs/ChangeLog?r1=1.20&r2=1.21 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/www-client/phantomjs/ChangeLog,v retrieving revision 1.20 retrieving revision 1.21 diff -u -r1.20 -r1.21 --- ChangeLog 18 Mar 2015 20:17:45 -0000 1.20 +++ ChangeLog 31 May 2015 06:15:53 -0000 1.21 @@ -1,6 +1,10 @@ # ChangeLog for www-client/phantomjs # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/www-client/phantomjs/ChangeLog,v 1.20 2015/03/18 20:17:45 graaff Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-client/phantomjs/ChangeLog,v 1.21 2015/05/31 06:15:53 graaff Exp $ + + 31 May 2015; Hans de Graaff <[email protected]> phantomjs-2.0.0.ebuild: + Add dependency on ruby interpreter via the new ruby-single.eclass, fixing bug + 522744. 18 Mar 2015; Hans de Graaff <[email protected]> phantomjs-2.0.0.ebuild, +files/phantomjs-python3-udis86-itab.patch: 1.3 www-client/phantomjs/phantomjs-2.0.0.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/phantomjs/phantomjs-2.0.0.ebuild?rev=1.3&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/phantomjs/phantomjs-2.0.0.ebuild?rev=1.3&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/phantomjs/phantomjs-2.0.0.ebuild?r1=1.2&r2=1.3 Index: phantomjs-2.0.0.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/www-client/phantomjs/phantomjs-2.0.0.ebuild,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- phantomjs-2.0.0.ebuild 18 Mar 2015 20:17:45 -0000 1.2 +++ phantomjs-2.0.0.ebuild 31 May 2015 06:15:53 -0000 1.3 @@ -1,10 +1,12 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/www-client/phantomjs/phantomjs-2.0.0.ebuild,v 1.2 2015/03/18 20:17:45 graaff Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-client/phantomjs/phantomjs-2.0.0.ebuild,v 1.3 2015/05/31 06:15:53 graaff Exp $ EAPI=5 -inherit eutils toolchain-funcs pax-utils multiprocessing +USE_RUBY="ruby19 ruby20 ruby21 ruby22" + +inherit eutils toolchain-funcs pax-utils multiprocessing ruby-single DESCRIPTION="A headless WebKit scriptable with a JavaScript API" HOMEPAGE="http://phantomjs.org/" @@ -24,6 +26,7 @@ media-libs/libpng:0= virtual/jpeg:0" DEPEND="${RDEPEND} + ${RUBY_DEPS} app-arch/unzip virtual/pkgconfig"
