* [gentoo-commits] gentoo-x86 commit in eclass: mozconfig-3.eclass
@ 2008-05-18 14:39 Raul Porcel (armin76)
0 siblings, 0 replies; 22+ messages in thread
From: Raul Porcel (armin76) @ 2008-05-18 14:39 UTC (permalink / raw
To: gentoo-commits
armin76 08/05/18 14:39:35
Modified: mozconfig-3.eclass
Log:
Fix cairo dep, bug #222543
Revision Changes Path
1.2 eclass/mozconfig-3.eclass
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/mozconfig-3.eclass?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/mozconfig-3.eclass?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/mozconfig-3.eclass?r1=1.1&r2=1.2
Index: mozconfig-3.eclass
===================================================================
RCS file: /var/cvsroot/gentoo-x86/eclass/mozconfig-3.eclass,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- mozconfig-3.eclass 15 Mar 2008 18:09:25 -0000 1.1
+++ mozconfig-3.eclass 18 May 2008 14:39:35 -0000 1.2
@@ -1,6 +1,6 @@
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/mozconfig-3.eclass,v 1.1 2008/03/15 18:09:25 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/mozconfig-3.eclass,v 1.2 2008/05/18 14:39:35 armin76 Exp $
#
# mozconfig.eclass: the new mozilla.eclass
@@ -27,7 +27,7 @@
dbus? ( >=dev-libs/dbus-glib-0.72 )
startup-notification? ( >=x11-libs/startup-notification-0.8 )
!<x11-base/xorg-x11-6.7.0-r2
- >=x11-libs/cairo-1.5.12"
+ >=x11-libs/cairo-1.6.0"
#According to bugs #18573, #204520, and couple of others in Mozilla's
#bugzilla. libmng and mng support has been removed in 2003.
--
gentoo-commits@lists.gentoo.org mailing list
^ permalink raw reply [flat|nested] 22+ messages in thread
* [gentoo-commits] gentoo-x86 commit in eclass: mozconfig-3.eclass
@ 2008-06-17 11:51 Raul Porcel (armin76)
0 siblings, 0 replies; 22+ messages in thread
From: Raul Porcel (armin76) @ 2008-06-17 11:51 UTC (permalink / raw
To: gentoo-commits
armin76 08/06/17 11:51:38
Modified: mozconfig-3.eclass
Log:
For the moment just disable the debug use-flag, as it fails to build
Revision Changes Path
1.3 eclass/mozconfig-3.eclass
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/mozconfig-3.eclass?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/mozconfig-3.eclass?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/mozconfig-3.eclass?r1=1.2&r2=1.3
Index: mozconfig-3.eclass
===================================================================
RCS file: /var/cvsroot/gentoo-x86/eclass/mozconfig-3.eclass,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- mozconfig-3.eclass 18 May 2008 14:39:35 -0000 1.2
+++ mozconfig-3.eclass 17 Jun 2008 11:51:37 -0000 1.3
@@ -1,12 +1,12 @@
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/mozconfig-3.eclass,v 1.2 2008/05/18 14:39:35 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/mozconfig-3.eclass,v 1.3 2008/06/17 11:51:37 armin76 Exp $
#
# mozconfig.eclass: the new mozilla.eclass
inherit multilib flag-o-matic mozcoreconf-2
-IUSE="debug gnome ipv6 dbus startup-notification"
+IUSE="gnome ipv6 dbus startup-notification"
RDEPEND="x11-libs/libXrender
x11-libs/libXt
@@ -50,24 +50,24 @@
# is required for it to build
mozconfig_annotate gentoo --disable-freetype2
- if use debug; then
- mozconfig_annotate +debug \
- --enable-debug \
- --enable-tests \
- --disable-reorder \
- --enable-debugger-info-modules=ALL_MODULES
- else
- mozconfig_annotate -debug \
- --disable-debug \
- --disable-tests \
- --enable-reorder \
-
- # Currently --enable-elf-dynstr-gc only works for x86 and ppc,
- # thanks to Jason Wever <weeve@gentoo.org> for the fix.
- if use x86 || use ppc && [[ ${enable_optimize} != -O0 ]]; then
- mozconfig_annotate "${ARCH} optimized build" --enable-elf-dynstr-gc
- fi
+# if use debug; then
+# mozconfig_annotate +debug \
+# --enable-debug \
+# --enable-tests \
+# --disable-reorder \
+# --enable-debugger-info-modules=ALL_MODULES
+# else
+ mozconfig_annotate -debug \
+ --disable-debug \
+ --disable-tests \
+ --enable-reorder
+
+ # Currently --enable-elf-dynstr-gc only works for x86 and ppc,
+ # thanks to Jason Wever <weeve@gentoo.org> for the fix.
+ if use x86 || use ppc && [[ ${enable_optimize} != -O0 ]]; then
+ mozconfig_annotate "${ARCH} optimized build" --enable-elf-dynstr-gc
fi
+# fi
if ! use gnome; then
mozconfig_annotate -gnome --disable-gnomevfs
--
gentoo-commits@lists.gentoo.org mailing list
^ permalink raw reply [flat|nested] 22+ messages in thread
* [gentoo-commits] gentoo-x86 commit in eclass: mozconfig-3.eclass
@ 2009-01-12 23:07 Markus Meier (maekke)
0 siblings, 0 replies; 22+ messages in thread
From: Markus Meier (maekke) @ 2009-01-12 23:07 UTC (permalink / raw
To: gentoo-commits
maekke 09/01/12 23:07:03
Modified: mozconfig-3.eclass
Log:
whitespace
Revision Changes Path
1.6 eclass/mozconfig-3.eclass
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/mozconfig-3.eclass?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/mozconfig-3.eclass?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/mozconfig-3.eclass?r1=1.5&r2=1.6
Index: mozconfig-3.eclass
===================================================================
RCS file: /var/cvsroot/gentoo-x86/eclass/mozconfig-3.eclass,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- mozconfig-3.eclass 29 Jul 2008 20:50:24 -0000 1.5
+++ mozconfig-3.eclass 12 Jan 2009 23:07:03 -0000 1.6
@@ -1,6 +1,6 @@
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/mozconfig-3.eclass,v 1.5 2008/07/29 20:50:24 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/mozconfig-3.eclass,v 1.6 2009/01/12 23:07:03 maekke Exp $
#
# mozconfig.eclass: the new mozilla.eclass
@@ -20,7 +20,7 @@
>=x11-libs/pango-1.10.1
>=dev-libs/libIDL-0.8.0
gnome? ( >=gnome-base/gnome-vfs-2.16.3
- >=gnome-base/libgnomeui-2.16.1
+ >=gnome-base/libgnomeui-2.16.1
>=gnome-base/gconf-2.16.0
>=gnome-base/libgnome-2.16.0 )
dbus? ( >=dev-libs/dbus-glib-0.72 )
^ permalink raw reply [flat|nested] 22+ messages in thread
* [gentoo-commits] gentoo-x86 commit in eclass: mozconfig-3.eclass
@ 2010-04-18 20:46 Jory Pratt (anarchy)
0 siblings, 0 replies; 22+ messages in thread
From: Jory Pratt (anarchy) @ 2010-04-18 20:46 UTC (permalink / raw
To: gentoo-commits
anarchy 10/04/18 20:46:33
Modified: mozconfig-3.eclass
Log:
use mozconfig_use_enable where appropriate
Revision Changes Path
1.9 eclass/mozconfig-3.eclass
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/mozconfig-3.eclass?rev=1.9&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/mozconfig-3.eclass?rev=1.9&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/mozconfig-3.eclass?r1=1.8&r2=1.9
Index: mozconfig-3.eclass
===================================================================
RCS file: /var/cvsroot/gentoo-x86/eclass/mozconfig-3.eclass,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- mozconfig-3.eclass 27 Jan 2010 12:06:22 -0000 1.8
+++ mozconfig-3.eclass 18 Apr 2010 20:46:32 -0000 1.9
@@ -1,6 +1,6 @@
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/mozconfig-3.eclass,v 1.8 2010/01/27 12:06:22 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/mozconfig-3.eclass,v 1.9 2010/04/18 20:46:32 anarchy Exp $
#
# mozconfig.eclass: the new mozilla.eclass
@@ -27,9 +27,6 @@
startup-notification? ( >=x11-libs/startup-notification-0.8 )
!<x11-base/xorg-x11-6.7.0-r2
>=x11-libs/cairo-1.6.0"
- #According to bugs #18573, #204520, and couple of others in Mozilla's
- #bugzilla. libmng and mng support has been removed in 2003.
-
DEPEND="${RDEPEND}"
@@ -40,9 +37,7 @@
mozconfig_annotate -thebes --enable-default-toolkit=gtk2
fi
- if ! use dbus; then
- mozconfig_annotate '' --disable-dbus
- fi
+ mozconfig_use_enable dbus
mozconfig_use_enable startup-notification
# if use debug; then
@@ -64,8 +59,6 @@
fi
# fi
- if ! use gnome; then
- mozconfig_annotate -gnome --disable-gnomevfs
- mozconfig_annotate -gnome --disable-gnomeui
- fi
+ mozconfig_use_enable gnome gnomevfs
+ mozconfig_use_enable gnome gnomeui
}
^ permalink raw reply [flat|nested] 22+ messages in thread
* [gentoo-commits] gentoo-x86 commit in eclass: mozconfig-3.eclass
@ 2011-03-21 8:07 Nirbheek Chauhan (nirbheek)
0 siblings, 0 replies; 22+ messages in thread
From: Nirbheek Chauhan (nirbheek) @ 2011-03-21 8:07 UTC (permalink / raw
To: gentoo-commits
nirbheek 11/03/21 08:07:55
Modified: mozconfig-3.eclass
Log:
Remove webm use-flag from IUSE and DEPEND to avoid useless rebuilds
Revision Changes Path
1.12 eclass/mozconfig-3.eclass
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/mozconfig-3.eclass?rev=1.12&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/mozconfig-3.eclass?rev=1.12&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/mozconfig-3.eclass?r1=1.11&r2=1.12
Index: mozconfig-3.eclass
===================================================================
RCS file: /var/cvsroot/gentoo-x86/eclass/mozconfig-3.eclass,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- mozconfig-3.eclass 21 Mar 2011 00:25:11 -0000 1.11
+++ mozconfig-3.eclass 21 Mar 2011 08:07:55 -0000 1.12
@@ -1,13 +1,13 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/mozconfig-3.eclass,v 1.11 2011/03/21 00:25:11 nirbheek Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/mozconfig-3.eclass,v 1.12 2011/03/21 08:07:55 nirbheek Exp $
#
# mozconfig.eclass: the new mozilla.eclass
inherit multilib flag-o-matic mozcoreconf-2
# use-flags common among all mozilla ebuilds
-IUSE="+alsa +dbus debug libnotify startup-notification system-sqlite +webm wifi"
+IUSE="+alsa +dbus debug libnotify startup-notification system-sqlite wifi"
RDEPEND="app-arch/zip
app-arch/unzip
@@ -26,10 +26,7 @@
libnotify? ( >=x11-libs/libnotify-0.4 )
startup-notification? ( >=x11-libs/startup-notification-0.8 )
system-sqlite? ( >=dev-db/sqlite-3.7.4[fts3,secure-delete,unlock-notify,debug=] )
- webm? ( media-libs/libvpx
- media-libs/alsa-lib )
wifi? ( net-wireless/wireless-tools )"
-
DEPEND="${RDEPEND}"
mozconfig_config() {
@@ -64,14 +61,16 @@
fi
if [[ ${PN} != thunderbird ]]; then
- if use webm && ! use alsa; then
- echo "Enabling alsa support due to webm request"
- mozconfig_annotate '+webm -alsa' --enable-ogg
- mozconfig_annotate '+webm -alsa' --enable-wave
- mozconfig_annotate '+webm' --enable-webm
- else
- mozconfig_use_enable webm
- mozconfig_use_with webm system-libvpx
+ if has +webm ${IUSE} && use webm; then
+ if ! use alsa; then
+ echo "Enabling alsa support due to webm request"
+ mozconfig_annotate '+webm -alsa' --enable-ogg
+ mozconfig_annotate '+webm -alsa' --enable-wave
+ mozconfig_annotate '+webm' --enable-webm
+ else
+ mozconfig_use_enable webm
+ mozconfig_use_with webm system-libvpx
+ fi
fi
if use amd64 || use x86 || use arm || use sparc; then
^ permalink raw reply [flat|nested] 22+ messages in thread
* [gentoo-commits] gentoo-x86 commit in eclass: mozconfig-3.eclass
@ 2011-03-22 1:33 Nirbheek Chauhan (nirbheek)
0 siblings, 0 replies; 22+ messages in thread
From: Nirbheek Chauhan (nirbheek) @ 2011-03-22 1:33 UTC (permalink / raw
To: gentoo-commits
nirbheek 11/03/22 01:33:31
Modified: mozconfig-3.eclass
Log:
Remove high glib/sqlite deps from the eclass, were causing keyword problems with old ebuilds
Revision Changes Path
1.13 eclass/mozconfig-3.eclass
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/mozconfig-3.eclass?rev=1.13&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/mozconfig-3.eclass?rev=1.13&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/mozconfig-3.eclass?r1=1.12&r2=1.13
Index: mozconfig-3.eclass
===================================================================
RCS file: /var/cvsroot/gentoo-x86/eclass/mozconfig-3.eclass,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- mozconfig-3.eclass 21 Mar 2011 08:07:55 -0000 1.12
+++ mozconfig-3.eclass 22 Mar 2011 01:33:31 -0000 1.13
@@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/mozconfig-3.eclass,v 1.12 2011/03/21 08:07:55 nirbheek Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/mozconfig-3.eclass,v 1.13 2011/03/22 01:33:31 nirbheek Exp $
#
# mozconfig.eclass: the new mozilla.eclass
@@ -13,7 +13,6 @@
app-arch/unzip
>=app-text/hunspell-1.2
dev-libs/expat
- >=dev-libs/glib-2.26
>=dev-libs/libIDL-0.8.0
>=dev-libs/libevent-1.4.7
!<x11-base/xorg-x11-6.7.0-r2
@@ -25,7 +24,6 @@
dbus? ( >=dev-libs/dbus-glib-0.72 )
libnotify? ( >=x11-libs/libnotify-0.4 )
startup-notification? ( >=x11-libs/startup-notification-0.8 )
- system-sqlite? ( >=dev-db/sqlite-3.7.4[fts3,secure-delete,unlock-notify,debug=] )
wifi? ( net-wireless/wireless-tools )"
DEPEND="${RDEPEND}"
^ permalink raw reply [flat|nested] 22+ messages in thread
* [gentoo-commits] gentoo-x86 commit in eclass: mozconfig-3.eclass
@ 2011-03-23 0:35 Nirbheek Chauhan (nirbheek)
0 siblings, 0 replies; 22+ messages in thread
From: Nirbheek Chauhan (nirbheek) @ 2011-03-23 0:35 UTC (permalink / raw
To: gentoo-commits
nirbheek 11/03/23 00:35:32
Modified: mozconfig-3.eclass
Log:
Fix automagic dependencies, bug 359987
Revision Changes Path
1.14 eclass/mozconfig-3.eclass
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/mozconfig-3.eclass?rev=1.14&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/mozconfig-3.eclass?rev=1.14&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/mozconfig-3.eclass?r1=1.13&r2=1.14
Index: mozconfig-3.eclass
===================================================================
RCS file: /var/cvsroot/gentoo-x86/eclass/mozconfig-3.eclass,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- mozconfig-3.eclass 22 Mar 2011 01:33:31 -0000 1.13
+++ mozconfig-3.eclass 23 Mar 2011 00:35:32 -0000 1.14
@@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/mozconfig-3.eclass,v 1.13 2011/03/22 01:33:31 nirbheek Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/mozconfig-3.eclass,v 1.14 2011/03/23 00:35:32 nirbheek Exp $
#
# mozconfig.eclass: the new mozilla.eclass
@@ -9,6 +9,8 @@
# use-flags common among all mozilla ebuilds
IUSE="+alsa +dbus debug libnotify startup-notification system-sqlite wifi"
+# XXX: GConf is used for setting the default browser
+# revisit to make it optional with GNOME 3
RDEPEND="app-arch/zip
app-arch/unzip
>=app-text/hunspell-1.2
@@ -17,8 +19,9 @@
>=dev-libs/libevent-1.4.7
!<x11-base/xorg-x11-6.7.0-r2
>=x11-libs/cairo-1.10.2[X]
- >=x11-libs/gtk+-2.8.6
+ >=x11-libs/gtk+-2.8.6:2
>=x11-libs/pango-1.10.1
+ >=gnome-base/gconf-1.2.1:2
virtual/jpeg
alsa? ( media-libs/alsa-lib )
dbus? ( >=dev-libs/dbus-glib-0.72 )
@@ -83,6 +86,7 @@
mozconfig_annotate '' --with-system-libevent="${EPREFIX}"/usr
mozconfig_annotate '' --enable-system-hunspell
mozconfig_annotate '' --disable-gnomevfs
+ mozconfig_annotate '' --disable-gnomeui
mozconfig_annotate '' --enable-gio
if [[ ${PN} != thunderbird ]] ; then
mozconfig_annotate 'places' --enable-storage --enable-places --enable-places_bookmarks
^ permalink raw reply [flat|nested] 22+ messages in thread
* [gentoo-commits] gentoo-x86 commit in eclass: mozconfig-3.eclass
@ 2011-03-23 0:40 Nirbheek Chauhan (nirbheek)
0 siblings, 0 replies; 22+ messages in thread
From: Nirbheek Chauhan (nirbheek) @ 2011-03-23 0:40 UTC (permalink / raw
To: gentoo-commits
nirbheek 11/03/23 00:40:34
Modified: mozconfig-3.eclass
Log:
Move gconf dep to ebuilds, hppa doesn't have it keyworded
Revision Changes Path
1.15 eclass/mozconfig-3.eclass
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/mozconfig-3.eclass?rev=1.15&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/mozconfig-3.eclass?rev=1.15&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/mozconfig-3.eclass?r1=1.14&r2=1.15
Index: mozconfig-3.eclass
===================================================================
RCS file: /var/cvsroot/gentoo-x86/eclass/mozconfig-3.eclass,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- mozconfig-3.eclass 23 Mar 2011 00:35:32 -0000 1.14
+++ mozconfig-3.eclass 23 Mar 2011 00:40:34 -0000 1.15
@@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/mozconfig-3.eclass,v 1.14 2011/03/23 00:35:32 nirbheek Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/mozconfig-3.eclass,v 1.15 2011/03/23 00:40:34 nirbheek Exp $
#
# mozconfig.eclass: the new mozilla.eclass
@@ -21,7 +21,6 @@
>=x11-libs/cairo-1.10.2[X]
>=x11-libs/gtk+-2.8.6:2
>=x11-libs/pango-1.10.1
- >=gnome-base/gconf-1.2.1:2
virtual/jpeg
alsa? ( media-libs/alsa-lib )
dbus? ( >=dev-libs/dbus-glib-0.72 )
^ permalink raw reply [flat|nested] 22+ messages in thread
* [gentoo-commits] gentoo-x86 commit in eclass: mozconfig-3.eclass
@ 2011-03-27 20:17 Jory Pratt (anarchy)
0 siblings, 0 replies; 22+ messages in thread
From: Jory Pratt (anarchy) @ 2011-03-27 20:17 UTC (permalink / raw
To: gentoo-commits
anarchy 11/03/27 20:17:47
Modified: mozconfig-3.eclass
Log:
reduce cairo dep bug #360821
Revision Changes Path
1.16 eclass/mozconfig-3.eclass
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/mozconfig-3.eclass?rev=1.16&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/mozconfig-3.eclass?rev=1.16&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/mozconfig-3.eclass?r1=1.15&r2=1.16
Index: mozconfig-3.eclass
===================================================================
RCS file: /var/cvsroot/gentoo-x86/eclass/mozconfig-3.eclass,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- mozconfig-3.eclass 23 Mar 2011 00:40:34 -0000 1.15
+++ mozconfig-3.eclass 27 Mar 2011 20:17:47 -0000 1.16
@@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/mozconfig-3.eclass,v 1.15 2011/03/23 00:40:34 nirbheek Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/mozconfig-3.eclass,v 1.16 2011/03/27 20:17:47 anarchy Exp $
#
# mozconfig.eclass: the new mozilla.eclass
@@ -18,7 +18,7 @@
>=dev-libs/libIDL-0.8.0
>=dev-libs/libevent-1.4.7
!<x11-base/xorg-x11-6.7.0-r2
- >=x11-libs/cairo-1.10.2[X]
+ >=x11-libs/cairo-1.8[X]
>=x11-libs/gtk+-2.8.6:2
>=x11-libs/pango-1.10.1
virtual/jpeg
^ permalink raw reply [flat|nested] 22+ messages in thread
* [gentoo-commits] gentoo-x86 commit in eclass: mozconfig-3.eclass
@ 2011-04-08 19:10 Jory Pratt (anarchy)
0 siblings, 0 replies; 22+ messages in thread
From: Jory Pratt (anarchy) @ 2011-04-08 19:10 UTC (permalink / raw
To: gentoo-commits
anarchy 11/04/08 19:10:44
Modified: mozconfig-3.eclass
Log:
ensure webm is disabled if not requested
Revision Changes Path
1.17 eclass/mozconfig-3.eclass
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/mozconfig-3.eclass?rev=1.17&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/mozconfig-3.eclass?rev=1.17&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/mozconfig-3.eclass?r1=1.16&r2=1.17
Index: mozconfig-3.eclass
===================================================================
RCS file: /var/cvsroot/gentoo-x86/eclass/mozconfig-3.eclass,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- mozconfig-3.eclass 27 Mar 2011 20:17:47 -0000 1.16
+++ mozconfig-3.eclass 8 Apr 2011 19:10:44 -0000 1.17
@@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/mozconfig-3.eclass,v 1.16 2011/03/27 20:17:47 anarchy Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/mozconfig-3.eclass,v 1.17 2011/04/08 19:10:44 anarchy Exp $
#
# mozconfig.eclass: the new mozilla.eclass
@@ -67,10 +67,14 @@
mozconfig_annotate '+webm -alsa' --enable-ogg
mozconfig_annotate '+webm -alsa' --enable-wave
mozconfig_annotate '+webm' --enable-webm
+ mozconfig_annotate '+webm' --enable-system-libvpx
else
mozconfig_use_enable webm
mozconfig_use_with webm system-libvpx
fi
+ else
+ mozconfig_annotate '' --disable-webm
+ mozconfig_annotate '' --disable-system-libvpx
fi
if use amd64 || use x86 || use arm || use sparc; then
^ permalink raw reply [flat|nested] 22+ messages in thread
* [gentoo-commits] gentoo-x86 commit in eclass: mozconfig-3.eclass
@ 2011-04-20 3:59 Jeremy Olexa (darkside)
0 siblings, 0 replies; 22+ messages in thread
From: Jeremy Olexa (darkside) @ 2011-04-20 3:59 UTC (permalink / raw
To: gentoo-commits
darkside 11/04/20 03:59:38
Modified: mozconfig-3.eclass
Log:
fix system-libvpx path for Gentoo Prefix, bug 364165
Revision Changes Path
1.18 eclass/mozconfig-3.eclass
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/mozconfig-3.eclass?rev=1.18&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/mozconfig-3.eclass?rev=1.18&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/mozconfig-3.eclass?r1=1.17&r2=1.18
Index: mozconfig-3.eclass
===================================================================
RCS file: /var/cvsroot/gentoo-x86/eclass/mozconfig-3.eclass,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- mozconfig-3.eclass 8 Apr 2011 19:10:44 -0000 1.17
+++ mozconfig-3.eclass 20 Apr 2011 03:59:38 -0000 1.18
@@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/mozconfig-3.eclass,v 1.17 2011/04/08 19:10:44 anarchy Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/mozconfig-3.eclass,v 1.18 2011/04/20 03:59:38 darkside Exp $
#
# mozconfig.eclass: the new mozilla.eclass
@@ -67,7 +67,7 @@
mozconfig_annotate '+webm -alsa' --enable-ogg
mozconfig_annotate '+webm -alsa' --enable-wave
mozconfig_annotate '+webm' --enable-webm
- mozconfig_annotate '+webm' --enable-system-libvpx
+ mozconfig_annotate '+webm' --with-system-libvpx="${EPREFIX}"/usr
else
mozconfig_use_enable webm
mozconfig_use_with webm system-libvpx
^ permalink raw reply [flat|nested] 22+ messages in thread
* [gentoo-commits] gentoo-x86 commit in eclass: mozconfig-3.eclass
@ 2011-04-24 16:52 Nirbheek Chauhan (nirbheek)
0 siblings, 0 replies; 22+ messages in thread
From: Nirbheek Chauhan (nirbheek) @ 2011-04-24 16:52 UTC (permalink / raw
To: gentoo-commits
nirbheek 11/04/24 16:52:11
Modified: mozconfig-3.eclass
Log:
Fix 'has' check for ipc in IUSE, it's +ipc everywhere
Revision Changes Path
1.19 eclass/mozconfig-3.eclass
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/mozconfig-3.eclass?rev=1.19&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/mozconfig-3.eclass?rev=1.19&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/mozconfig-3.eclass?r1=1.18&r2=1.19
Index: mozconfig-3.eclass
===================================================================
RCS file: /var/cvsroot/gentoo-x86/eclass/mozconfig-3.eclass,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- mozconfig-3.eclass 20 Apr 2011 03:59:38 -0000 1.18
+++ mozconfig-3.eclass 24 Apr 2011 16:52:11 -0000 1.19
@@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/mozconfig-3.eclass,v 1.18 2011/04/20 03:59:38 darkside Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/mozconfig-3.eclass,v 1.19 2011/04/24 16:52:11 nirbheek Exp $
#
# mozconfig.eclass: the new mozilla.eclass
@@ -45,7 +45,7 @@
mozconfig_use_enable debug
mozconfig_use_enable debug tests
mozconfig_use_enable debug debugger-info-modeules
- if has ipc ${IUSE}; then
+ if has +ipc ${IUSE}; then
mozconfig_use_enable ipc
fi
mozconfig_use_enable libnotify
^ permalink raw reply [flat|nested] 22+ messages in thread
* [gentoo-commits] gentoo-x86 commit in eclass: mozconfig-3.eclass
@ 2011-06-24 10:34 Nirbheek Chauhan (nirbheek)
0 siblings, 0 replies; 22+ messages in thread
From: Nirbheek Chauhan (nirbheek) @ 2011-06-24 10:34 UTC (permalink / raw
To: gentoo-commits
nirbheek 11/06/24 10:34:55
Modified: mozconfig-3.eclass
Log:
Update pango dep to be pango[X] since all mozilla products still use pangoxft
Revision Changes Path
1.20 eclass/mozconfig-3.eclass
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/mozconfig-3.eclass?rev=1.20&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/mozconfig-3.eclass?rev=1.20&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/mozconfig-3.eclass?r1=1.19&r2=1.20
Index: mozconfig-3.eclass
===================================================================
RCS file: /var/cvsroot/gentoo-x86/eclass/mozconfig-3.eclass,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -r1.19 -r1.20
--- mozconfig-3.eclass 24 Apr 2011 16:52:11 -0000 1.19
+++ mozconfig-3.eclass 24 Jun 2011 10:34:55 -0000 1.20
@@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/mozconfig-3.eclass,v 1.19 2011/04/24 16:52:11 nirbheek Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/mozconfig-3.eclass,v 1.20 2011/06/24 10:34:55 nirbheek Exp $
#
# mozconfig.eclass: the new mozilla.eclass
@@ -11,6 +11,7 @@
# XXX: GConf is used for setting the default browser
# revisit to make it optional with GNOME 3
+# pango[X] is needed for pangoxft.h
RDEPEND="app-arch/zip
app-arch/unzip
>=app-text/hunspell-1.2
@@ -20,7 +21,7 @@
!<x11-base/xorg-x11-6.7.0-r2
>=x11-libs/cairo-1.8[X]
>=x11-libs/gtk+-2.8.6:2
- >=x11-libs/pango-1.10.1
+ >=x11-libs/pango-1.10.1[X]
virtual/jpeg
alsa? ( media-libs/alsa-lib )
dbus? ( >=dev-libs/dbus-glib-0.72 )
^ permalink raw reply [flat|nested] 22+ messages in thread
* [gentoo-commits] gentoo-x86 commit in eclass: mozconfig-3.eclass
@ 2011-07-06 13:36 Jeremy Olexa (darkside)
0 siblings, 0 replies; 22+ messages in thread
From: Jeremy Olexa (darkside) @ 2011-07-06 13:36 UTC (permalink / raw
To: gentoo-commits
darkside 11/07/06 13:36:46
Modified: mozconfig-3.eclass
Log:
fix system-libvpx location for Gentoo Prefix, bug 369491
Revision Changes Path
1.21 eclass/mozconfig-3.eclass
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/mozconfig-3.eclass?rev=1.21&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/mozconfig-3.eclass?rev=1.21&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/mozconfig-3.eclass?r1=1.20&r2=1.21
Index: mozconfig-3.eclass
===================================================================
RCS file: /var/cvsroot/gentoo-x86/eclass/mozconfig-3.eclass,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -r1.20 -r1.21
--- mozconfig-3.eclass 24 Jun 2011 10:34:55 -0000 1.20
+++ mozconfig-3.eclass 6 Jul 2011 13:36:46 -0000 1.21
@@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/mozconfig-3.eclass,v 1.20 2011/06/24 10:34:55 nirbheek Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/mozconfig-3.eclass,v 1.21 2011/07/06 13:36:46 darkside Exp $
#
# mozconfig.eclass: the new mozilla.eclass
@@ -71,7 +71,7 @@
mozconfig_annotate '+webm' --with-system-libvpx="${EPREFIX}"/usr
else
mozconfig_use_enable webm
- mozconfig_use_with webm system-libvpx
+ mozconfig_annotate '+webm' --with-system-libvpx="${EPREFIX}"/usr
fi
else
mozconfig_annotate '' --disable-webm
^ permalink raw reply [flat|nested] 22+ messages in thread
* [gentoo-commits] gentoo-x86 commit in eclass: mozconfig-3.eclass
@ 2011-08-20 21:30 Jory Pratt (anarchy)
0 siblings, 0 replies; 22+ messages in thread
From: Jory Pratt (anarchy) @ 2011-08-20 21:30 UTC (permalink / raw
To: gentoo-commits
anarchy 11/08/20 21:30:37
Modified: mozconfig-3.eclass
Log:
mozconfig-3.eclass - crashreporter requires net-misc/curl support
Revision Changes Path
1.22 eclass/mozconfig-3.eclass
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/mozconfig-3.eclass?rev=1.22&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/mozconfig-3.eclass?rev=1.22&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/mozconfig-3.eclass?r1=1.21&r2=1.22
Index: mozconfig-3.eclass
===================================================================
RCS file: /var/cvsroot/gentoo-x86/eclass/mozconfig-3.eclass,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -r1.21 -r1.22
--- mozconfig-3.eclass 6 Jul 2011 13:36:46 -0000 1.21
+++ mozconfig-3.eclass 20 Aug 2011 21:30:37 -0000 1.22
@@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/mozconfig-3.eclass,v 1.21 2011/07/06 13:36:46 darkside Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/mozconfig-3.eclass,v 1.22 2011/08/20 21:30:37 anarchy Exp $
#
# mozconfig.eclass: the new mozilla.eclass
@@ -27,7 +27,8 @@
dbus? ( >=dev-libs/dbus-glib-0.72 )
libnotify? ( >=x11-libs/libnotify-0.4 )
startup-notification? ( >=x11-libs/startup-notification-0.8 )
- wifi? ( net-wireless/wireless-tools )"
+ wifi? ( net-wireless/wireless-tools )
+ crashreporter? ( net-misc/curl )"
DEPEND="${RDEPEND}"
mozconfig_config() {
^ permalink raw reply [flat|nested] 22+ messages in thread
* [gentoo-commits] gentoo-x86 commit in eclass: mozconfig-3.eclass
@ 2011-08-20 21:51 Jory Pratt (anarchy)
0 siblings, 0 replies; 22+ messages in thread
From: Jory Pratt (anarchy) @ 2011-08-20 21:51 UTC (permalink / raw
To: gentoo-commits
anarchy 11/08/20 21:51:25
Modified: mozconfig-3.eclass
Log:
move crashreporter rdepend to ebuild instead of eclass
Revision Changes Path
1.23 eclass/mozconfig-3.eclass
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/mozconfig-3.eclass?rev=1.23&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/mozconfig-3.eclass?rev=1.23&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/mozconfig-3.eclass?r1=1.22&r2=1.23
Index: mozconfig-3.eclass
===================================================================
RCS file: /var/cvsroot/gentoo-x86/eclass/mozconfig-3.eclass,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -r1.22 -r1.23
--- mozconfig-3.eclass 20 Aug 2011 21:30:37 -0000 1.22
+++ mozconfig-3.eclass 20 Aug 2011 21:51:25 -0000 1.23
@@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/mozconfig-3.eclass,v 1.22 2011/08/20 21:30:37 anarchy Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/mozconfig-3.eclass,v 1.23 2011/08/20 21:51:25 anarchy Exp $
#
# mozconfig.eclass: the new mozilla.eclass
@@ -27,8 +27,7 @@
dbus? ( >=dev-libs/dbus-glib-0.72 )
libnotify? ( >=x11-libs/libnotify-0.4 )
startup-notification? ( >=x11-libs/startup-notification-0.8 )
- wifi? ( net-wireless/wireless-tools )
- crashreporter? ( net-misc/curl )"
+ wifi? ( net-wireless/wireless-tools )"
DEPEND="${RDEPEND}"
mozconfig_config() {
^ permalink raw reply [flat|nested] 22+ messages in thread
* [gentoo-commits] gentoo-x86 commit in eclass: mozconfig-3.eclass
@ 2011-11-11 1:37 Jory Pratt (anarchy)
0 siblings, 0 replies; 22+ messages in thread
From: Jory Pratt (anarchy) @ 2011-11-11 1:37 UTC (permalink / raw
To: gentoo-commits
anarchy 11/11/11 01:37:44
Modified: mozconfig-3.eclass
Log:
Allow webm support to be enabled in thunderbird
Revision Changes Path
1.24 eclass/mozconfig-3.eclass
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/mozconfig-3.eclass?rev=1.24&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/mozconfig-3.eclass?rev=1.24&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/mozconfig-3.eclass?r1=1.23&r2=1.24
Index: mozconfig-3.eclass
===================================================================
RCS file: /var/cvsroot/gentoo-x86/eclass/mozconfig-3.eclass,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -r1.23 -r1.24
--- mozconfig-3.eclass 20 Aug 2011 21:51:25 -0000 1.23
+++ mozconfig-3.eclass 11 Nov 2011 01:37:44 -0000 1.24
@@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/mozconfig-3.eclass,v 1.23 2011/08/20 21:51:25 anarchy Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/mozconfig-3.eclass,v 1.24 2011/11/11 01:37:44 anarchy Exp $
#
# mozconfig.eclass: the new mozilla.eclass
@@ -61,26 +61,24 @@
mozconfig_annotate 'mozjs' --enable-shared-js
fi
- if [[ ${PN} != thunderbird ]]; then
- if has +webm ${IUSE} && use webm; then
- if ! use alsa; then
- echo "Enabling alsa support due to webm request"
- mozconfig_annotate '+webm -alsa' --enable-ogg
- mozconfig_annotate '+webm -alsa' --enable-wave
- mozconfig_annotate '+webm' --enable-webm
- mozconfig_annotate '+webm' --with-system-libvpx="${EPREFIX}"/usr
- else
- mozconfig_use_enable webm
- mozconfig_annotate '+webm' --with-system-libvpx="${EPREFIX}"/usr
- fi
+ if has +webm ${IUSE} && use webm; then
+ if ! use alsa; then
+ echo "Enabling alsa support due to webm request"
+ mozconfig_annotate '+webm -alsa' --enable-ogg
+ mozconfig_annotate '+webm -alsa' --enable-wave
+ mozconfig_annotate '+webm' --enable-webm
+ mozconfig_annotate '+webm' --with-system-libvpx="${EPREFIX}"/usr
else
- mozconfig_annotate '' --disable-webm
- mozconfig_annotate '' --disable-system-libvpx
+ mozconfig_use_enable webm
+ mozconfig_annotate '+webm' --with-system-libvpx="${EPREFIX}"/usr
fi
+ else
+ mozconfig_annotate '' --disable-webm
+ mozconfig_annotate '' --disable-system-libvpx
+ fi
- if use amd64 || use x86 || use arm || use sparc; then
- mozconfig_annotate '' --enable-tracejit
- fi
+ if use amd64 || use x86 || use arm || use sparc; then
+ mozconfig_annotate '' --enable-tracejit
fi
# These are enabled by default in all mozilla applications
^ permalink raw reply [flat|nested] 22+ messages in thread
* [gentoo-commits] gentoo-x86 commit in eclass: mozconfig-3.eclass
@ 2012-02-28 3:49 Jory Pratt (anarchy)
0 siblings, 0 replies; 22+ messages in thread
From: Jory Pratt (anarchy) @ 2012-02-28 3:49 UTC (permalink / raw
To: gentoo-commits
anarchy 12/02/28 03:49:42
Modified: mozconfig-3.eclass
Log:
Fix branding when bindist is enabled
Revision Changes Path
1.28 eclass/mozconfig-3.eclass
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/mozconfig-3.eclass?rev=1.28&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/mozconfig-3.eclass?rev=1.28&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/mozconfig-3.eclass?r1=1.27&r2=1.28
Index: mozconfig-3.eclass
===================================================================
RCS file: /var/cvsroot/gentoo-x86/eclass/mozconfig-3.eclass,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -r1.27 -r1.28
--- mozconfig-3.eclass 6 Feb 2012 13:13:44 -0000 1.27
+++ mozconfig-3.eclass 28 Feb 2012 03:49:41 -0000 1.28
@@ -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/eclass/mozconfig-3.eclass,v 1.27 2012/02/06 13:13:44 nirbheek Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/mozconfig-3.eclass,v 1.28 2012/02/28 03:49:41 anarchy Exp $
#
# mozconfig.eclass: the new mozilla.eclass
@@ -36,6 +36,9 @@
if has bindist ${IUSE}; then
mozconfig_use_enable !bindist official-branding
+ if [[ ${PN} == firefox ]] ; then
+ mozconfig_annotate '' --with-branding=browser/branding/aurora
+ fi
fi
mozconfig_use_enable alsa ogg
^ permalink raw reply [flat|nested] 22+ messages in thread
* [gentoo-commits] gentoo-x86 commit in eclass: mozconfig-3.eclass
@ 2012-02-28 5:04 Jory Pratt (anarchy)
0 siblings, 0 replies; 22+ messages in thread
From: Jory Pratt (anarchy) @ 2012-02-28 5:04 UTC (permalink / raw
To: gentoo-commits
anarchy 12/02/28 05:04:25
Modified: mozconfig-3.eclass
Log:
Only pass with-branding if bindist build
Revision Changes Path
1.29 eclass/mozconfig-3.eclass
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/mozconfig-3.eclass?rev=1.29&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/mozconfig-3.eclass?rev=1.29&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/mozconfig-3.eclass?r1=1.28&r2=1.29
Index: mozconfig-3.eclass
===================================================================
RCS file: /var/cvsroot/gentoo-x86/eclass/mozconfig-3.eclass,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -r1.28 -r1.29
--- mozconfig-3.eclass 28 Feb 2012 03:49:41 -0000 1.28
+++ mozconfig-3.eclass 28 Feb 2012 05:04:25 -0000 1.29
@@ -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/eclass/mozconfig-3.eclass,v 1.28 2012/02/28 03:49:41 anarchy Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/mozconfig-3.eclass,v 1.29 2012/02/28 05:04:25 anarchy Exp $
#
# mozconfig.eclass: the new mozilla.eclass
@@ -36,7 +36,7 @@
if has bindist ${IUSE}; then
mozconfig_use_enable !bindist official-branding
- if [[ ${PN} == firefox ]] ; then
+ if [[ ${PN} == firefox ]] && use bindist ; then
mozconfig_annotate '' --with-branding=browser/branding/aurora
fi
fi
^ permalink raw reply [flat|nested] 22+ messages in thread
* [gentoo-commits] gentoo-x86 commit in eclass: mozconfig-3.eclass
@ 2012-03-04 14:19 Jory Pratt (anarchy)
0 siblings, 0 replies; 22+ messages in thread
From: Jory Pratt (anarchy) @ 2012-03-04 14:19 UTC (permalink / raw
To: gentoo-commits
anarchy 12/03/04 14:19:47
Modified: mozconfig-3.eclass
Log:
Fix typo in mozconfig-3.eclass, bug #406463
Revision Changes Path
1.30 eclass/mozconfig-3.eclass
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/mozconfig-3.eclass?rev=1.30&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/mozconfig-3.eclass?rev=1.30&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/mozconfig-3.eclass?r1=1.29&r2=1.30
Index: mozconfig-3.eclass
===================================================================
RCS file: /var/cvsroot/gentoo-x86/eclass/mozconfig-3.eclass,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -r1.29 -r1.30
--- mozconfig-3.eclass 28 Feb 2012 05:04:25 -0000 1.29
+++ mozconfig-3.eclass 4 Mar 2012 14:19:47 -0000 1.30
@@ -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/eclass/mozconfig-3.eclass,v 1.29 2012/02/28 05:04:25 anarchy Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/mozconfig-3.eclass,v 1.30 2012/03/04 14:19:47 anarchy Exp $
#
# mozconfig.eclass: the new mozilla.eclass
@@ -49,7 +49,7 @@
mozconfig_use_enable dbus
mozconfig_use_enable debug
mozconfig_use_enable debug tests
- mozconfig_use_enable debug debugger-info-modeules
+ mozconfig_use_enable debug debugger-info-modules
if has +ipc ${IUSE}; then
mozconfig_use_enable ipc
fi
^ permalink raw reply [flat|nested] 22+ messages in thread
* [gentoo-commits] gentoo-x86 commit in eclass: mozconfig-3.eclass
@ 2012-07-18 0:22 Jory Pratt (anarchy)
0 siblings, 0 replies; 22+ messages in thread
From: Jory Pratt (anarchy) @ 2012-07-18 0:22 UTC (permalink / raw
To: gentoo-commits
anarchy 12/07/18 00:22:30
Modified: mozconfig-3.eclass
Log:
Update mozconfig for libvpx support, remove crashreporter option
Revision Changes Path
1.31 eclass/mozconfig-3.eclass
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/mozconfig-3.eclass?rev=1.31&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/mozconfig-3.eclass?rev=1.31&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/mozconfig-3.eclass?r1=1.30&r2=1.31
Index: mozconfig-3.eclass
===================================================================
RCS file: /var/cvsroot/gentoo-x86/eclass/mozconfig-3.eclass,v
retrieving revision 1.30
retrieving revision 1.31
diff -u -r1.30 -r1.31
--- mozconfig-3.eclass 4 Mar 2012 14:19:47 -0000 1.30
+++ mozconfig-3.eclass 18 Jul 2012 00:22:30 -0000 1.31
@@ -1,6 +1,6 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/mozconfig-3.eclass,v 1.30 2012/03/04 14:19:47 anarchy Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/mozconfig-3.eclass,v 1.31 2012/07/18 00:22:30 anarchy Exp $
#
# mozconfig.eclass: the new mozilla.eclass
@@ -23,8 +23,8 @@
>=x11-libs/gtk+-2.8.6:2
>=x11-libs/pango-1.10.1[X]
virtual/jpeg
- virtual/freedesktop-icon-theme
alsa? ( media-libs/alsa-lib )
+ virtual/freedesktop-icon-theme
dbus? ( >=dev-libs/dbus-glib-0.72 )
libnotify? ( >=x11-libs/libnotify-0.4 )
startup-notification? ( >=x11-libs/startup-notification-0.8 )
@@ -43,9 +43,6 @@
mozconfig_use_enable alsa ogg
mozconfig_use_enable alsa wave
- if has +crashreporter ${IUSE} ; then
- mozconfig_use_enable crashreporter
- fi
mozconfig_use_enable dbus
mozconfig_use_enable debug
mozconfig_use_enable debug tests
@@ -71,10 +68,10 @@
mozconfig_annotate '+webm -alsa' --enable-ogg
mozconfig_annotate '+webm -alsa' --enable-wave
mozconfig_annotate '+webm' --enable-webm
- mozconfig_annotate '+webm' --with-system-libvpx="${EPREFIX}"/usr
+ mozconfig_annotate '+webm' --with-system-libvpx
else
mozconfig_use_enable webm
- mozconfig_annotate '+webm' --with-system-libvpx="${EPREFIX}"/usr
+ mozconfig_annotate '+webm' --with-system-libvpx
fi
else
mozconfig_annotate '' --disable-webm
^ permalink raw reply [flat|nested] 22+ messages in thread
* [gentoo-commits] gentoo-x86 commit in eclass: mozconfig-3.eclass
@ 2013-08-28 15:23 Ian Stakenvicius (axs)
0 siblings, 0 replies; 22+ messages in thread
From: Ian Stakenvicius (axs) @ 2013-08-28 15:23 UTC (permalink / raw
To: gentoo-commits
axs 13/08/28 15:23:12
Modified: mozconfig-3.eclass
Log:
pegged virtual/jpeg at slot 0 in mozconfig-3.eclass
Revision Changes Path
1.37 eclass/mozconfig-3.eclass
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/mozconfig-3.eclass?rev=1.37&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/mozconfig-3.eclass?rev=1.37&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/mozconfig-3.eclass?r1=1.36&r2=1.37
Index: mozconfig-3.eclass
===================================================================
RCS file: /var/cvsroot/gentoo-x86/eclass/mozconfig-3.eclass,v
retrieving revision 1.36
retrieving revision 1.37
diff -u -r1.36 -r1.37
--- mozconfig-3.eclass 10 Apr 2013 02:33:48 -0000 1.36
+++ mozconfig-3.eclass 28 Aug 2013 15:23:12 -0000 1.37
@@ -1,6 +1,6 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/mozconfig-3.eclass,v 1.36 2013/04/10 02:33:48 anarchy Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/mozconfig-3.eclass,v 1.37 2013/08/28 15:23:12 axs Exp $
#
# mozconfig.eclass: the new mozilla.eclass
@@ -21,7 +21,7 @@
>=x11-libs/cairo-1.8[X]
>=x11-libs/gtk+-2.8.6:2
>=x11-libs/pango-1.10.1[X]
- virtual/jpeg
+ virtual/jpeg:0
alsa? ( media-libs/alsa-lib )
virtual/freedesktop-icon-theme
dbus? ( >=dev-libs/dbus-glib-0.72 )
^ permalink raw reply [flat|nested] 22+ messages in thread
end of thread, other threads:[~2013-08-28 15:23 UTC | newest]
Thread overview: 22+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-08-20 21:51 [gentoo-commits] gentoo-x86 commit in eclass: mozconfig-3.eclass Jory Pratt (anarchy)
-- strict thread matches above, loose matches on Subject: below --
2013-08-28 15:23 Ian Stakenvicius (axs)
2012-07-18 0:22 Jory Pratt (anarchy)
2012-03-04 14:19 Jory Pratt (anarchy)
2012-02-28 5:04 Jory Pratt (anarchy)
2012-02-28 3:49 Jory Pratt (anarchy)
2011-11-11 1:37 Jory Pratt (anarchy)
2011-08-20 21:30 Jory Pratt (anarchy)
2011-07-06 13:36 Jeremy Olexa (darkside)
2011-06-24 10:34 Nirbheek Chauhan (nirbheek)
2011-04-24 16:52 Nirbheek Chauhan (nirbheek)
2011-04-20 3:59 Jeremy Olexa (darkside)
2011-04-08 19:10 Jory Pratt (anarchy)
2011-03-27 20:17 Jory Pratt (anarchy)
2011-03-23 0:40 Nirbheek Chauhan (nirbheek)
2011-03-23 0:35 Nirbheek Chauhan (nirbheek)
2011-03-22 1:33 Nirbheek Chauhan (nirbheek)
2011-03-21 8:07 Nirbheek Chauhan (nirbheek)
2010-04-18 20:46 Jory Pratt (anarchy)
2009-01-12 23:07 Markus Meier (maekke)
2008-06-17 11:51 Raul Porcel (armin76)
2008-05-18 14:39 Raul Porcel (armin76)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox