* [gentoo-commits] gentoo-x86 commit in net-libs/webkit-gtk: webkit-gtk-1.8.3-r201.ebuild ChangeLog
@ 2013-04-11 21:41 Pacho Ramos (pacho)
0 siblings, 0 replies; 9+ messages in thread
From: Pacho Ramos (pacho) @ 2013-04-11 21:41 UTC (permalink / raw
To: gentoo-commits
pacho 13/04/11 21:41:39
Modified: ChangeLog
Added: webkit-gtk-1.8.3-r201.ebuild
Log:
Fix spell checking, bug #447500 by Walther
(Portage version: 2.1.11.60/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
Revision Changes Path
1.198 net-libs/webkit-gtk/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/webkit-gtk/ChangeLog?rev=1.198&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/webkit-gtk/ChangeLog?rev=1.198&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/webkit-gtk/ChangeLog?r1=1.197&r2=1.198
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-libs/webkit-gtk/ChangeLog,v
retrieving revision 1.197
retrieving revision 1.198
diff -u -r1.197 -r1.198
--- ChangeLog 10 Apr 2013 21:58:20 -0000 1.197
+++ ChangeLog 11 Apr 2013 21:41:39 -0000 1.198
@@ -1,6 +1,12 @@
# ChangeLog for net-libs/webkit-gtk
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/webkit-gtk/ChangeLog,v 1.197 2013/04/10 21:58:20 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/webkit-gtk/ChangeLog,v 1.198 2013/04/11 21:41:39 pacho Exp $
+
+*webkit-gtk-1.8.3-r201 (11 Apr 2013)
+
+ 11 Apr 2013; Pacho Ramos <pacho@gentoo.org>
+ +files/webkit-gtk-1.8.3-spellchecker.patch, +webkit-gtk-1.8.3-r201.ebuild:
+ Fix spell checking, bug #447500 by Walther
10 Apr 2013; Pacho Ramos <pacho@gentoo.org> webkit-gtk-2.0.0.ebuild:
use proper gcc dependency version (#465304 by Andrew John Hughes)
1.1 net-libs/webkit-gtk/webkit-gtk-1.8.3-r201.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/webkit-gtk/webkit-gtk-1.8.3-r201.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/webkit-gtk/webkit-gtk-1.8.3-r201.ebuild?rev=1.1&content-type=text/plain
Index: webkit-gtk-1.8.3-r201.ebuild
===================================================================
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-libs/webkit-gtk/webkit-gtk-1.8.3-r201.ebuild,v 1.1 2013/04/11 21:41:39 pacho Exp $
EAPI=5
# Don't define PYTHON_DEPEND: python only needed at build time
inherit autotools check-reqs eutils flag-o-matic gnome2-utils pax-utils python virtualx
MY_P="webkit-${PV}"
DESCRIPTION="Open source web browser engine"
HOMEPAGE="http://www.webkitgtk.org/"
SRC_URI="http://www.webkitgtk.org/releases/${MY_P}.tar.xz"
LICENSE="LGPL-2+ BSD"
SLOT="2"
KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux ~x86-macos"
IUSE="aqua coverage debug +geoloc +gstreamer +introspection +jit spell +webgl"
# bugs 372493, 416331
REQUIRED_USE="introspection? ( geoloc gstreamer )"
# use sqlite, svg by default
# dependency on >=x11-libs/gtk+-2.13:2 for gail
RDEPEND="
dev-libs/libxml2:2
dev-libs/libxslt
virtual/jpeg
>=media-libs/libpng-1.4:0=
>=x11-libs/cairo-1.10
>=dev-libs/glib-2.32:2
>=x11-libs/gtk+-2.13:2[aqua=,introspection?]
>=dev-libs/icu-3.8.1-r1
>=net-libs/libsoup-2.37.92:2.4[introspection?]
dev-db/sqlite:3
>=x11-libs/pango-1.21
x11-libs/libXrender
geoloc? ( app-misc/geoclue )
gstreamer? (
media-libs/gstreamer:0.10
>=media-libs/gst-plugins-base-0.10.30:0.10 )
introspection? ( >=dev-libs/gobject-introspection-0.9.5 )
spell? ( >=app-text/enchant-0.22 )
webgl? ( virtual/opengl )
"
# paxctl needed for bug #407085
DEPEND="${RDEPEND}
dev-lang/perl
=dev-lang/python-2*
sys-devel/bison
>=sys-devel/flex-2.5.33
sys-devel/gettext
dev-util/gperf
virtual/pkgconfig
dev-util/gtk-doc-am
introspection? ( jit? ( sys-apps/paxctl ) )
test? ( x11-themes/hicolor-icon-theme
jit? ( sys-apps/paxctl ) )
"
# Need real bison, not yacc
S="${WORKDIR}/${MY_P}"
CHECKREQS_DISK_BUILD="18G" # and even this might not be enough, bug #417307
pkg_pretend() {
if [[ ${MERGE_TYPE} != "binary" ]] && is-flagq "-g*" ; then
einfo "Checking for sufficient disk space to build ${PN} with debugging CFLAGS"
check-reqs_pkg_pretend
fi
}
pkg_setup() {
# Check whether any of the debugging flags is enabled
if [[ ${MERGE_TYPE} != "binary" ]] && is-flagq "-g*" ; then
if is-flagq "-ggdb" && [[ ${WEBKIT_GTK_GGDB} != "yes" ]]; then
replace-flags -ggdb -g
ewarn "Replacing \"-ggdb\" with \"-g\" in your CFLAGS."
ewarn "Building ${PN} with \"-ggdb\" produces binaries which are too"
ewarn "large for current binutils releases (bug #432784) and has very"
ewarn "high temporary build space and memory requirements."
ewarn "If you really want to build ${PN} with \"-ggdb\", add"
ewarn "WEBKIT_GTK_GGDB=yes"
ewarn "to your make.conf file."
fi
einfo "You need to have at least 18GB of temporary build space available"
einfo "to build ${PN} with debugging CFLAGS. Note that it might still"
einfo "not be enough, as the total space requirements depend on the flags"
einfo "(-ggdb vs -g1) and enabled features."
check-reqs_pkg_setup
fi
# Needed for CodeGeneratorInspector.py
python_set_active_version 2
python_pkg_setup
}
src_prepare() {
DOCS="ChangeLog NEWS" # other ChangeLog files handled by src_install
# FIXME: Fix unaligned accesses on ARM, IA64 and SPARC
# https://bugs.webkit.org/show_bug.cgi?id=19775
# TODO: FAILS TO APPLY!
#use sparc && epatch "${FILESDIR}"/${PN}-1.2.3-fix-pool-sparc.patch
# USE=-gstreamer build failure, bug #412221, https://bugs.webkit.org/show_bug.cgi?id=84526
epatch "${FILESDIR}/${PN}-1.8.1-CodeGeneratorGObject-properties.patch"
# bug #416057; in 1.9.x
epatch "${FILESDIR}/${PN}-1.8.1-gst-required-version.patch"
# bug #428012; in 1.9.x
epatch "${FILESDIR}/${PN}-1.8.2-bison-2.6.patch"
# bug #417523, https://bugs.webkit.org/show_bug.cgi?id=96602
epatch "${FILESDIR}/${PN}-1.8.3-libdl.patch"
# uclibc fix, bug #441674
epatch "${FILESDIR}/${PN}-1.8.3-disable-backtrace-uclibc.patch"
# intermediate MacPorts hack while upstream bug is not fixed properly
# https://bugs.webkit.org/show_bug.cgi?id=28727
use aqua && epatch "${FILESDIR}"/${PN}-1.6.1-darwin-quartz.patch
# Bug #403049, https://bugs.webkit.org/show_bug.cgi?id=79605
epatch "${FILESDIR}/${PN}-1.7.5-linguas.patch"
# Bad utf8 data is being passed to enchant_dict_check, bug #447500
epatch "${FILESDIR}/${PN}-1.8.3-spellchecker.patch"
# Drop DEPRECATED flags
sed -i -e 's:-D[A-Z_]*DISABLE_DEPRECATED:$(NULL):g' GNUmakefile.am || die
# Don't force -O2
sed -i 's/-O2//g' "${S}"/configure.ac || die
# Build-time segfaults under PaX with USE="introspection jit", bug #404215
if use introspection && use jit; then
epatch "${FILESDIR}/${PN}-1.6.3-paxctl-introspection.patch"
cp "${FILESDIR}/gir-paxctl-lt-wrapper" "${S}/" || die
fi
# We need to reset some variables to prevent permissions problems and failures
# like https://bugs.webkit.org/show_bug.cgi?id=35471 and bug #323669
gnome2_environment_reset
# https://bugs.webkit.org/show_bug.cgi?id=79498
epatch "${FILESDIR}/${PN}-1.7.90-parallel-make-hack.patch"
# XXX: failing tests
# https://bugs.webkit.org/show_bug.cgi?id=50744
# testkeyevents is interactive
# mimehandling test sometimes fails under Xvfb (works fine manually)
# datasource test needs a network connection and intermittently fails with icedtea-web
# webplugindatabase intermittently fails with icedtea-web
sed -e '/Programs\/unittests\/testwebinspector/ d' \
-e '/Programs\/unittests\/testkeyevents/ d' \
-e '/Programs\/unittests\/testmimehandling/ d' \
-e '/Programs\/unittests\/testwebdatasource/ d' \
-e '/Programs\/unittests\/testwebplugindatabase/ d' \
-i Source/WebKit/gtk/GNUmakefile.am || die
# garbage collection test fails intermittently if icedtea-web is installed
epatch "${FILESDIR}/${PN}-1.7.90-test_garbage_collection.patch"
# occasional test failure due to additional Xvfb process spawned
epatch "${FILESDIR}/${PN}-1.8.1-tests-xvfb.patch"
# For >=sys-devel/automake-1.12 compability wrt #420591
sed -i -e 's:mkdir_p:MKDIR_P:' {.,Source/WebKit/gtk/po}/GNUmakefile.am || die
# Respect CC, otherwise fails on prefix #395875
tc-export CC
# Prevent maintainer mode from being triggered during make
AT_M4DIR=Source/autotools eautoreconf
# Ugly hack of a workaround for bizarre paludis behavior, bug #406117
# http://paludis.exherbo.org/trac/ticket/1230
sed -e '/ --\(en\|dis\)able-dependency-tracking/ d' -i configure || die
}
src_configure() {
# It doesn't compile on alpha without this in LDFLAGS
use alpha && append-ldflags "-Wl,--no-relax"
# Sigbuses on SPARC with mcpu and co.
use sparc && filter-flags "-mvis"
# https://bugs.webkit.org/show_bug.cgi?id=42070 , #301634
use ppc64 && append-flags "-mminimal-toc"
local myconf
# XXX: Check Web Audio support
# XXX: dependency-tracking is required so parallel builds won't fail
# WebKit2 can only be built with gtk3
# API documentation (gtk-doc) is built in webkit-gtk:3, always disable here
myconf="
$(use_enable coverage)
$(use_enable debug)
$(use_enable debug debug-features)
$(use_enable geoloc geolocation)
$(use_enable spell spellcheck)
$(use_enable introspection)
$(use_enable gstreamer video)
$(use_enable jit)
$(use_enable webgl)
--enable-web-sockets
--with-gtk=2.0
--disable-gtk-doc
--disable-webkit2
--enable-dependency-tracking
$(use aqua && echo "--with-font-backend=pango --with-target=quartz")"
econf ${myconf}
}
src_compile() {
# Horrible failure of a hack to work around parallel make problems,
# see https://bugs.webkit.org/show_bug.cgi?id=79498
emake -j1 all-built-sources-local
emake all-ltlibraries-local
emake all-programs-local
use introspection && emake WebKit-1.0.gir
emake all-data-local
default
}
src_test() {
# Tests expect an out-of-source build in WebKitBuild
ln -s . WebKitBuild || die "ln failed"
# Prevents test failures on PaX systems
use jit && pax-mark m $(list-paxables Programs/unittests/test*) \
Programs/unittests/.libs/test*
unset DISPLAY
# Tests need virtualx, bug #294691, bug #310695
# Parallel tests sometimes fail
Xemake -j1 check
}
src_install() {
default
newdoc Source/WebKit/gtk/ChangeLog ChangeLog.gtk
newdoc Source/WebKit/gtk/po/ChangeLog ChangeLog.gtk-po
newdoc Source/JavaScriptCore/ChangeLog ChangeLog.JavaScriptCore
newdoc Source/WebCore/ChangeLog ChangeLog.WebCore
prune_libtool_files
# Prevents crashes on PaX systems
use jit && pax-mark m "${ED}usr/bin/jsc-1"
# File collisions with slot 3
# bug #402699, https://bugs.webkit.org/show_bug.cgi?id=78134
rm -rf "${ED}usr/share/gtk-doc" || die
}
^ permalink raw reply [flat|nested] 9+ messages in thread
* [gentoo-commits] gentoo-x86 commit in net-libs/webkit-gtk: webkit-gtk-1.8.3-r201.ebuild ChangeLog
@ 2013-04-30 21:07 Sergei Trofimovich (slyfox)
0 siblings, 0 replies; 9+ messages in thread
From: Sergei Trofimovich (slyfox) @ 2013-04-30 21:07 UTC (permalink / raw
To: gentoo-commits
slyfox 13/04/30 21:07:17
Modified: webkit-gtk-1.8.3-r201.ebuild ChangeLog
Log:
Backport build fix to slot:2 for automake-1.13.1 (bug #467244).
(Portage version: 2.2.0_alpha172/cvs/Linux x86_64, signed Manifest commit with key 611FF3AA)
Revision Changes Path
1.2 net-libs/webkit-gtk/webkit-gtk-1.8.3-r201.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/webkit-gtk/webkit-gtk-1.8.3-r201.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/webkit-gtk/webkit-gtk-1.8.3-r201.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/webkit-gtk/webkit-gtk-1.8.3-r201.ebuild?r1=1.1&r2=1.2
Index: webkit-gtk-1.8.3-r201.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-libs/webkit-gtk/webkit-gtk-1.8.3-r201.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- webkit-gtk-1.8.3-r201.ebuild 11 Apr 2013 21:41:39 -0000 1.1
+++ webkit-gtk-1.8.3-r201.ebuild 30 Apr 2013 21:07:17 -0000 1.2
@@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/webkit-gtk/webkit-gtk-1.8.3-r201.ebuild,v 1.1 2013/04/11 21:41:39 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/webkit-gtk/webkit-gtk-1.8.3-r201.ebuild,v 1.2 2013/04/30 21:07:17 slyfox Exp $
EAPI=5
@@ -175,6 +175,10 @@
# Respect CC, otherwise fails on prefix #395875
tc-export CC
+ # AM_PROG_CC_STDC is obsolete with sys-devel/automake-1.13.1, #467244
+ sed -i -e 's/AM_PROG_CC_STDC/AM_PROG_CC/g' aclocal.m4 || die
+ sed -i -e '/AM_PROG_CC_STDC/d' configure.ac || die
+
# Prevent maintainer mode from being triggered during make
AT_M4DIR=Source/autotools eautoreconf
1.201 net-libs/webkit-gtk/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/webkit-gtk/ChangeLog?rev=1.201&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/webkit-gtk/ChangeLog?rev=1.201&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/webkit-gtk/ChangeLog?r1=1.200&r2=1.201
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-libs/webkit-gtk/ChangeLog,v
retrieving revision 1.200
retrieving revision 1.201
diff -u -r1.200 -r1.201
--- ChangeLog 30 Apr 2013 16:55:38 -0000 1.200
+++ ChangeLog 30 Apr 2013 21:07:17 -0000 1.201
@@ -1,6 +1,10 @@
# ChangeLog for net-libs/webkit-gtk
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/webkit-gtk/ChangeLog,v 1.200 2013/04/30 16:55:38 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/webkit-gtk/ChangeLog,v 1.201 2013/04/30 21:07:17 slyfox Exp $
+
+ 30 Apr 2013; Sergei Trofimovich <slyfox@gentoo.org>
+ webkit-gtk-1.8.3-r201.ebuild:
+ Backport build fix to slot:2 for automake-1.13.1 (bug #467244).
30 Apr 2013; Justin Lecher <jlec@gentoo.org> webkit-gtk-1.10.2-r300.ebuild,
metadata.xml:
^ permalink raw reply [flat|nested] 9+ messages in thread
* [gentoo-commits] gentoo-x86 commit in net-libs/webkit-gtk: webkit-gtk-1.8.3-r201.ebuild ChangeLog
@ 2013-06-24 5:11 Agostino Sarubbo (ago)
0 siblings, 0 replies; 9+ messages in thread
From: Agostino Sarubbo (ago) @ 2013-06-24 5:11 UTC (permalink / raw
To: gentoo-commits
ago 13/06/24 05:11:18
Modified: webkit-gtk-1.8.3-r201.ebuild ChangeLog
Log:
Stable for ppc, wrt bug #473112
(Portage version: 2.1.12.2/cvs/Linux ppc64, RepoMan options: --include-arches="ppc", signed Manifest commit with key 7194459F)
Revision Changes Path
1.5 net-libs/webkit-gtk/webkit-gtk-1.8.3-r201.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/webkit-gtk/webkit-gtk-1.8.3-r201.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/webkit-gtk/webkit-gtk-1.8.3-r201.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/webkit-gtk/webkit-gtk-1.8.3-r201.ebuild?r1=1.4&r2=1.5
Index: webkit-gtk-1.8.3-r201.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-libs/webkit-gtk/webkit-gtk-1.8.3-r201.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- webkit-gtk-1.8.3-r201.ebuild 18 Jun 2013 06:10:56 -0000 1.4
+++ webkit-gtk-1.8.3-r201.ebuild 24 Jun 2013 05:11:18 -0000 1.5
@@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/webkit-gtk/webkit-gtk-1.8.3-r201.ebuild,v 1.4 2013/06/18 06:10:56 tetromino Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/webkit-gtk/webkit-gtk-1.8.3-r201.ebuild,v 1.5 2013/06/24 05:11:18 ago Exp $
EAPI=5
@@ -15,7 +15,7 @@
LICENSE="LGPL-2+ BSD"
SLOT="2"
-KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux ~x86-macos"
+KEYWORDS="~alpha ~amd64 ~arm ~ia64 ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux ~x86-macos"
IUSE="aqua coverage debug +geoloc +gstreamer +introspection +jit spell +webgl"
# bugs 372493, 416331
REQUIRED_USE="introspection? ( geoloc gstreamer )"
1.211 net-libs/webkit-gtk/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/webkit-gtk/ChangeLog?rev=1.211&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/webkit-gtk/ChangeLog?rev=1.211&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/webkit-gtk/ChangeLog?r1=1.210&r2=1.211
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-libs/webkit-gtk/ChangeLog,v
retrieving revision 1.210
retrieving revision 1.211
diff -u -r1.210 -r1.211
--- ChangeLog 18 Jun 2013 06:10:56 -0000 1.210
+++ ChangeLog 24 Jun 2013 05:11:18 -0000 1.211
@@ -1,6 +1,9 @@
# ChangeLog for net-libs/webkit-gtk
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/webkit-gtk/ChangeLog,v 1.210 2013/06/18 06:10:56 tetromino Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/webkit-gtk/ChangeLog,v 1.211 2013/06/24 05:11:18 ago Exp $
+
+ 24 Jun 2013; Agostino Sarubbo <ago@gentoo.org> webkit-gtk-1.8.3-r201.ebuild:
+ Stable for ppc, wrt bug #473112
18 Jun 2013; Alexandre Rostovtsev <tetromino@gentoo.org>
webkit-gtk-1.8.3-r200.ebuild, webkit-gtk-1.8.3-r201.ebuild,
^ permalink raw reply [flat|nested] 9+ messages in thread
* [gentoo-commits] gentoo-x86 commit in net-libs/webkit-gtk: webkit-gtk-1.8.3-r201.ebuild ChangeLog
@ 2013-06-25 10:20 Agostino Sarubbo (ago)
0 siblings, 0 replies; 9+ messages in thread
From: Agostino Sarubbo (ago) @ 2013-06-25 10:20 UTC (permalink / raw
To: gentoo-commits
ago 13/06/25 10:20:10
Modified: webkit-gtk-1.8.3-r201.ebuild ChangeLog
Log:
Stable for ppc64, wrt bug #473112
(Portage version: 2.1.12.2/cvs/Linux ppc64, RepoMan options: --include-arches="ppc64", signed Manifest commit with key 7194459F)
Revision Changes Path
1.6 net-libs/webkit-gtk/webkit-gtk-1.8.3-r201.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/webkit-gtk/webkit-gtk-1.8.3-r201.ebuild?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/webkit-gtk/webkit-gtk-1.8.3-r201.ebuild?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/webkit-gtk/webkit-gtk-1.8.3-r201.ebuild?r1=1.5&r2=1.6
Index: webkit-gtk-1.8.3-r201.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-libs/webkit-gtk/webkit-gtk-1.8.3-r201.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- webkit-gtk-1.8.3-r201.ebuild 24 Jun 2013 05:11:18 -0000 1.5
+++ webkit-gtk-1.8.3-r201.ebuild 25 Jun 2013 10:20:10 -0000 1.6
@@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/webkit-gtk/webkit-gtk-1.8.3-r201.ebuild,v 1.5 2013/06/24 05:11:18 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/webkit-gtk/webkit-gtk-1.8.3-r201.ebuild,v 1.6 2013/06/25 10:20:10 ago Exp $
EAPI=5
@@ -15,7 +15,7 @@
LICENSE="LGPL-2+ BSD"
SLOT="2"
-KEYWORDS="~alpha ~amd64 ~arm ~ia64 ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux ~x86-macos"
+KEYWORDS="~alpha ~amd64 ~arm ~ia64 ppc ppc64 ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux ~x86-macos"
IUSE="aqua coverage debug +geoloc +gstreamer +introspection +jit spell +webgl"
# bugs 372493, 416331
REQUIRED_USE="introspection? ( geoloc gstreamer )"
1.212 net-libs/webkit-gtk/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/webkit-gtk/ChangeLog?rev=1.212&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/webkit-gtk/ChangeLog?rev=1.212&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/webkit-gtk/ChangeLog?r1=1.211&r2=1.212
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-libs/webkit-gtk/ChangeLog,v
retrieving revision 1.211
retrieving revision 1.212
diff -u -r1.211 -r1.212
--- ChangeLog 24 Jun 2013 05:11:18 -0000 1.211
+++ ChangeLog 25 Jun 2013 10:20:10 -0000 1.212
@@ -1,6 +1,9 @@
# ChangeLog for net-libs/webkit-gtk
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/webkit-gtk/ChangeLog,v 1.211 2013/06/24 05:11:18 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/webkit-gtk/ChangeLog,v 1.212 2013/06/25 10:20:10 ago Exp $
+
+ 25 Jun 2013; Agostino Sarubbo <ago@gentoo.org> webkit-gtk-1.8.3-r201.ebuild:
+ Stable for ppc64, wrt bug #473112
24 Jun 2013; Agostino Sarubbo <ago@gentoo.org> webkit-gtk-1.8.3-r201.ebuild:
Stable for ppc, wrt bug #473112
^ permalink raw reply [flat|nested] 9+ messages in thread
* [gentoo-commits] gentoo-x86 commit in net-libs/webkit-gtk: webkit-gtk-1.8.3-r201.ebuild ChangeLog
@ 2013-06-25 11:19 Agostino Sarubbo (ago)
0 siblings, 0 replies; 9+ messages in thread
From: Agostino Sarubbo (ago) @ 2013-06-25 11:19 UTC (permalink / raw
To: gentoo-commits
ago 13/06/25 11:19:27
Modified: webkit-gtk-1.8.3-r201.ebuild ChangeLog
Log:
Stable for x86, wrt bug #473112
(Portage version: 2.1.12.9/cvs/Linux x86_64, RepoMan options: --include-arches="x86", signed Manifest commit with key 7194459F)
Revision Changes Path
1.7 net-libs/webkit-gtk/webkit-gtk-1.8.3-r201.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/webkit-gtk/webkit-gtk-1.8.3-r201.ebuild?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/webkit-gtk/webkit-gtk-1.8.3-r201.ebuild?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/webkit-gtk/webkit-gtk-1.8.3-r201.ebuild?r1=1.6&r2=1.7
Index: webkit-gtk-1.8.3-r201.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-libs/webkit-gtk/webkit-gtk-1.8.3-r201.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- webkit-gtk-1.8.3-r201.ebuild 25 Jun 2013 10:20:10 -0000 1.6
+++ webkit-gtk-1.8.3-r201.ebuild 25 Jun 2013 11:19:27 -0000 1.7
@@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/webkit-gtk/webkit-gtk-1.8.3-r201.ebuild,v 1.6 2013/06/25 10:20:10 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/webkit-gtk/webkit-gtk-1.8.3-r201.ebuild,v 1.7 2013/06/25 11:19:27 ago Exp $
EAPI=5
@@ -15,7 +15,7 @@
LICENSE="LGPL-2+ BSD"
SLOT="2"
-KEYWORDS="~alpha ~amd64 ~arm ~ia64 ppc ppc64 ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux ~x86-macos"
+KEYWORDS="~alpha ~amd64 ~arm ~ia64 ppc ppc64 ~sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux ~x86-macos"
IUSE="aqua coverage debug +geoloc +gstreamer +introspection +jit spell +webgl"
# bugs 372493, 416331
REQUIRED_USE="introspection? ( geoloc gstreamer )"
1.213 net-libs/webkit-gtk/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/webkit-gtk/ChangeLog?rev=1.213&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/webkit-gtk/ChangeLog?rev=1.213&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/webkit-gtk/ChangeLog?r1=1.212&r2=1.213
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-libs/webkit-gtk/ChangeLog,v
retrieving revision 1.212
retrieving revision 1.213
diff -u -r1.212 -r1.213
--- ChangeLog 25 Jun 2013 10:20:10 -0000 1.212
+++ ChangeLog 25 Jun 2013 11:19:27 -0000 1.213
@@ -1,6 +1,9 @@
# ChangeLog for net-libs/webkit-gtk
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/webkit-gtk/ChangeLog,v 1.212 2013/06/25 10:20:10 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/webkit-gtk/ChangeLog,v 1.213 2013/06/25 11:19:27 ago Exp $
+
+ 25 Jun 2013; Agostino Sarubbo <ago@gentoo.org> webkit-gtk-1.8.3-r201.ebuild:
+ Stable for x86, wrt bug #473112
25 Jun 2013; Agostino Sarubbo <ago@gentoo.org> webkit-gtk-1.8.3-r201.ebuild:
Stable for ppc64, wrt bug #473112
^ permalink raw reply [flat|nested] 9+ messages in thread
* [gentoo-commits] gentoo-x86 commit in net-libs/webkit-gtk: webkit-gtk-1.8.3-r201.ebuild ChangeLog
@ 2013-06-25 12:48 Agostino Sarubbo (ago)
0 siblings, 0 replies; 9+ messages in thread
From: Agostino Sarubbo (ago) @ 2013-06-25 12:48 UTC (permalink / raw
To: gentoo-commits
ago 13/06/25 12:48:48
Modified: webkit-gtk-1.8.3-r201.ebuild ChangeLog
Log:
Stable for amd64, wrt bug #473112
(Portage version: 2.1.12.9/cvs/Linux x86_64, RepoMan options: --include-arches="amd64", signed Manifest commit with key 7194459F)
Revision Changes Path
1.8 net-libs/webkit-gtk/webkit-gtk-1.8.3-r201.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/webkit-gtk/webkit-gtk-1.8.3-r201.ebuild?rev=1.8&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/webkit-gtk/webkit-gtk-1.8.3-r201.ebuild?rev=1.8&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/webkit-gtk/webkit-gtk-1.8.3-r201.ebuild?r1=1.7&r2=1.8
Index: webkit-gtk-1.8.3-r201.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-libs/webkit-gtk/webkit-gtk-1.8.3-r201.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- webkit-gtk-1.8.3-r201.ebuild 25 Jun 2013 11:19:27 -0000 1.7
+++ webkit-gtk-1.8.3-r201.ebuild 25 Jun 2013 12:48:48 -0000 1.8
@@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/webkit-gtk/webkit-gtk-1.8.3-r201.ebuild,v 1.7 2013/06/25 11:19:27 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/webkit-gtk/webkit-gtk-1.8.3-r201.ebuild,v 1.8 2013/06/25 12:48:48 ago Exp $
EAPI=5
@@ -15,7 +15,7 @@
LICENSE="LGPL-2+ BSD"
SLOT="2"
-KEYWORDS="~alpha ~amd64 ~arm ~ia64 ppc ppc64 ~sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux ~x86-macos"
+KEYWORDS="~alpha amd64 ~arm ~ia64 ppc ppc64 ~sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux ~x86-macos"
IUSE="aqua coverage debug +geoloc +gstreamer +introspection +jit spell +webgl"
# bugs 372493, 416331
REQUIRED_USE="introspection? ( geoloc gstreamer )"
1.214 net-libs/webkit-gtk/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/webkit-gtk/ChangeLog?rev=1.214&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/webkit-gtk/ChangeLog?rev=1.214&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/webkit-gtk/ChangeLog?r1=1.213&r2=1.214
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-libs/webkit-gtk/ChangeLog,v
retrieving revision 1.213
retrieving revision 1.214
diff -u -r1.213 -r1.214
--- ChangeLog 25 Jun 2013 11:19:27 -0000 1.213
+++ ChangeLog 25 Jun 2013 12:48:48 -0000 1.214
@@ -1,6 +1,9 @@
# ChangeLog for net-libs/webkit-gtk
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/webkit-gtk/ChangeLog,v 1.213 2013/06/25 11:19:27 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/webkit-gtk/ChangeLog,v 1.214 2013/06/25 12:48:48 ago Exp $
+
+ 25 Jun 2013; Agostino Sarubbo <ago@gentoo.org> webkit-gtk-1.8.3-r201.ebuild:
+ Stable for amd64, wrt bug #473112
25 Jun 2013; Agostino Sarubbo <ago@gentoo.org> webkit-gtk-1.8.3-r201.ebuild:
Stable for x86, wrt bug #473112
^ permalink raw reply [flat|nested] 9+ messages in thread
* [gentoo-commits] gentoo-x86 commit in net-libs/webkit-gtk: webkit-gtk-1.8.3-r201.ebuild ChangeLog
@ 2013-06-26 2:56 Agostino Sarubbo (ago)
0 siblings, 0 replies; 9+ messages in thread
From: Agostino Sarubbo (ago) @ 2013-06-26 2:56 UTC (permalink / raw
To: gentoo-commits
ago 13/06/26 02:56:39
Modified: webkit-gtk-1.8.3-r201.ebuild ChangeLog
Log:
Stable for alpha, wrt bug #473112
(Portage version: 2.1.12.2/cvs/Linux ppc64, RepoMan options: --include-arches="alpha", signed Manifest commit with key 7194459F)
Revision Changes Path
1.9 net-libs/webkit-gtk/webkit-gtk-1.8.3-r201.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/webkit-gtk/webkit-gtk-1.8.3-r201.ebuild?rev=1.9&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/webkit-gtk/webkit-gtk-1.8.3-r201.ebuild?rev=1.9&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/webkit-gtk/webkit-gtk-1.8.3-r201.ebuild?r1=1.8&r2=1.9
Index: webkit-gtk-1.8.3-r201.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-libs/webkit-gtk/webkit-gtk-1.8.3-r201.ebuild,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- webkit-gtk-1.8.3-r201.ebuild 25 Jun 2013 12:48:48 -0000 1.8
+++ webkit-gtk-1.8.3-r201.ebuild 26 Jun 2013 02:56:39 -0000 1.9
@@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/webkit-gtk/webkit-gtk-1.8.3-r201.ebuild,v 1.8 2013/06/25 12:48:48 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/webkit-gtk/webkit-gtk-1.8.3-r201.ebuild,v 1.9 2013/06/26 02:56:39 ago Exp $
EAPI=5
@@ -15,7 +15,7 @@
LICENSE="LGPL-2+ BSD"
SLOT="2"
-KEYWORDS="~alpha amd64 ~arm ~ia64 ppc ppc64 ~sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux ~x86-macos"
+KEYWORDS="alpha amd64 ~arm ~ia64 ppc ppc64 ~sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux ~x86-macos"
IUSE="aqua coverage debug +geoloc +gstreamer +introspection +jit spell +webgl"
# bugs 372493, 416331
REQUIRED_USE="introspection? ( geoloc gstreamer )"
1.215 net-libs/webkit-gtk/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/webkit-gtk/ChangeLog?rev=1.215&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/webkit-gtk/ChangeLog?rev=1.215&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/webkit-gtk/ChangeLog?r1=1.214&r2=1.215
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-libs/webkit-gtk/ChangeLog,v
retrieving revision 1.214
retrieving revision 1.215
diff -u -r1.214 -r1.215
--- ChangeLog 25 Jun 2013 12:48:48 -0000 1.214
+++ ChangeLog 26 Jun 2013 02:56:39 -0000 1.215
@@ -1,6 +1,9 @@
# ChangeLog for net-libs/webkit-gtk
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/webkit-gtk/ChangeLog,v 1.214 2013/06/25 12:48:48 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/webkit-gtk/ChangeLog,v 1.215 2013/06/26 02:56:39 ago Exp $
+
+ 26 Jun 2013; Agostino Sarubbo <ago@gentoo.org> webkit-gtk-1.8.3-r201.ebuild:
+ Stable for alpha, wrt bug #473112
25 Jun 2013; Agostino Sarubbo <ago@gentoo.org> webkit-gtk-1.8.3-r201.ebuild:
Stable for amd64, wrt bug #473112
^ permalink raw reply [flat|nested] 9+ messages in thread
* [gentoo-commits] gentoo-x86 commit in net-libs/webkit-gtk: webkit-gtk-1.8.3-r201.ebuild ChangeLog
@ 2013-06-26 8:50 Agostino Sarubbo (ago)
0 siblings, 0 replies; 9+ messages in thread
From: Agostino Sarubbo (ago) @ 2013-06-26 8:50 UTC (permalink / raw
To: gentoo-commits
ago 13/06/26 08:50:59
Modified: webkit-gtk-1.8.3-r201.ebuild ChangeLog
Log:
Stable for ia64, wrt bug #473112
(Portage version: 2.1.12.2/cvs/Linux ppc64, RepoMan options: --include-arches="ia64", signed Manifest commit with key 7194459F)
Revision Changes Path
1.10 net-libs/webkit-gtk/webkit-gtk-1.8.3-r201.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/webkit-gtk/webkit-gtk-1.8.3-r201.ebuild?rev=1.10&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/webkit-gtk/webkit-gtk-1.8.3-r201.ebuild?rev=1.10&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/webkit-gtk/webkit-gtk-1.8.3-r201.ebuild?r1=1.9&r2=1.10
Index: webkit-gtk-1.8.3-r201.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-libs/webkit-gtk/webkit-gtk-1.8.3-r201.ebuild,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- webkit-gtk-1.8.3-r201.ebuild 26 Jun 2013 02:56:39 -0000 1.9
+++ webkit-gtk-1.8.3-r201.ebuild 26 Jun 2013 08:50:59 -0000 1.10
@@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/webkit-gtk/webkit-gtk-1.8.3-r201.ebuild,v 1.9 2013/06/26 02:56:39 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/webkit-gtk/webkit-gtk-1.8.3-r201.ebuild,v 1.10 2013/06/26 08:50:59 ago Exp $
EAPI=5
@@ -15,7 +15,7 @@
LICENSE="LGPL-2+ BSD"
SLOT="2"
-KEYWORDS="alpha amd64 ~arm ~ia64 ppc ppc64 ~sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux ~x86-macos"
+KEYWORDS="alpha amd64 ~arm ia64 ppc ppc64 ~sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux ~x86-macos"
IUSE="aqua coverage debug +geoloc +gstreamer +introspection +jit spell +webgl"
# bugs 372493, 416331
REQUIRED_USE="introspection? ( geoloc gstreamer )"
1.216 net-libs/webkit-gtk/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/webkit-gtk/ChangeLog?rev=1.216&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/webkit-gtk/ChangeLog?rev=1.216&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/webkit-gtk/ChangeLog?r1=1.215&r2=1.216
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-libs/webkit-gtk/ChangeLog,v
retrieving revision 1.215
retrieving revision 1.216
diff -u -r1.215 -r1.216
--- ChangeLog 26 Jun 2013 02:56:39 -0000 1.215
+++ ChangeLog 26 Jun 2013 08:50:59 -0000 1.216
@@ -1,6 +1,9 @@
# ChangeLog for net-libs/webkit-gtk
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/webkit-gtk/ChangeLog,v 1.215 2013/06/26 02:56:39 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/webkit-gtk/ChangeLog,v 1.216 2013/06/26 08:50:59 ago Exp $
+
+ 26 Jun 2013; Agostino Sarubbo <ago@gentoo.org> webkit-gtk-1.8.3-r201.ebuild:
+ Stable for ia64, wrt bug #473112
26 Jun 2013; Agostino Sarubbo <ago@gentoo.org> webkit-gtk-1.8.3-r201.ebuild:
Stable for alpha, wrt bug #473112
^ permalink raw reply [flat|nested] 9+ messages in thread
* [gentoo-commits] gentoo-x86 commit in net-libs/webkit-gtk: webkit-gtk-1.8.3-r201.ebuild ChangeLog
@ 2013-06-26 11:55 Agostino Sarubbo (ago)
0 siblings, 0 replies; 9+ messages in thread
From: Agostino Sarubbo (ago) @ 2013-06-26 11:55 UTC (permalink / raw
To: gentoo-commits
ago 13/06/26 11:55:15
Modified: webkit-gtk-1.8.3-r201.ebuild ChangeLog
Log:
Stable for arm, wrt bug #473112
(Portage version: 2.1.12.2/cvs/Linux ppc64, RepoMan options: --include-arches="arm", signed Manifest commit with key 7194459F)
Revision Changes Path
1.11 net-libs/webkit-gtk/webkit-gtk-1.8.3-r201.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/webkit-gtk/webkit-gtk-1.8.3-r201.ebuild?rev=1.11&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/webkit-gtk/webkit-gtk-1.8.3-r201.ebuild?rev=1.11&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/webkit-gtk/webkit-gtk-1.8.3-r201.ebuild?r1=1.10&r2=1.11
Index: webkit-gtk-1.8.3-r201.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-libs/webkit-gtk/webkit-gtk-1.8.3-r201.ebuild,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- webkit-gtk-1.8.3-r201.ebuild 26 Jun 2013 08:50:59 -0000 1.10
+++ webkit-gtk-1.8.3-r201.ebuild 26 Jun 2013 11:55:15 -0000 1.11
@@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/webkit-gtk/webkit-gtk-1.8.3-r201.ebuild,v 1.10 2013/06/26 08:50:59 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/webkit-gtk/webkit-gtk-1.8.3-r201.ebuild,v 1.11 2013/06/26 11:55:15 ago Exp $
EAPI=5
@@ -15,7 +15,7 @@
LICENSE="LGPL-2+ BSD"
SLOT="2"
-KEYWORDS="alpha amd64 ~arm ia64 ppc ppc64 ~sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux ~x86-macos"
+KEYWORDS="alpha amd64 arm ia64 ppc ppc64 ~sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux ~x86-macos"
IUSE="aqua coverage debug +geoloc +gstreamer +introspection +jit spell +webgl"
# bugs 372493, 416331
REQUIRED_USE="introspection? ( geoloc gstreamer )"
1.217 net-libs/webkit-gtk/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/webkit-gtk/ChangeLog?rev=1.217&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/webkit-gtk/ChangeLog?rev=1.217&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/webkit-gtk/ChangeLog?r1=1.216&r2=1.217
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-libs/webkit-gtk/ChangeLog,v
retrieving revision 1.216
retrieving revision 1.217
diff -u -r1.216 -r1.217
--- ChangeLog 26 Jun 2013 08:50:59 -0000 1.216
+++ ChangeLog 26 Jun 2013 11:55:15 -0000 1.217
@@ -1,6 +1,9 @@
# ChangeLog for net-libs/webkit-gtk
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/webkit-gtk/ChangeLog,v 1.216 2013/06/26 08:50:59 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/webkit-gtk/ChangeLog,v 1.217 2013/06/26 11:55:15 ago Exp $
+
+ 26 Jun 2013; Agostino Sarubbo <ago@gentoo.org> webkit-gtk-1.8.3-r201.ebuild:
+ Stable for arm, wrt bug #473112
26 Jun 2013; Agostino Sarubbo <ago@gentoo.org> webkit-gtk-1.8.3-r201.ebuild:
Stable for ia64, wrt bug #473112
^ permalink raw reply [flat|nested] 9+ messages in thread
end of thread, other threads:[~2013-06-26 11:55 UTC | newest]
Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-06-25 12:48 [gentoo-commits] gentoo-x86 commit in net-libs/webkit-gtk: webkit-gtk-1.8.3-r201.ebuild ChangeLog Agostino Sarubbo (ago)
-- strict thread matches above, loose matches on Subject: below --
2013-06-26 11:55 Agostino Sarubbo (ago)
2013-06-26 8:50 Agostino Sarubbo (ago)
2013-06-26 2:56 Agostino Sarubbo (ago)
2013-06-25 11:19 Agostino Sarubbo (ago)
2013-06-25 10:20 Agostino Sarubbo (ago)
2013-06-24 5:11 Agostino Sarubbo (ago)
2013-04-30 21:07 Sergei Trofimovich (slyfox)
2013-04-11 21:41 Pacho Ramos (pacho)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox