From: "Lars Wendler" <polynomial-c@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/mozilla:master commit in: www-client/seamonkey/
Date: Mon, 14 Mar 2011 21:08:02 +0000 (UTC) [thread overview]
Message-ID: <8b2880d90b565da3b1b7c125be1cbd7f5ccbc9b6.polynomial-c@gentoo> (raw)
commit: 8b2880d90b565da3b1b7c125be1cbd7f5ccbc9b6
Author: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
AuthorDate: Mon Mar 14 20:43:39 2011 +0000
Commit: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
CommitDate: Mon Mar 14 20:43:39 2011 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/mozilla.git;a=commit;h=8b2880d9
Adjusted ebuild for new mozilla eclasses.
---
www-client/seamonkey/Manifest | 2 +-
www-client/seamonkey/seamonkey-2.1_beta2.ebuild | 67 +++--------------------
2 files changed, 9 insertions(+), 60 deletions(-)
diff --git a/www-client/seamonkey/Manifest b/www-client/seamonkey/Manifest
index 9ee97b2..fbbef6b 100644
--- a/www-client/seamonkey/Manifest
+++ b/www-client/seamonkey/Manifest
@@ -24,4 +24,4 @@ DIST seamonkey-2.1b2-ru.xpi 885903 RMD160 7a2a6d60609521013fe2380d5ab67f59490730
DIST seamonkey-2.1b2-sk.xpi 835935 RMD160 6ab9dcc723d2bb147a23d84532eaf13ca94eea07 SHA1 b3ef9378fd13566bd3443f9e3507c7ba96a8391a SHA256 78a5a655567e4fed278911b99443c23c671065a6a864aebfbb29fbafa4fae0f0
DIST seamonkey-2.1b2-sv-SE.xpi 867156 RMD160 6d3ca2aab099e6bc6c57c641b20a1ab10751a31e SHA1 ec46f7c052ed388d3022ad7ffeb4c6a6c0e8b0aa SHA256 abb1bff1771543d6202fc520f66acec930be02dec1d2c75b329b96955ec6815c
DIST seamonkey-2.1b2.source.tar.bz2 83425193 RMD160 d7a9a61fd470a58e19f4e9b2d2c7a00eaf1362ac SHA1 c94fd66240fd9d77a73fdeec271131c23fd6cf98 SHA256 9f9e59303b1d39dc97aa943f49018a572d41b5e566c66e176f1f012e2e9d898a
-EBUILD seamonkey-2.1_beta2.ebuild 11509 RMD160 53059d098eba0d51303bcfd5eafef109a6d9d017 SHA1 5c27af8e030445bef3ff83dcd549a080bcb38047 SHA256 1768c2d87bdf28dd4f3ddf2b179eec9417130858fb0fa693ae096747e98867d4
+EBUILD seamonkey-2.1_beta2.ebuild 9778 RMD160 7c0a2d53b7516505d7e10e91b09fd7cae5dcfca2 SHA1 cbf0d3bebcdf90fbbd9a8b23ed95ff9e8f218891 SHA256 faeefc49162e2d9a9c5a0c9c1ec2ffee21e23d408dd7d9a3322d26966bb68ad3
diff --git a/www-client/seamonkey/seamonkey-2.1_beta2.ebuild b/www-client/seamonkey/seamonkey-2.1_beta2.ebuild
index 5b059d0..8e769b9 100644
--- a/www-client/seamonkey/seamonkey-2.1_beta2.ebuild
+++ b/www-client/seamonkey/seamonkey-2.1_beta2.ebuild
@@ -68,23 +68,13 @@ fi
RDEPEND=">=sys-devel/binutils-2.16.1
>=dev-libs/nss-3.12.9
>=dev-libs/nspr-4.8.7
- alsa? ( media-libs/alsa-lib )
- system-sqlite? ( >=dev-db/sqlite-3.7.4[fts3,secure-delete,unlock-notify] )
>=media-libs/libpng-1.4.1[apng]
- >=app-text/hunspell-1.2
- >=x11-libs/gtk+-2.10.0
- >=x11-libs/cairo-1.10.0[X]
>=x11-libs/pango-1.14.0[X]
- libnotify? ( >=x11-libs/libnotify-0.4 )
- crypt? ( mailclient? ( >=app-crypt/gnupg-1.4 ) )
- vpx? ( media-libs/libvpx )
- wifi? ( net-wireless/wireless-tools )"
- #vpx? ( media-libs/libvpx )
+ crypt? ( mailclient? ( >=app-crypt/gnupg-1.4 ) )"
DEPEND="${RDEPEND}
- =dev-lang/python-2*[threads]
dev-util/pkgconfig
- vpx? ( dev-lang/yasm )"
+ dev-lang/yasm"
S="${WORKDIR}/comm-central"
@@ -132,16 +122,7 @@ pkg_setup() {
ewarn "Those belong to upstream: https://bugzilla.mozilla.org"
fi
- # Ensure we always build with C locale.
- export LANG="C"
- export LC_ALL="C"
- export LC_MESSAGES="C"
- export LC_CTYPE="C"
-
- export BUILD_OFFICIAL=1
- export MOZILLA_OFFICIAL=1
-
- python_set_active_version 2
+ moz_pkgsetup
}
src_prepare() {
@@ -185,6 +166,11 @@ src_prepare() {
cd "${S}"/mozilla || die
eautoreconf
cd "${S}"/mozilla/js/src || die
+
+ # Disable gnomevfs extension
+ sed -i -e "s:gnomevfs::" "${S}/"suite/confvars.sh \
+ || die "Failed to remove gnomevfs extension"
+
eautoreconf
}
@@ -211,10 +197,6 @@ src_configure() {
MEXTENSIONS="${MEXTENSIONS},-sroaming"
fi
- if ! use gnome ; then
- MEXTENSIONS="${MEXTENSIONS},-gnomevfs"
- fi
-
if ! use composer ; then
if ! use chatzilla && ! use mailclient ; then
mozconfig_annotate '-composer' --disable-composer
@@ -222,46 +204,13 @@ src_configure() {
fi
mozconfig_annotate '' --enable-extensions="${MEXTENSIONS}"
- mozconfig_annotate '' --enable-application=suite
- mozconfig_annotate 'broken' --disable-mochitest
- mozconfig_annotate 'broken' --disable-crashreporter
- mozconfig_annotate '' --enable-system-hunspell
mozconfig_annotate '' --enable-jsd
- mozconfig_annotate '' --enable-image-encoder=all
mozconfig_annotate '' --enable-canvas
- mozconfig_annotate '' --with-system-nspr
- mozconfig_annotate '' --with-system-nss
- mozconfig_annotate '' --with-system-bz2
- mozconfig_annotate '' --enable-oji --enable-mathml
- mozconfig_annotate 'places' --enable-storage --enable-places --enable-places_bookmarks
- mozconfig_annotate '' --disable-installer
mozconfig_annotate '' --with-default-mozilla-five-home=${MOZILLA_FIVE_HOME}
- mozconfig_annotate '' --enable-printing
- # Enable/Disable based on USE flags
- mozconfig_use_enable alsa ogg
- mozconfig_use_enable alsa wave
- mozconfig_use_enable libnotify
mozconfig_use_enable ldap
mozconfig_use_enable ldap ldap-experimental
- #if use ldap ; then
- # mozconfig_annotate 'ldap' --enable-ldap
- # mozconfig_annotate 'ldap' --enable-ldap-experimental
- #fi
mozconfig_use_enable mailclient mailnews
- mozconfig_use_enable system-sqlite
- mozconfig_use_enable vpx webm
- #mozconfig_use_with vpx system-vpx
- mozconfig_use_enable wifi necko-wifi
-
- if use vpx && ! use alsa; then
- ewarn "USE=vpx needs USE=alsa, disabling WebM support."
- mozconfig_annotate '+webm -alsa' --disable-webm
- fi
-
- if use amd64 || use x86 || use arm || use sparc; then
- mozconfig_annotate '' --enable-tracejit
- fi
if use mailclient && use crypt ; then
mozconfig_annotate "mail crypt" --enable-chrome-format=jar
next reply other threads:[~2011-03-14 21:08 UTC|newest]
Thread overview: 141+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-03-14 21:08 Lars Wendler [this message]
-- strict thread matches above, loose matches on Subject: below --
2018-05-23 8:35 [gentoo-commits] proj/mozilla:master commit in: www-client/seamonkey/ Lars Wendler
2018-05-22 8:31 Lars Wendler
2018-04-19 6:05 Lars Wendler
2018-04-19 6:05 Lars Wendler
2018-03-07 13:00 Lars Wendler
2017-11-25 8:46 Lars Wendler
2017-11-23 19:47 Ian Stakenvicius
2017-10-10 1:21 Ian Stakenvicius
2017-08-24 13:18 Lars Wendler
2017-08-16 20:36 Ian Stakenvicius
2017-07-28 14:26 Ian Stakenvicius
2017-07-25 19:38 Ian Stakenvicius
2017-07-25 1:58 Ian Stakenvicius
2017-07-21 13:23 Lars Wendler
2017-06-05 14:36 Jory Pratt
2017-03-29 13:38 Lars Wendler
2017-02-06 2:43 Lars Wendler
2016-10-11 14:13 Ian Stakenvicius
2016-10-01 14:48 Ian Stakenvicius
2016-09-01 20:38 Ian Stakenvicius
2016-08-04 20:47 Ian Stakenvicius
2016-07-19 18:49 Ian Stakenvicius
2016-07-19 18:49 Ian Stakenvicius
2016-07-12 20:41 Ian Stakenvicius
2016-07-09 0:57 Ian Stakenvicius
2016-05-07 20:38 Ian Stakenvicius
2016-03-04 22:38 Lars Wendler
2016-01-26 5:38 Lars Wendler
2015-11-27 19:25 Ian Stakenvicius
2015-11-10 8:33 Lars Wendler
2015-09-28 8:18 Lars Wendler
2015-09-03 10:03 Lars Wendler
2015-09-03 7:18 Lars Wendler
2015-09-03 6:26 Lars Wendler
2015-09-02 14:29 Lars Wendler
2015-03-24 7:54 Lars Wendler
2014-12-04 14:21 Lars Wendler
2014-11-06 14:33 Lars Wendler
2014-11-06 8:17 Lars Wendler
2014-10-31 19:13 Ian Stakenvicius
2014-04-29 12:47 Lars Wendler
2014-04-11 7:00 Lars Wendler
2014-04-02 18:26 Ian Stakenvicius
2014-03-20 15:19 Lars Wendler
2014-03-19 10:08 Lars Wendler
2014-02-20 18:36 Lars Wendler
2014-02-19 8:38 Lars Wendler
2014-02-06 13:01 Lars Wendler
2014-02-05 7:44 Lars Wendler
2014-02-04 9:55 Lars Wendler
2014-01-01 20:15 Lars Wendler
2014-01-01 20:14 Lars Wendler
2013-12-17 12:16 Lars Wendler
2013-12-12 7:14 Lars Wendler
2013-11-18 18:50 Lars Wendler
2013-11-02 15:22 Lars Wendler
2013-10-31 10:21 Lars Wendler
2013-10-30 12:01 Lars Wendler
2013-09-25 22:29 Lars Wendler
2013-09-25 14:17 Lars Wendler
2013-09-18 7:01 Lars Wendler
2013-08-07 7:48 Lars Wendler
2013-08-07 7:22 Lars Wendler
2013-07-31 13:38 Lars Wendler
2013-07-26 11:10 Lars Wendler
2013-07-17 9:24 Lars Wendler
2013-05-21 6:23 Lars Wendler
2013-05-02 11:12 Lars Wendler
2013-04-22 15:57 Lars Wendler
2013-04-22 15:53 Lars Wendler
2013-04-22 11:39 Lars Wendler
2013-04-17 10:09 Lars Wendler
2013-04-08 6:50 Lars Wendler
2013-04-03 7:00 Lars Wendler
2013-04-03 6:55 Lars Wendler
2013-03-29 0:39 Jory Pratt
2013-03-13 21:49 Lars Wendler
2013-03-01 7:46 Lars Wendler
2013-02-21 12:02 Lars Wendler
2013-02-18 16:21 Lars Wendler
2013-02-07 5:51 Lars Wendler
2013-01-16 23:02 Lars Wendler
2013-01-10 9:35 Lars Wendler
2013-01-09 15:37 Lars Wendler
2012-12-07 6:40 Lars Wendler
2012-12-05 22:52 Lars Wendler
2012-12-05 22:46 Lars Wendler
2012-09-09 16:26 Lars Wendler
2012-08-28 8:44 Lars Wendler
2012-08-21 7:38 Lars Wendler
2012-08-13 13:55 Lars Wendler
2012-07-30 12:27 Lars Wendler
2012-07-18 22:30 Jory Pratt
2012-07-17 11:57 Lars Wendler
2012-07-11 7:08 Lars Wendler
2012-07-11 7:06 Lars Wendler
2012-07-02 15:02 Lars Wendler
2012-07-01 12:13 Lars Wendler
2012-06-27 11:56 Lars Wendler
2012-06-16 21:07 Lars Wendler
2012-06-16 20:07 Lars Wendler
2012-06-15 13:14 Jory Pratt
2012-06-15 8:38 Lars Wendler
2012-06-15 7:51 Lars Wendler
2012-06-10 2:31 Lars Wendler
2012-06-08 10:36 Lars Wendler
2012-06-08 10:35 Lars Wendler
2012-06-06 7:43 Lars Wendler
2012-06-05 9:31 Lars Wendler
2012-06-05 6:49 Lars Wendler
2012-05-08 13:22 Lars Wendler
2012-02-14 12:19 Lars Wendler
2012-01-28 21:48 Lars Wendler
2011-12-15 7:52 Lars Wendler
2011-12-14 18:19 Lars Wendler
2011-12-04 1:16 Lars Wendler
2011-11-21 15:54 Lars Wendler
2011-11-10 13:44 Lars Wendler
2011-11-07 14:22 Lars Wendler
2011-10-16 15:55 Lars Wendler
2011-10-08 6:29 Lars Wendler
2011-10-02 20:35 Lars Wendler
2011-10-02 19:09 Lars Wendler
2011-10-02 17:36 Lars Wendler
2011-07-05 16:55 Lars Wendler
2011-07-03 19:15 Lars Wendler
2011-06-29 6:36 Lars Wendler
2011-06-28 18:23 Lars Wendler
2011-06-23 10:15 Lars Wendler
2011-06-17 13:44 Lars Wendler
2011-06-16 22:17 Lars Wendler
2011-06-16 21:06 Lars Wendler
2011-05-13 9:44 Lars Wendler
2011-04-24 8:33 Lars Wendler
2011-04-15 16:41 Lars Wendler
2011-04-08 5:58 Lars Wendler
2011-03-29 19:26 Lars Wendler
2011-03-14 21:08 Lars Wendler
2011-02-13 22:12 Lars Wendler
2011-02-13 11:52 Lars Wendler
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=8b2880d90b565da3b1b7c125be1cbd7f5ccbc9b6.polynomial-c@gentoo \
--to=polynomial-c@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox