summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Drop $Id$ per council decision in bug #611234.Robin H. Johnson2017-02-281-1/+0
| | | | Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
* mozconfig-v6.45.eclass: remove gstreamer:0.10 capabilityIan Stakenvicius2017-02-151-11/+2
|
* mail-client/thunderbird,www-client/firefox : update ESRJory A. Pratt2017-02-041-1/+1
| | | | builds to compile with libevent-2.1
* mozconfig-v6.45.eclass: add libcanberra dependency, bug 458664Ian Stakenvicius2016-12-301-0/+2
|
* mozconfig-*.eclass: added sub-slot dependency for app-text/hunspell.Lars Wendler2016-11-281-1/+1
| | | | This fixes Gentoo bug #601134.
* eclass/moz*: refactor some configuration options from mozcoreconf-v4 to ↵Ian Stakenvicius2016-07-061-1/+14
| | | | | | | | | | mozconfig mozilla-48 and newer have dropped some configuration options that are no longer used in the build system, and due to the way the new python configure operates, any options specified that are not recognized are fatal. Moving these options out of mozcoreconf allows the older mozconfig's to retain the same configuration while also allowing newer mozconfig's to drop them as appropriate.
* Mozilla eclass changes for new versions and to improve cross-buildsIan Stakenvicius2016-06-071-1/+1
| | | | | | | | | | | | - mozcoreconf-v4 introduced to centralize toolchain and related build settings, and improve configuration settings related to toolchain usage. - mozconfig-v6.45 modified to inherit new mozcoreconf-v4 - mozconfig-v6.47 introduced, also inheriting mozcoreconf-v4 - removed old versions of mozconfig related to mozilla versions no longer in repo
* firefox-45, thunderbird-45: support system harfbuzz and graphite2Ian Stakenvicius2016-04-281-5/+59
| | | | | | | | | | | | This commit introduces changes to mozconfig-v6.45.eclass and related changes to the existing mail-client/thunderbird-45.0 and the new version bump www-client/firefox-45.1.0 to support using system copies of media-libs/harfbuzz and media-gfx/graphite2 instead of the copies bundled inside of the mozilla codebase. www-client/firefox-45.1.0 was additionally bumped to support security bug 581326 Package-Manager: portage-2.2.26
* mozconfig-v6.45.eclass - dropped multilib inherit for EAPI6 as it is not neededIan Stakenvicius2016-03-101-1/+2
|
* mozconfig-v6.45.eclass: Adjusted dependency on media-libs/libpngLars Wendler2016-03-101-2/+2
| | | | | | and fixed usage with EAPI-6. Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
* www-client/firefox: bump to 45.0 for security, make ebuild and eclasses EAPI6Ian Stakenvicius2016-03-091-0/+345
This is an initial pass of EAPI6 migration, the eclasses and ebuilds may be ported further in the future to take advantage of any missing EAPI6 functionality. Bug: https://bugs.gentoo.org/576862 Package-Manager: portage-2.2.26