summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaweł Hajdan <phajdan.jr@gentoo.org>2012-03-09 06:51:22 +0000
committerPaweł Hajdan <phajdan.jr@gentoo.org>2012-03-09 06:51:22 +0000
commitfd306ffd63a0674ca45a33ffc86787903a3308a9 (patch)
tree81e384dbaf7a08b974b3e4bd726a87273322005d /www-client
parentBump to 0.26, remove 0.24. Thanks to slepnoga (diff)
downloadgentoo-2-fd306ffd63a0674ca45a33ffc86787903a3308a9.tar.gz
gentoo-2-fd306ffd63a0674ca45a33ffc86787903a3308a9.tar.bz2
gentoo-2-fd306ffd63a0674ca45a33ffc86787903a3308a9.zip
Version bump for dev channel release. Fix bug #407397 by Julien Sanchez. Use bundled tlslite again, otherwise net_unittests fail. Remove old.
(Portage version: 2.1.10.44/cvs/Linux i686)
Diffstat (limited to 'www-client')
-rw-r--r--www-client/chromium/ChangeLog10
-rw-r--r--www-client/chromium/chromium-19.0.1061.1.ebuild (renamed from www-client/chromium/chromium-19.0.1049.3.ebuild)9
-rw-r--r--www-client/chromium/chromium-9999-r1.ebuild7
3 files changed, 19 insertions, 7 deletions
diff --git a/www-client/chromium/ChangeLog b/www-client/chromium/ChangeLog
index 3a0805124c01..e0eb23f646e8 100644
--- a/www-client/chromium/ChangeLog
+++ b/www-client/chromium/ChangeLog
@@ -1,6 +1,14 @@
# ChangeLog for www-client/chromium
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/www-client/chromium/ChangeLog,v 1.577 2012/03/08 23:53:13 floppym Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-client/chromium/ChangeLog,v 1.578 2012/03/09 06:51:22 phajdan.jr Exp $
+
+*chromium-19.0.1061.1 (09 Mar 2012)
+
+ 09 Mar 2012; Pawel Hajdan jr <phajdan.jr@gentoo.org>
+ -chromium-19.0.1049.3.ebuild, +chromium-19.0.1061.1.ebuild,
+ chromium-9999-r1.ebuild:
+ Version bump for dev channel release. Fix bug #407397 by Julien Sanchez. Use
+ bundled tlslite again, otherwise net_unittests fail. Remove old.
*chromium-18.0.1025.54 (08 Mar 2012)
diff --git a/www-client/chromium/chromium-19.0.1049.3.ebuild b/www-client/chromium/chromium-19.0.1061.1.ebuild
index ae337509d950..abea82399d93 100644
--- a/www-client/chromium/chromium-19.0.1049.3.ebuild
+++ b/www-client/chromium/chromium-19.0.1061.1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/www-client/chromium/chromium-19.0.1049.3.ebuild,v 1.1 2012/02/24 17:30:17 phajdan.jr Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-client/chromium/chromium-19.0.1061.1.ebuild,v 1.1 2012/03/09 06:51:22 phajdan.jr Exp $
EAPI="4"
PYTHON_DEPEND="2:2.6"
@@ -30,7 +30,7 @@ RDEPEND="app-arch/bzip2
dev-libs/libgcrypt
>=net-print/cups-1.3.11
)
- >=dev-lang/v8-3.9.4
+ >=dev-lang/v8-3.9.13
dev-libs/dbus-glib
dev-libs/elfutils
>=dev-libs/icu-4.4.1
@@ -64,7 +64,9 @@ DEPEND="${RDEPEND}
>=sys-devel/bison-2.4.3
sys-devel/flex
>=sys-devel/make-3.81-r2
- test? ( dev-python/pyftpdlib )"
+ test? (
+ dev-python/pyftpdlib
+ )"
RDEPEND+="
!=www-client/chromium-9999
x11-misc/xdg-utils
@@ -203,6 +205,7 @@ src_prepare() {
\! -path 'third_party/hunspell/*' \
\! -path 'third_party/iccjpeg/*' \
\! -path 'third_party/jsoncpp/*' \
+ \! -path 'third_party/json_minify/*' \
\! -path 'third_party/khronos/*' \
\! -path 'third_party/launchpad_translations/*' \
\! -path 'third_party/leveldb/*' \
diff --git a/www-client/chromium/chromium-9999-r1.ebuild b/www-client/chromium/chromium-9999-r1.ebuild
index 029cfb951be9..60e95cc2060d 100644
--- a/www-client/chromium/chromium-9999-r1.ebuild
+++ b/www-client/chromium/chromium-9999-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/www-client/chromium/chromium-9999-r1.ebuild,v 1.96 2012/03/03 09:28:16 phajdan.jr Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-client/chromium/chromium-9999-r1.ebuild,v 1.97 2012/03/09 06:51:22 phajdan.jr Exp $
EAPI="4"
PYTHON_DEPEND="2:2.6"
@@ -30,7 +30,7 @@ RDEPEND="app-arch/bzip2
dev-libs/libgcrypt
>=net-print/cups-1.3.11
)
- >=dev-lang/v8-3.9.4
+ >=dev-lang/v8-3.9.13
dev-libs/dbus-glib
dev-libs/elfutils
>=dev-libs/icu-4.4.1
@@ -66,7 +66,6 @@ DEPEND="${RDEPEND}
>=sys-devel/make-3.81-r2
test? (
dev-python/pyftpdlib
- >=dev-python/tlslite-0.4.0
)"
RDEPEND+="
!=www-client/chromium-9999
@@ -262,6 +261,7 @@ src_prepare() {
\! -path 'third_party/hunspell/*' \
\! -path 'third_party/iccjpeg/*' \
\! -path 'third_party/jsoncpp/*' \
+ \! -path 'third_party/json_minify/*' \
\! -path 'third_party/khronos/*' \
\! -path 'third_party/launchpad_translations/*' \
\! -path 'third_party/leveldb/*' \
@@ -286,6 +286,7 @@ src_prepare() {
\! -path 'third_party/speex/speex.h' \
\! -path 'third_party/sqlite/*' \
\! -path 'third_party/tcmalloc/*' \
+ \! -path 'third_party/tlslite/*' \
\! -path 'third_party/undoview/*' \
\! -path 'third_party/v8-i18n/*' \
\! -path 'third_party/webdriver/*' \