public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in www-client/phantomjs: metadata.xml phantomjs-1.9.0.ebuild ChangeLog
@ 2013-04-25 19:36 Jason Donenfeld (zx2c4)
  0 siblings, 0 replies; only message in thread
From: Jason Donenfeld (zx2c4) @ 2013-04-25 19:36 UTC (permalink / raw
  To: gentoo-commits

zx2c4       13/04/25 19:36:22

  Modified:             metadata.xml ChangeLog
  Added:                phantomjs-1.9.0.ebuild
  Log:
  Bumping verison to 1.9.0. We're relying on the internal static build of qt now, since they've patched themselves too far away from upstream.
  
  (Portage version: 2.2.0_alpha173/cvs/Linux x86_64, signed Manifest commit with key A5DE03AE)

Revision  Changes    Path
1.3                  www-client/phantomjs/metadata.xml

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/phantomjs/metadata.xml?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/phantomjs/metadata.xml?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/phantomjs/metadata.xml?r1=1.2&r2=1.3

Index: metadata.xml
===================================================================
RCS file: /var/cvsroot/gentoo-x86/www-client/phantomjs/metadata.xml,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- metadata.xml	31 Mar 2012 17:03:14 -0000	1.2
+++ metadata.xml	25 Apr 2013 19:36:22 -0000	1.3
@@ -5,6 +5,10 @@
 		<email>vapier@gentoo.org</email>
 		<description>do whatever</description>
 	</maintainer>
+	<maintainer>
+		<email>zx2c4@gentoo.org</email>
+		<name>Jason A. Donenfeld</name>
+	</maintainer>
 	<upstream>
 		<remote-id type="google-code">phantomjs</remote-id>
 	</upstream>



1.6                  www-client/phantomjs/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/phantomjs/ChangeLog?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/phantomjs/ChangeLog?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/phantomjs/ChangeLog?r1=1.5&r2=1.6

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/www-client/phantomjs/ChangeLog,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- ChangeLog	2 Mar 2013 23:40:56 -0000	1.5
+++ ChangeLog	25 Apr 2013 19:36:22 -0000	1.6
@@ -1,6 +1,13 @@
 # ChangeLog for www-client/phantomjs
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/www-client/phantomjs/ChangeLog,v 1.5 2013/03/02 23:40:56 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-client/phantomjs/ChangeLog,v 1.6 2013/04/25 19:36:22 zx2c4 Exp $
+
+*phantomjs-1.9.0 (25 Apr 2013)
+
+  25 Apr 2013; Jason A. Donenfeld <zx2c4@gentoo.org> +phantomjs-1.9.0.ebuild,
+  metadata.xml:
+  Bumping verison to 1.9.0. We're relying on the internal static build of qt
+  now, since they've patched themselves too far away from upstream.
 
   02 Mar 2013; Markos Chandras <hwoarang@gentoo.org> phantomjs-1.3.0.ebuild,
   phantomjs-1.4.1.ebuild:



1.1                  www-client/phantomjs/phantomjs-1.9.0.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/phantomjs/phantomjs-1.9.0.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/phantomjs/phantomjs-1.9.0.ebuild?rev=1.1&content-type=text/plain

Index: phantomjs-1.9.0.ebuild
===================================================================
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/www-client/phantomjs/phantomjs-1.9.0.ebuild,v 1.1 2013/04/25 19:36:22 zx2c4 Exp $

EAPI=5

DESCRIPTION="A headless WebKit scriptable with a JavaScript API."
HOMEPAGE="http://phantomjs.org/"
SRC_URI="https://phantomjs.googlecode.com/files/${P}-source.zip"

LICENSE="BSD"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="examples"

DEPEND="media-libs/fontconfig media-libs/freetype"
RDEPEND="${DEPEND}"


src_prepare() {
	sed -i 's/# CONFIG += text_breaking_with_icu/CONFIG += text_breaking_with_icu/' \
	src/qt/src/3rdparty/webkit/Source/JavaScriptCore/JavaScriptCore.pri
}

src_compile() {
	./build.sh --confirm --qt-config $(pkg-config --cflags-only-I freetype2) || die
}

src_test() {
	./bin/phantomjs test/run-tests.js || die
}

src_install() {
	dobin bin/phantomjs || die
	dodoc ChangeLog README.md
	if use examples ; then
		docinto examples
		dodoc examples/* || die
	fi
}





^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2013-04-25 19:36 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-04-25 19:36 [gentoo-commits] gentoo-x86 commit in www-client/phantomjs: metadata.xml phantomjs-1.9.0.ebuild ChangeLog Jason Donenfeld (zx2c4)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox