summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaweł Hajdan <phajdan.jr@gentoo.org>2010-08-08 16:09:50 +0000
committerPaweł Hajdan <phajdan.jr@gentoo.org>2010-08-08 16:09:50 +0000
commit9758c35eb481936c4521aeeee86cdbc8cd280508 (patch)
treeca156b617f8e2b78612ef35eccb9a4fb236bf9dd /www-client/chromium
parentalpha/ia64/m68k/s390/sh/sparc stable wrt #319723 (diff)
downloadgentoo-2-9758c35eb481936c4521aeeee86cdbc8cd280508.tar.gz
gentoo-2-9758c35eb481936c4521aeeee86cdbc8cd280508.tar.bz2
gentoo-2-9758c35eb481936c4521aeeee86cdbc8cd280508.zip
Remove more bundled libraries.
(Portage version: 2.1.8.3/cvs/Linux i686)
Diffstat (limited to 'www-client/chromium')
-rw-r--r--www-client/chromium/ChangeLog6
-rw-r--r--www-client/chromium/chromium-6.0.472.25.ebuild14
-rw-r--r--www-client/chromium/chromium-9999.ebuild14
3 files changed, 31 insertions, 3 deletions
diff --git a/www-client/chromium/ChangeLog b/www-client/chromium/ChangeLog
index fb10298b2729..1e6455a06d36 100644
--- a/www-client/chromium/ChangeLog
+++ b/www-client/chromium/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for www-client/chromium
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/www-client/chromium/ChangeLog,v 1.148 2010/08/07 05:00:58 phajdan.jr Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-client/chromium/ChangeLog,v 1.149 2010/08/08 16:09:50 phajdan.jr Exp $
+
+ 08 Aug 2010; Pawel Hajdan jr <phajdan.jr@gentoo.org>
+ chromium-6.0.472.25.ebuild, chromium-9999.ebuild:
+ Remove more bundled libraries.
*chromium-6.0.472.25 (07 Aug 2010)
diff --git a/www-client/chromium/chromium-6.0.472.25.ebuild b/www-client/chromium/chromium-6.0.472.25.ebuild
index d0b401cfdc7f..39f9d91c2dc4 100644
--- a/www-client/chromium/chromium-6.0.472.25.ebuild
+++ b/www-client/chromium/chromium-6.0.472.25.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/www-client/chromium/chromium-6.0.472.25.ebuild,v 1.1 2010/08/07 05:00:58 phajdan.jr Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-client/chromium/chromium-6.0.472.25.ebuild,v 1.2 2010/08/08 16:09:50 phajdan.jr Exp $
EAPI="2"
@@ -67,9 +67,21 @@ src_prepare() {
epatch "${FILESDIR}"/${PN}-ffmpeg-compatibility-r0.patch
remove_bundled_lib "third_party/bzip2"
+ remove_bundled_lib "third_party/codesighs"
+ remove_bundled_lib "third_party/cros"
+ remove_bundled_lib "third_party/jemalloc"
+ remove_bundled_lib "third_party/lcov"
remove_bundled_lib "third_party/libevent"
remove_bundled_lib "third_party/libjpeg"
remove_bundled_lib "third_party/libpng"
+ remove_bundled_lib "third_party/libvpx"
+ remove_bundled_lib "third_party/lzma_sdk"
+ remove_bundled_lib "third_party/molokocacao"
+ remove_bundled_lib "third_party/ocmock"
+ remove_bundled_lib "third_party/py"
+ remove_bundled_lib "third_party/pyftpdlib"
+ remove_bundled_lib "third_party/simplejson"
+ remove_bundled_lib "third_party/tlslite"
# TODO: also remove third_party/libxml and third_party/libxslt when
# http://crbug.com/29333 is fixed.
# TODO: also remove third_party/zlib. For now the compilation fails if we
diff --git a/www-client/chromium/chromium-9999.ebuild b/www-client/chromium/chromium-9999.ebuild
index 5ec59479a320..9b29b40fc0f0 100644
--- a/www-client/chromium/chromium-9999.ebuild
+++ b/www-client/chromium/chromium-9999.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/www-client/chromium/chromium-9999.ebuild,v 1.69 2010/07/31 15:59:41 truedfx Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-client/chromium/chromium-9999.ebuild,v 1.70 2010/08/08 16:09:50 phajdan.jr Exp $
EAPI="2"
@@ -106,9 +106,21 @@ remove_bundled_lib() {
src_prepare() {
remove_bundled_lib "third_party/bzip2"
+ remove_bundled_lib "third_party/codesighs"
+ remove_bundled_lib "third_party/cros"
+ remove_bundled_lib "third_party/jemalloc"
+ remove_bundled_lib "third_party/lcov"
remove_bundled_lib "third_party/libevent"
remove_bundled_lib "third_party/libjpeg"
remove_bundled_lib "third_party/libpng"
+ remove_bundled_lib "third_party/libvpx"
+ remove_bundled_lib "third_party/lzma_sdk"
+ remove_bundled_lib "third_party/molokocacao"
+ remove_bundled_lib "third_party/ocmock"
+ remove_bundled_lib "third_party/py"
+ remove_bundled_lib "third_party/pyftpdlib"
+ remove_bundled_lib "third_party/simplejson"
+ remove_bundled_lib "third_party/tlslite"
# TODO: also remove third_party/libxml and third_party/libxslt when
# http://crbug.com/29333 is fixed.
# TODO: also remove third_party/zlib. For now the compilation fails if we