summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaweł Hajdan <phajdan.jr@gentoo.org>2012-05-19 18:56:18 +0000
committerPaweł Hajdan <phajdan.jr@gentoo.org>2012-05-19 18:56:18 +0000
commit408bcdcf63c13d71db4fb4639285263d3e756e68 (patch)
tree10742b9c416b0a1da511aead49d16f705cbcb946 /www-client
parentVersion bump. (diff)
downloadgentoo-2-408bcdcf63c13d71db4fb4639285263d3e756e68.tar.gz
gentoo-2-408bcdcf63c13d71db4fb4639285263d3e756e68.tar.bz2
gentoo-2-408bcdcf63c13d71db4fb4639285263d3e756e68.zip
Remove more bundled code.
(Portage version: 2.1.10.49/cvs/Linux i686)
Diffstat (limited to 'www-client')
-rw-r--r--www-client/chromium/ChangeLog6
-rw-r--r--www-client/chromium/chromium-20.0.1132.8.ebuild8
-rw-r--r--www-client/chromium/chromium-9999-r1.ebuild8
3 files changed, 15 insertions, 7 deletions
diff --git a/www-client/chromium/ChangeLog b/www-client/chromium/ChangeLog
index 78bcae365f32..219c18a6c3dd 100644
--- a/www-client/chromium/ChangeLog
+++ b/www-client/chromium/ChangeLog
@@ -1,6 +1,10 @@
# 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.639 2012/05/19 14:56:27 phajdan.jr Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-client/chromium/ChangeLog,v 1.640 2012/05/19 18:56:18 phajdan.jr Exp $
+
+ 19 May 2012; Pawel Hajdan jr <phajdan.jr@gentoo.org>
+ chromium-20.0.1132.8.ebuild, chromium-9999-r1.ebuild:
+ Remove more bundled code.
19 May 2012; Pawel Hajdan jr <phajdan.jr@gentoo.org>
-chromium-19.0.1084.46-r1.ebuild, chromium-19.0.1084.46-r2.ebuild:
diff --git a/www-client/chromium/chromium-20.0.1132.8.ebuild b/www-client/chromium/chromium-20.0.1132.8.ebuild
index 6561115b46be..0c376ea6f290 100644
--- a/www-client/chromium/chromium-20.0.1132.8.ebuild
+++ b/www-client/chromium/chromium-20.0.1132.8.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-20.0.1132.8.ebuild,v 1.1 2012/05/16 15:13:01 phajdan.jr Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-client/chromium/chromium-20.0.1132.8.ebuild,v 1.2 2012/05/19 18:56:18 phajdan.jr Exp $
EAPI="4"
PYTHON_DEPEND="2:2.6"
@@ -120,7 +120,6 @@ src_prepare() {
# Remove most bundled libraries. Some are still needed.
find third_party -type f \! -iname '*.gyp*' \
\! -path 'third_party/WebKit/*' \
- \! -path 'third_party/adobe/*' \
\! -path 'third_party/angle/*' \
\! -path 'third_party/cacheinvalidation/*' \
\! -path 'third_party/cld/*' \
@@ -132,7 +131,6 @@ 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/leveldatabase/*' \
@@ -195,6 +193,10 @@ src_configure() {
# drivers, bug #413637.
myconf+=" -Dlinux_use_tcmalloc=0"
+ # Make it possible to remove third_party/adobe.
+ echo > "${T}/flapper_version.h" || die
+ myconf+=" -Dflapper_version_h_file=${T}/flapper_version.h"
+
# Use system-provided libraries.
# TODO: use_system_ffmpeg
# TODO: use_system_hunspell (upstream changes needed).
diff --git a/www-client/chromium/chromium-9999-r1.ebuild b/www-client/chromium/chromium-9999-r1.ebuild
index 04cff859b008..0d3566dffc54 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.112 2012/05/16 15:13:01 phajdan.jr Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-client/chromium/chromium-9999-r1.ebuild,v 1.113 2012/05/19 18:56:18 phajdan.jr Exp $
EAPI="4"
PYTHON_DEPEND="2:2.6"
@@ -168,7 +168,6 @@ src_prepare() {
# Remove most bundled libraries. Some are still needed.
find third_party -type f \! -iname '*.gyp*' \
\! -path 'third_party/WebKit/*' \
- \! -path 'third_party/adobe/*' \
\! -path 'third_party/angle/*' \
\! -path 'third_party/cacheinvalidation/*' \
\! -path 'third_party/cld/*' \
@@ -180,7 +179,6 @@ 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/leveldatabase/*' \
@@ -243,6 +241,10 @@ src_configure() {
# drivers, bug #413637.
myconf+=" -Dlinux_use_tcmalloc=0"
+ # Make it possible to remove third_party/adobe.
+ echo > "${T}/flapper_version.h" || die
+ myconf+=" -Dflapper_version_h_file=${T}/flapper_version.h"
+
# Use system-provided libraries.
# TODO: use_system_ffmpeg
# TODO: use_system_hunspell (upstream changes needed).