public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in www-client/chromium-bin: ChangeLog chromium-bin-5.0.308.0_p37385.ebuild chromium-bin-9999.ebuild
@ 2010-01-29 10:03 Bernard Cafarelli (voyageur)
  0 siblings, 0 replies; 4+ messages in thread
From: Bernard Cafarelli (voyageur) @ 2010-01-29 10:03 UTC (permalink / raw
  To: gentoo-commits

voyageur    10/01/29 10:03:21

  Modified:             ChangeLog chromium-bin-9999.ebuild
  Added:                chromium-bin-5.0.308.0_p37385.ebuild
  Log:
  Version bump, add new dependency
  (Portage version: 2.2_rc61/cvs/Linux x86_64)

Revision  Changes    Path
1.55                 www-client/chromium-bin/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-client/chromium-bin/ChangeLog?rev=1.55&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-client/chromium-bin/ChangeLog?rev=1.55&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-client/chromium-bin/ChangeLog?r1=1.54&r2=1.55

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/www-client/chromium-bin/ChangeLog,v
retrieving revision 1.54
retrieving revision 1.55
diff -u -r1.54 -r1.55
--- ChangeLog	26 Jan 2010 08:09:05 -0000	1.54
+++ ChangeLog	29 Jan 2010 10:03:20 -0000	1.55
@@ -1,6 +1,12 @@
 # ChangeLog for www-client/chromium-bin
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/www-client/chromium-bin/ChangeLog,v 1.54 2010/01/26 08:09:05 phajdan.jr Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-client/chromium-bin/ChangeLog,v 1.55 2010/01/29 10:03:20 voyageur Exp $
+
+*chromium-bin-5.0.308.0_p37385 (29 Jan 2010)
+
+  29 Jan 2010; Bernard Cafarelli <voyageur@gentoo.org>
+  +chromium-bin-5.0.308.0_p37385.ebuild, chromium-bin-9999.ebuild:
+  Version bump, add new dependency
 
   26 Jan 2010; Pawel Hajdan jr <phajdan.jr@gentoo.org>
   chromium-bin-4.0.266.0_p33995.ebuild,



1.31                 www-client/chromium-bin/chromium-bin-9999.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-client/chromium-bin/chromium-bin-9999.ebuild?rev=1.31&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-client/chromium-bin/chromium-bin-9999.ebuild?rev=1.31&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-client/chromium-bin/chromium-bin-9999.ebuild?r1=1.30&r2=1.31

Index: chromium-bin-9999.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/www-client/chromium-bin/chromium-bin-9999.ebuild,v
retrieving revision 1.30
retrieving revision 1.31
diff -u -r1.30 -r1.31
--- chromium-bin-9999.ebuild	26 Jan 2010 08:09:05 -0000	1.30
+++ chromium-bin-9999.ebuild	29 Jan 2010 10:03:20 -0000	1.31
@@ -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-bin/chromium-bin-9999.ebuild,v 1.30 2010/01/26 08:09:05 phajdan.jr Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-client/chromium-bin/chromium-bin-9999.ebuild,v 1.31 2010/01/29 10:03:20 voyageur Exp $
 
 EAPI="2"
 inherit eutils multilib
@@ -23,6 +23,7 @@
 	>=dev-libs/nss-3.12.3
 	sys-libs/zlib
 	>=x11-libs/gtk+-2.14.7
+	x11-libs/libXScrnSaver
 	x11-misc/xdg-utils
 	|| (
 		x11-themes/gnome-icon-theme



1.1                  www-client/chromium-bin/chromium-bin-5.0.308.0_p37385.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-client/chromium-bin/chromium-bin-5.0.308.0_p37385.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-client/chromium-bin/chromium-bin-5.0.308.0_p37385.ebuild?rev=1.1&content-type=text/plain

Index: chromium-bin-5.0.308.0_p37385.ebuild
===================================================================
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/www-client/chromium-bin/chromium-bin-5.0.308.0_p37385.ebuild,v 1.1 2010/01/29 10:03:20 voyageur Exp $

EAPI="2"
inherit eutils multilib

# Latest revision id can be found at
# http://build.chromium.org/buildbot/snapshots/chromium-rel-linux/LATEST
MY_PV="${PV/[0-9.]*\_p}"

DESCRIPTION="Open-source version of Google Chrome web browser (binary version)"
HOMEPAGE="http://code.google.com/chromium/"
SRC_URI="x86? ( http://build.chromium.org/buildbot/snapshots/chromium-rel-linux/${MY_PV}/chrome-linux.zip -> ${PN}-x86-${MY_PV}.zip )
	amd64? ( http://build.chromium.org/buildbot/snapshots/chromium-rel-linux-64/${MY_PV}/chrome-linux.zip -> ${PN}-amd64-${MY_PV}.zip )"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="-* ~amd64 ~x86"
IUSE=""

DEPEND="app-arch/unzip"
RDEPEND="app-arch/bzip2
	gnome-base/gconf
	>=media-libs/alsa-lib-1.0.19
	<media-libs/jpeg-7
	media-libs/libpng
	>=sys-devel/gcc-4.2
	>=dev-libs/nspr-4.7
	>=dev-libs/nss-3.12.3
	sys-libs/zlib
	>=x11-libs/gtk+-2.14.7
	x11-libs/libXScrnSaver
	x11-misc/xdg-utils
	|| (
		x11-themes/gnome-icon-theme
		x11-themes/tango-icon-theme
		x11-themes/xfce4-icon-theme
	)"

S=${WORKDIR}

QA_EXECSTACK="opt/chromium.org/chrome-linux/chrome"

# Ogg/Theora/Vorbis-only FFmpeg binaries
QA_TEXTRELS="opt/chromium.org/chrome-linux/libffmpegsumo.so"
QA_PRESTRIPPED="opt/chromium.org/chrome-linux/libffmpegsumo.so"

pkg_setup() {
	# Built with SSE2 enabled, so will fail on older processors
	if [[ ${ROOT} == "/" ]] && ! grep -q sse2 /proc/cpuinfo; then
		die "This binary requires SSE2 support, it will not work on older processors"
	fi
}

src_install() {
	declare CHROMIUM_HOME=/opt/chromium.org

	dodir ${CHROMIUM_HOME}
	cp -R chrome-linux/ "${D}"${CHROMIUM_HOME} || die "Unable to install chrome-linux folder"

	# Man page (rename to prevent collision with chromium)
	newman chrome-linux/chrome.1 chromium-bin.1
	rm "${D}"${CHROMIUM_HOME}/chrome-linux/chrome.1

	# Plugins symlink
	dosym /usr/$(get_libdir)/nsbrowser/plugins ${CHROMIUM_HOME}/chrome-linux/plugins

	# Create symlinks for needed libraries
	dodir ${CHROMIUM_HOME}/nss-nspr
	NSS_DIR=/usr/$(get_libdir)/nss
	NSPR_DIR=/usr/$(get_libdir)/nspr

	dosym ${NSPR_DIR}/libnspr4.so ${CHROMIUM_HOME}/nss-nspr/libnspr4.so.0d
	dosym ${NSPR_DIR}/libplc4.so ${CHROMIUM_HOME}/nss-nspr/libplc4.so.0d
	dosym ${NSPR_DIR}/libplds4.so ${CHROMIUM_HOME}/nss-nspr/libplds4.so.0d
	dosym ${NSS_DIR}/libnss3.so ${CHROMIUM_HOME}/nss-nspr/libnss3.so.1d
	dosym ${NSS_DIR}/libnssutil3.so ${CHROMIUM_HOME}/nss-nspr/libnssutil3.so.1d
	dosym ${NSS_DIR}/libsmime3.so ${CHROMIUM_HOME}/nss-nspr/libsmime3.so.1d
	dosym ${NSS_DIR}/libssl3.so ${CHROMIUM_HOME}/nss-nspr/libssl3.so.1d

	# Create chromium-bin wrapper
	make_wrapper chromium-bin ./chrome ${CHROMIUM_HOME}/chrome-linux ${CHROMIUM_HOME}/nss-nspr:${CHROMIUM_HOME}/chrome-linux
	newicon "${FILESDIR}"/chromium.png ${PN}.png
	make_desktop_entry chromium-bin "Chromium (bin)" ${PN} "Network;WebBrowser"
	sed -e "/^Exec/s/$/ %U/" -i "${D}"/usr/share/applications/*.desktop \
		|| die "desktop file sed failed"
}

pkg_postinst() {
	ewarn "This binary requires the C++ runtime from >=sys-devel/gcc-4.2"
	ewarn "If you get the \"version \`GLIBCXX_3.4.9' not found\" error message,"
	ewarn "switch your active gcc to a version >=4.2 with gcc-config"
	if [[ ${ROOT} != "/" ]]; then
		ewarn "This package will not work on processors without SSE2 instruction"
		ewarn "set support (Intel Pentium III/AMD Athlon or older)."
	fi
}






^ permalink raw reply	[flat|nested] 4+ messages in thread

* [gentoo-commits] gentoo-x86 commit in www-client/chromium-bin: ChangeLog chromium-bin-5.0.308.0_p37385.ebuild chromium-bin-9999.ebuild
@ 2010-03-01 10:30 PaweA Hajdan (phajdan.jr)
  0 siblings, 0 replies; 4+ messages in thread
From: PaweA Hajdan (phajdan.jr) @ 2010-03-01 10:30 UTC (permalink / raw
  To: gentoo-commits

phajdan.jr    10/03/01 10:30:22

  Modified:             ChangeLog chromium-bin-5.0.308.0_p37385.ebuild
                        chromium-bin-9999.ebuild
  Log:
  Add check for $ROOT in the /dev/shm sanity check wrt latest comments in bug #299777.
  (Portage version: 2.1.7.16/cvs/Linux i686)

Revision  Changes    Path
1.59                 www-client/chromium-bin/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-client/chromium-bin/ChangeLog?rev=1.59&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-client/chromium-bin/ChangeLog?rev=1.59&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-client/chromium-bin/ChangeLog?r1=1.58&r2=1.59

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/www-client/chromium-bin/ChangeLog,v
retrieving revision 1.58
retrieving revision 1.59
diff -u -r1.58 -r1.59
--- ChangeLog	11 Feb 2010 17:01:59 -0000	1.58
+++ ChangeLog	1 Mar 2010 10:30:21 -0000	1.59
@@ -1,6 +1,11 @@
 # ChangeLog for www-client/chromium-bin
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/www-client/chromium-bin/ChangeLog,v 1.58 2010/02/11 17:01:59 voyageur Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-client/chromium-bin/ChangeLog,v 1.59 2010/03/01 10:30:21 phajdan.jr Exp $
+
+  01 Mar 2010; Pawel Hajdan jr <phajdan.jr@gentoo.org>
+  chromium-bin-5.0.308.0_p37385.ebuild, chromium-bin-9999.ebuild:
+  Add check for $ROOT in the /dev/shm sanity check wrt latest comments in
+  bug #299777.
 
   11 Feb 2010; Bernard Cafarelli <voyageur@gentoo.org>
   chromium-bin-4.0.295.0_p35884.ebuild,



1.5                  www-client/chromium-bin/chromium-bin-5.0.308.0_p37385.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-client/chromium-bin/chromium-bin-5.0.308.0_p37385.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-client/chromium-bin/chromium-bin-5.0.308.0_p37385.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-client/chromium-bin/chromium-bin-5.0.308.0_p37385.ebuild?r1=1.4&r2=1.5

Index: chromium-bin-5.0.308.0_p37385.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/www-client/chromium-bin/chromium-bin-5.0.308.0_p37385.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- chromium-bin-5.0.308.0_p37385.ebuild	11 Feb 2010 17:01:59 -0000	1.4
+++ chromium-bin-5.0.308.0_p37385.ebuild	1 Mar 2010 10:30:21 -0000	1.5
@@ -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-bin/chromium-bin-5.0.308.0_p37385.ebuild,v 1.4 2010/02/11 17:01:59 voyageur Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-client/chromium-bin/chromium-bin-5.0.308.0_p37385.ebuild,v 1.5 2010/03/01 10:30:21 phajdan.jr Exp $
 
 EAPI="2"
 inherit eutils multilib portability
@@ -46,24 +46,26 @@
 QA_PRESTRIPPED="opt/chromium.org/chrome-linux/libffmpegsumo.so"
 
 pkg_setup() {
-	# Built with SSE2 enabled, so will fail on older processors
-	if [[ ${ROOT} == "/" ]] && ! grep -q sse2 /proc/cpuinfo; then
-		die "This binary requires SSE2 support, it will not work on older processors"
-	fi
-
-	# Prevent user problems like bug 299777.
-	if ! grep -q /dev/shm <<< $(get_mounts); then
-		eerror "You don't have tmpfs mounted at /dev/shm."
-		eerror "${PN} isn't going to work in that configuration."
-		eerror "Please uncomment the /dev/shm entry in /etc/fstab,"
-		eerror "run 'mount /dev/shm' and try again."
-		die "/dev/shm is not mounted"
-	fi
-	if [ `stat -c %a /dev/shm` -ne 1777 ]; then
-		eerror "/dev/shm does not have correct permissions."
-		eerror "${PN} isn't going to work in that configuration."
-		eerror "Please run chmod 1777 /dev/shm and try again."
-		die "/dev/shm has incorrect permissions"
+	if [[ "${ROOT}" == "/" ]]; then
+		# Built with SSE2 enabled, so will fail on older processors
+		if ! grep -q sse2 /proc/cpuinfo; then
+			die "This binary requires SSE2 support, it will not work on older processors"
+		fi
+
+		# Prevent user problems like bug 299777.
+		if ! grep -q /dev/shm <<< $(get_mounts); then
+			eerror "You don't have tmpfs mounted at /dev/shm."
+			eerror "${PN} isn't going to work in that configuration."
+			eerror "Please uncomment the /dev/shm entry in /etc/fstab,"
+			eerror "run 'mount /dev/shm' and try again."
+			die "/dev/shm is not mounted"
+		fi
+		if [ `stat -c %a /dev/shm` -ne 1777 ]; then
+			eerror "/dev/shm does not have correct permissions."
+			eerror "${PN} isn't going to work in that configuration."
+			eerror "Please run chmod 1777 /dev/shm and try again."
+			die "/dev/shm has incorrect permissions"
+		fi
 	fi
 }
 



1.35                 www-client/chromium-bin/chromium-bin-9999.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-client/chromium-bin/chromium-bin-9999.ebuild?rev=1.35&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-client/chromium-bin/chromium-bin-9999.ebuild?rev=1.35&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-client/chromium-bin/chromium-bin-9999.ebuild?r1=1.34&r2=1.35

Index: chromium-bin-9999.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/www-client/chromium-bin/chromium-bin-9999.ebuild,v
retrieving revision 1.34
retrieving revision 1.35
diff -u -r1.34 -r1.35
--- chromium-bin-9999.ebuild	11 Feb 2010 17:01:59 -0000	1.34
+++ chromium-bin-9999.ebuild	1 Mar 2010 10:30:21 -0000	1.35
@@ -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-bin/chromium-bin-9999.ebuild,v 1.34 2010/02/11 17:01:59 voyageur Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-client/chromium-bin/chromium-bin-9999.ebuild,v 1.35 2010/03/01 10:30:21 phajdan.jr Exp $
 
 EAPI="2"
 inherit eutils multilib portability
@@ -40,24 +40,26 @@
 QA_PRESTRIPPED="opt/chromium.org/chrome-linux/libffmpegsumo.so"
 
 pkg_setup() {
-	# Built with SSE2 enabled, so will fail on older processors
-	if [[ ${ROOT} == "/" ]] && ! grep -q sse2 /proc/cpuinfo; then
-		die "This binary requires SSE2 support, it will not work on older processors"
-	fi
-
-	# Prevent user problems like bug 299777.
-	if ! grep -q /dev/shm <<< $(get_mounts); then
-		eerror "You don't have tmpfs mounted at /dev/shm."
-		eerror "${PN} isn't going to work in that configuration."
-		eerror "Please uncomment the /dev/shm entry in /etc/fstab,"
-		eerror "run 'mount /dev/shm' and try again."
-		die "/dev/shm is not mounted"
-	fi
-	if [ `stat -c %a /dev/shm` -ne 1777 ]; then
-		eerror "/dev/shm does not have correct permissions."
-		eerror "${PN} isn't going to work in that configuration."
-		eerror "Please run chmod 1777 /dev/shm and try again."
-		die "/dev/shm has incorrect permissions"
+	if [[ "${ROOT}" == "/" ]]; then
+		# Built with SSE2 enabled, so will fail on older processors
+		if ! grep -q sse2 /proc/cpuinfo; then
+			die "This binary requires SSE2 support, it will not work on older processors"
+		fi
+
+		# Prevent user problems like bug 299777.
+		if ! grep -q /dev/shm <<< $(get_mounts); then
+			eerror "You don't have tmpfs mounted at /dev/shm."
+			eerror "${PN} isn't going to work in that configuration."
+			eerror "Please uncomment the /dev/shm entry in /etc/fstab,"
+			eerror "run 'mount /dev/shm' and try again."
+			die "/dev/shm is not mounted"
+		fi
+		if [ `stat -c %a /dev/shm` -ne 1777 ]; then
+			eerror "/dev/shm does not have correct permissions."
+			eerror "${PN} isn't going to work in that configuration."
+			eerror "Please run chmod 1777 /dev/shm and try again."
+			die "/dev/shm has incorrect permissions"
+		fi
 	fi
 }
 






^ permalink raw reply	[flat|nested] 4+ messages in thread

* [gentoo-commits] gentoo-x86 commit in www-client/chromium-bin: ChangeLog chromium-bin-5.0.308.0_p37385.ebuild chromium-bin-9999.ebuild
@ 2010-03-19 17:18 PaweA Hajdan (phajdan.jr)
  0 siblings, 0 replies; 4+ messages in thread
From: PaweA Hajdan (phajdan.jr) @ 2010-03-19 17:18 UTC (permalink / raw
  To: gentoo-commits

phajdan.jr    10/03/19 17:18:55

  Modified:             ChangeLog chromium-bin-5.0.308.0_p37385.ebuild
                        chromium-bin-9999.ebuild
  Log:
  Only block www-plugins/gecko-mediaplayer if it has been compiled with
  USE=gnome, thanks to George Reitsma <g.p.reitsma@ieee.org> and Doktor
  Notor <notordoktor@gmail.com> in bug #309231.
  (Portage version: 2.1.7.17/cvs/Linux i686)

Revision  Changes    Path
1.63                 www-client/chromium-bin/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-client/chromium-bin/ChangeLog?rev=1.63&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-client/chromium-bin/ChangeLog?rev=1.63&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-client/chromium-bin/ChangeLog?r1=1.62&r2=1.63

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/www-client/chromium-bin/ChangeLog,v
retrieving revision 1.62
retrieving revision 1.63
diff -u -r1.62 -r1.63
--- ChangeLog	19 Mar 2010 09:58:27 -0000	1.62
+++ ChangeLog	19 Mar 2010 17:18:54 -0000	1.63
@@ -1,6 +1,12 @@
 # ChangeLog for www-client/chromium-bin
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/www-client/chromium-bin/ChangeLog,v 1.62 2010/03/19 09:58:27 phajdan.jr Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-client/chromium-bin/ChangeLog,v 1.63 2010/03/19 17:18:54 phajdan.jr Exp $
+
+  19 Mar 2010; Pawel Hajdan jr <phajdan.jr@gentoo.org>
+  chromium-bin-5.0.308.0_p37385.ebuild, chromium-bin-9999.ebuild:
+  Only block www-plugins/gecko-mediaplayer if it has been compiled with
+  USE=gnome, thanks to George Reitsma <g.p.reitsma@ieee.org> and Doktor
+  Notor <notordoktor@gmail.com> in bug #309231.
 
   19 Mar 2010; Pawel Hajdan jr <phajdan.jr@gentoo.org>
   -chromium-bin-4.0.295.0_p35884.ebuild:



1.8                  www-client/chromium-bin/chromium-bin-5.0.308.0_p37385.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-client/chromium-bin/chromium-bin-5.0.308.0_p37385.ebuild?rev=1.8&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-client/chromium-bin/chromium-bin-5.0.308.0_p37385.ebuild?rev=1.8&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-client/chromium-bin/chromium-bin-5.0.308.0_p37385.ebuild?r1=1.7&r2=1.8

Index: chromium-bin-5.0.308.0_p37385.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/www-client/chromium-bin/chromium-bin-5.0.308.0_p37385.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- chromium-bin-5.0.308.0_p37385.ebuild	13 Mar 2010 10:26:35 -0000	1.7
+++ chromium-bin-5.0.308.0_p37385.ebuild	19 Mar 2010 17:18:54 -0000	1.8
@@ -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-bin/chromium-bin-5.0.308.0_p37385.ebuild,v 1.7 2010/03/13 10:26:35 phajdan.jr Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-client/chromium-bin/chromium-bin-5.0.308.0_p37385.ebuild,v 1.8 2010/03/19 17:18:54 phajdan.jr Exp $
 
 EAPI="2"
 inherit eutils multilib portability
@@ -41,7 +41,7 @@
 # www-plugins/gecko-mediaplayer, bug #309231.
 RDEPEND+="
 	plugins-symlink? (
-		!www-plugins/gecko-mediaplayer
+		!www-plugins/gecko-mediaplayer[gnome]
 	)"
 
 S=${WORKDIR}



1.38                 www-client/chromium-bin/chromium-bin-9999.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-client/chromium-bin/chromium-bin-9999.ebuild?rev=1.38&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-client/chromium-bin/chromium-bin-9999.ebuild?rev=1.38&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-client/chromium-bin/chromium-bin-9999.ebuild?r1=1.37&r2=1.38

Index: chromium-bin-9999.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/www-client/chromium-bin/chromium-bin-9999.ebuild,v
retrieving revision 1.37
retrieving revision 1.38
diff -u -r1.37 -r1.38
--- chromium-bin-9999.ebuild	13 Mar 2010 10:26:35 -0000	1.37
+++ chromium-bin-9999.ebuild	19 Mar 2010 17:18:54 -0000	1.38
@@ -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-bin/chromium-bin-9999.ebuild,v 1.37 2010/03/13 10:26:35 phajdan.jr Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-client/chromium-bin/chromium-bin-9999.ebuild,v 1.38 2010/03/19 17:18:54 phajdan.jr Exp $
 
 EAPI="2"
 inherit eutils multilib portability
@@ -35,7 +35,7 @@
 # www-plugins/gecko-mediaplayer, bug #309231.
 RDEPEND+="
 	plugins-symlink? (
-		!www-plugins/gecko-mediaplayer
+		!www-plugins/gecko-mediaplayer[gnome]
 	)"
 
 S=${WORKDIR}






^ permalink raw reply	[flat|nested] 4+ messages in thread

* [gentoo-commits] gentoo-x86 commit in www-client/chromium-bin: ChangeLog chromium-bin-5.0.308.0_p37385.ebuild chromium-bin-9999.ebuild
@ 2010-04-05 15:24 PaweA Hajdan (phajdan.jr)
  0 siblings, 0 replies; 4+ messages in thread
From: PaweA Hajdan (phajdan.jr) @ 2010-04-05 15:24 UTC (permalink / raw
  To: gentoo-commits

phajdan.jr    10/04/05 15:24:41

  Modified:             ChangeLog chromium-bin-5.0.308.0_p37385.ebuild
                        chromium-bin-9999.ebuild
  Log:
  Add runtime dependency on virtual/ttf-fonts, otherwise the browser may not
  start. Reported by armin76.
  (Portage version: 2.1.7.17/cvs/Linux i686)

Revision  Changes    Path
1.64                 www-client/chromium-bin/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-client/chromium-bin/ChangeLog?rev=1.64&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-client/chromium-bin/ChangeLog?rev=1.64&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-client/chromium-bin/ChangeLog?r1=1.63&r2=1.64

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/www-client/chromium-bin/ChangeLog,v
retrieving revision 1.63
retrieving revision 1.64
diff -u -r1.63 -r1.64
--- ChangeLog	19 Mar 2010 17:18:54 -0000	1.63
+++ ChangeLog	5 Apr 2010 15:24:41 -0000	1.64
@@ -1,6 +1,11 @@
 # ChangeLog for www-client/chromium-bin
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/www-client/chromium-bin/ChangeLog,v 1.63 2010/03/19 17:18:54 phajdan.jr Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-client/chromium-bin/ChangeLog,v 1.64 2010/04/05 15:24:41 phajdan.jr Exp $
+
+  05 Apr 2010; Pawel Hajdan jr <phajdan.jr@gentoo.org>
+  chromium-bin-5.0.308.0_p37385.ebuild, chromium-bin-9999.ebuild:
+  Add runtime dependency on virtual/ttf-fonts, otherwise the browser may not
+  start. Reported by armin76.
 
   19 Mar 2010; Pawel Hajdan jr <phajdan.jr@gentoo.org>
   chromium-bin-5.0.308.0_p37385.ebuild, chromium-bin-9999.ebuild:



1.9                  www-client/chromium-bin/chromium-bin-5.0.308.0_p37385.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-client/chromium-bin/chromium-bin-5.0.308.0_p37385.ebuild?rev=1.9&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-client/chromium-bin/chromium-bin-5.0.308.0_p37385.ebuild?rev=1.9&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-client/chromium-bin/chromium-bin-5.0.308.0_p37385.ebuild?r1=1.8&r2=1.9

Index: chromium-bin-5.0.308.0_p37385.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/www-client/chromium-bin/chromium-bin-5.0.308.0_p37385.ebuild,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- chromium-bin-5.0.308.0_p37385.ebuild	19 Mar 2010 17:18:54 -0000	1.8
+++ chromium-bin-5.0.308.0_p37385.ebuild	5 Apr 2010 15:24:41 -0000	1.9
@@ -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-bin/chromium-bin-5.0.308.0_p37385.ebuild,v 1.8 2010/03/19 17:18:54 phajdan.jr Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-client/chromium-bin/chromium-bin-5.0.308.0_p37385.ebuild,v 1.9 2010/04/05 15:24:41 phajdan.jr Exp $
 
 EAPI="2"
 inherit eutils multilib portability
@@ -31,6 +31,7 @@
 	>=x11-libs/gtk+-2.14.7
 	x11-libs/libXScrnSaver
 	x11-misc/xdg-utils
+	virtual/ttf-fonts
 	|| (
 		x11-themes/gnome-icon-theme
 		x11-themes/tango-icon-theme



1.39                 www-client/chromium-bin/chromium-bin-9999.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-client/chromium-bin/chromium-bin-9999.ebuild?rev=1.39&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-client/chromium-bin/chromium-bin-9999.ebuild?rev=1.39&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-client/chromium-bin/chromium-bin-9999.ebuild?r1=1.38&r2=1.39

Index: chromium-bin-9999.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/www-client/chromium-bin/chromium-bin-9999.ebuild,v
retrieving revision 1.38
retrieving revision 1.39
diff -u -r1.38 -r1.39
--- chromium-bin-9999.ebuild	19 Mar 2010 17:18:54 -0000	1.38
+++ chromium-bin-9999.ebuild	5 Apr 2010 15:24:41 -0000	1.39
@@ -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-bin/chromium-bin-9999.ebuild,v 1.38 2010/03/19 17:18:54 phajdan.jr Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-client/chromium-bin/chromium-bin-9999.ebuild,v 1.39 2010/04/05 15:24:41 phajdan.jr Exp $
 
 EAPI="2"
 inherit eutils multilib portability
@@ -25,6 +25,7 @@
 	>=x11-libs/gtk+-2.14.7
 	x11-libs/libXScrnSaver
 	x11-misc/xdg-utils
+	virtual/ttf-fonts
 	|| (
 		x11-themes/gnome-icon-theme
 		x11-themes/tango-icon-theme






^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2010-04-05 15:24 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-01-29 10:03 [gentoo-commits] gentoo-x86 commit in www-client/chromium-bin: ChangeLog chromium-bin-5.0.308.0_p37385.ebuild chromium-bin-9999.ebuild Bernard Cafarelli (voyageur)
  -- strict thread matches above, loose matches on Subject: below --
2010-03-01 10:30 PaweA Hajdan (phajdan.jr)
2010-03-19 17:18 PaweA Hajdan (phajdan.jr)
2010-04-05 15:24 PaweA Hajdan (phajdan.jr)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox