diff options
author | 2010-08-26 03:54:09 +0000 | |
---|---|---|
committer | 2010-08-26 03:54:09 +0000 | |
commit | 1938df5ea2bee6d51ecdeb6e77e00a2c44f69f85 (patch) | |
tree | 92a1dd5a9f6804d6382b8f56af900ae194330cad /www-client | |
parent | Mask www-client/chromium dev channel release. (diff) | |
download | gentoo-2-1938df5ea2bee6d51ecdeb6e77e00a2c44f69f85.tar.gz gentoo-2-1938df5ea2bee6d51ecdeb6e77e00a2c44f69f85.tar.bz2 gentoo-2-1938df5ea2bee6d51ecdeb6e77e00a2c44f69f85.zip |
Version bump for dev channel release. Enable use_system_icu. Remove old.
(Portage version: 2.1.8.3/cvs/Linux i686)
Diffstat (limited to 'www-client')
-rw-r--r-- | www-client/chromium/ChangeLog | 9 | ||||
-rw-r--r-- | www-client/chromium/chromium-7.0.503.1.ebuild (renamed from www-client/chromium/chromium-6.0.490.1.ebuild) | 15 | ||||
-rw-r--r-- | www-client/chromium/chromium-9999.ebuild | 7 |
3 files changed, 18 insertions, 13 deletions
diff --git a/www-client/chromium/ChangeLog b/www-client/chromium/ChangeLog index 01319b246385..84f0de7bdfd0 100644 --- a/www-client/chromium/ChangeLog +++ b/www-client/chromium/ChangeLog @@ -1,6 +1,13 @@ # 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.166 2010/08/21 05:23:12 phajdan.jr Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-client/chromium/ChangeLog,v 1.167 2010/08/26 03:54:09 phajdan.jr Exp $ + +*chromium-7.0.503.1 (26 Aug 2010) + + 26 Aug 2010; Pawel Hajdan jr <phajdan.jr@gentoo.org> + -chromium-6.0.490.1.ebuild, +chromium-7.0.503.1.ebuild, + chromium-9999.ebuild: + Version bump for dev channel release. Enable use_system_icu. Remove old. *chromium-6.0.472.41 (21 Aug 2010) diff --git a/www-client/chromium/chromium-6.0.490.1.ebuild b/www-client/chromium/chromium-7.0.503.1.ebuild index e31e5b3c4e6e..191608402803 100644 --- a/www-client/chromium/chromium-6.0.490.1.ebuild +++ b/www-client/chromium/chromium-7.0.503.1.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.490.1.ebuild,v 1.1 2010/08/13 16:43:20 phajdan.jr Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-client/chromium/chromium-7.0.503.1.ebuild,v 1.1 2010/08/26 03:54:09 phajdan.jr Exp $ EAPI="2" @@ -16,6 +16,7 @@ KEYWORDS="~amd64 ~arm ~x86" IUSE="cups gnome sse2" RDEPEND="app-arch/bzip2 + >=dev-libs/icu-4.4.1 >=dev-libs/libevent-1.4.13 >=dev-libs/nss-3.12.3 >=gnome-base/gconf-2.24.0 @@ -59,19 +60,13 @@ remove_bundled_lib() { } src_prepare() { - # Fix compilation, bug #332131. - epatch "${FILESDIR}"/${PN}-make-3.82-compatibility-r0.patch - # Add Gentoo plugin paths. epatch "${FILESDIR}"/${PN}-plugins-path-r0.patch - # Fix a renderer crash, bug #331661. This is a backport - # of the upstream patch. - epatch "${FILESDIR}"/${PN}-yuv-crash-r1.patch - remove_bundled_lib "third_party/bzip2" remove_bundled_lib "third_party/codesighs" remove_bundled_lib "third_party/cros" + remove_bundled_lib "third_party/icu" remove_bundled_lib "third_party/jemalloc" remove_bundled_lib "third_party/lcov" remove_bundled_lib "third_party/libevent" @@ -80,7 +75,6 @@ src_prepare() { 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" @@ -104,10 +98,11 @@ src_configure() { # TODO: use_system_ffmpeg (http://crbug.com/50678). # TODO: use_system_libxml (http://crbug.com/29333). # TODO: use_system_sqlite (http://crbug.com/22208). - # TODO: use_system_icu, use_system_hunspell (upstream changes needed). + # TODO: use_system_hunspell (upstream changes needed). # TODO: use_system_ssl when we have a recent enough system NSS. myconf="${myconf} -Duse_system_bzip2=1 + -Duse_system_icu=1 -Duse_system_libevent=1 -Duse_system_libjpeg=1 -Duse_system_libpng=1 diff --git a/www-client/chromium/chromium-9999.ebuild b/www-client/chromium/chromium-9999.ebuild index 72ad93f47b47..06088ca08c19 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.78 2010/08/18 03:33:27 phajdan.jr Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-client/chromium/chromium-9999.ebuild,v 1.79 2010/08/26 03:54:09 phajdan.jr Exp $ EAPI="2" @@ -18,6 +18,7 @@ KEYWORDS="" IUSE="cups gnome sse2" RDEPEND="app-arch/bzip2 + >=dev-libs/icu-4.4.1 >=dev-libs/libevent-1.4.13 >=dev-libs/nss-3.12.3 >=gnome-base/gconf-2.24.0 @@ -110,6 +111,7 @@ 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/icu" remove_bundled_lib "third_party/jemalloc" remove_bundled_lib "third_party/lcov" remove_bundled_lib "third_party/libevent" @@ -141,10 +143,11 @@ src_configure() { # TODO: use_system_ffmpeg (http://crbug.com/50678). # TODO: use_system_libxml (http://crbug.com/29333). # TODO: use_system_sqlite (http://crbug.com/22208). - # TODO: use_system_icu, use_system_hunspell (upstream changes needed). + # TODO: use_system_hunspell (upstream changes needed). # TODO: use_system_ssl when we have a recent enough system NSS. myconf="${myconf} -Duse_system_bzip2=1 + -Duse_system_icu=1 -Duse_system_libevent=1 -Duse_system_libjpeg=1 -Duse_system_libpng=1 |